Searched refs:sata_rst (Results 1 – 1 of 1) sorted by relevance
105 struct reset_control *sata_rst; member125 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()