Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dahci_tegra.c175 struct reset_control *sata_cold_rst; member
257 reset_control_assert(tegra->sata_cold_rst); in tegra_ahci_power_on()
263 reset_control_deassert(tegra->sata_cold_rst); in tegra_ahci_power_on()
288 reset_control_assert(tegra->sata_cold_rst); in tegra_ahci_power_off()
562 tegra->sata_cold_rst = devm_reset_control_get(&pdev->dev, "sata-cold"); in tegra_ahci_probe()
563 if (IS_ERR(tegra->sata_cold_rst)) { in tegra_ahci_probe()
565 return PTR_ERR(tegra->sata_cold_rst); in tegra_ahci_probe()