Searched refs:sata_oob_rst (Results 1 – 1 of 1) sorted by relevance
174 struct reset_control *sata_oob_rst; member256 reset_control_assert(tegra->sata_oob_rst); in tegra_ahci_power_on()264 reset_control_deassert(tegra->sata_oob_rst); in tegra_ahci_power_on()287 reset_control_assert(tegra->sata_oob_rst); in tegra_ahci_power_off()555 tegra->sata_oob_rst = devm_reset_control_get(&pdev->dev, in tegra_ahci_probe()557 if (IS_ERR(tegra->sata_oob_rst)) { in tegra_ahci_probe()559 return PTR_ERR(tegra->sata_oob_rst); in tegra_ahci_probe()