Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A 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()
547 tegra->sata_rst = devm_reset_control_get(&pdev->dev, "sata"); in tegra_ahci_probe()
548 if (IS_ERR(tegra->sata_rst)) { in tegra_ahci_probe()
550 return PTR_ERR(tegra->sata_rst); in tegra_ahci_probe()
/openbmc/u-boot/arch/arm/dts/
H A Dzynqmp.dtsi673 reset-names = "sata_rst", "usb0_crst", "usb1_crst",