Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/ata/
Dahci_tegra.c173 struct reset_control *sata_rst; member
251 tegra->sata_rst); in tegra_ahci_power_on()
286 reset_control_assert(tegra->sata_rst); in tegra_ahci_power_off()
548 tegra->sata_rst = devm_reset_control_get(&pdev->dev, "sata"); in tegra_ahci_probe()
549 if (IS_ERR(tegra->sata_rst)) { in tegra_ahci_probe()
551 return PTR_ERR(tegra->sata_rst); in tegra_ahci_probe()
/Linux-v6.1/Documentation/devicetree/bindings/reset/
Dxlnx,zynqmp-reset.txt52 reset-names = "sata_rst";