Searched refs:sata_rst (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/ata/
H A Dahci_tegra.c173 struct reset_control *sata_rst; member in struct:tegra_ahci_priv
251 tegra->sata_rst);
286 reset_control_assert(tegra->sata_rst);
547 tegra->sata_rst = devm_reset_control_get(&pdev->dev, "sata");
548 if (IS_ERR(tegra->sata_rst)) {
550 return PTR_ERR(tegra->sata_rst);

Completed in 160 milliseconds