Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dahci_tegra.c174 struct reset_control *sata_oob_rst; member
256 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()
554 tegra->sata_oob_rst = devm_reset_control_get(&pdev->dev, in tegra_ahci_probe()
556 if (IS_ERR(tegra->sata_oob_rst)) { in tegra_ahci_probe()
558 return PTR_ERR(tegra->sata_oob_rst); in tegra_ahci_probe()