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