Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dsdhci-cadence.c92 struct reset_control *rst_hw; member
536 reset_control_assert(priv->rst_hw); in sdhci_cdns_mmc_hw_reset()
540 reset_control_deassert(priv->rst_hw); in sdhci_cdns_mmc_hw_reset()
603 priv->rst_hw = devm_reset_control_get_optional_exclusive(dev, NULL); in sdhci_cdns_probe()
604 if (IS_ERR(priv->rst_hw)) in sdhci_cdns_probe()
605 return dev_err_probe(mmc_dev(host->mmc), PTR_ERR(priv->rst_hw), in sdhci_cdns_probe()
607 if (priv->rst_hw) in sdhci_cdns_probe()
H A Duniphier-sd.c73 struct reset_control *rst_hw; member
424 reset_control_assert(priv->rst_hw); in uniphier_sd_hw_reset()
427 reset_control_deassert(priv->rst_hw); in uniphier_sd_hw_reset()
663 priv->rst_hw = devm_reset_control_get_exclusive(dev, "hw"); in uniphier_sd_probe()
664 if (IS_ERR(priv->rst_hw)) { in uniphier_sd_probe()
666 return PTR_ERR(priv->rst_hw); in uniphier_sd_probe()