Home
last modified time | relevance | path

Searched refs:sata_oob_rst (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/ata/
Dahci_tegra.c106 struct reset_control *sata_oob_rst; member
129 reset_control_assert(tegra->sata_oob_rst); in tegra_ahci_power_on()
137 reset_control_deassert(tegra->sata_oob_rst); in tegra_ahci_power_on()
159 reset_control_assert(tegra->sata_oob_rst); in tegra_ahci_power_off()
328 tegra->sata_oob_rst = devm_reset_control_get(&pdev->dev, "sata-oob"); in tegra_ahci_probe()
329 if (IS_ERR(tegra->sata_oob_rst)) { in tegra_ahci_probe()
331 return PTR_ERR(tegra->sata_oob_rst); in tegra_ahci_probe()