Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/ata/
H A Dahci_tegra.c169 struct reset_control *sata_oob_rst; member
249 reset_control_assert(tegra->sata_oob_rst); in tegra_ahci_power_on()
257 reset_control_deassert(tegra->sata_oob_rst); in tegra_ahci_power_on()
279 reset_control_assert(tegra->sata_oob_rst); in tegra_ahci_power_off()
521 tegra->sata_oob_rst = devm_reset_control_get(&pdev->dev, "sata-oob"); in tegra_ahci_probe()
522 if (IS_ERR(tegra->sata_oob_rst)) { in tegra_ahci_probe()
524 return PTR_ERR(tegra->sata_oob_rst); in tegra_ahci_probe()