Searched refs:sata_rst (Results 1 – 2 of 2) sorted by relevance
168 struct reset_control *sata_rst; member245 tegra->sata_rst); in tegra_ahci_power_on()278 reset_control_assert(tegra->sata_rst); in tegra_ahci_power_off()515 tegra->sata_rst = devm_reset_control_get(&pdev->dev, "sata"); in tegra_ahci_probe()516 if (IS_ERR(tegra->sata_rst)) { in tegra_ahci_probe()518 return PTR_ERR(tegra->sata_rst); in tegra_ahci_probe()
52 reset-names = "sata_rst";