Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/ata/
Dahci_tegra.c105 struct reset_control *sata_rst; member
125 tegra->sata_rst); in tegra_ahci_power_on()
158 reset_control_assert(tegra->sata_rst); in tegra_ahci_power_off()
322 tegra->sata_rst = devm_reset_control_get(&pdev->dev, "sata"); in tegra_ahci_probe()
323 if (IS_ERR(tegra->sata_rst)) { in tegra_ahci_probe()
325 return PTR_ERR(tegra->sata_rst); in tegra_ahci_probe()