Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-cadence.c74 struct reset_control *rst_hw; member
469 reset_control_assert(priv->rst_hw); in sdhci_cdns_mmc_hw_reset()
473 reset_control_deassert(priv->rst_hw); in sdhci_cdns_mmc_hw_reset()
536 priv->rst_hw = devm_reset_control_get_optional_exclusive(dev, NULL); in sdhci_cdns_probe()
537 if (IS_ERR(priv->rst_hw)) { in sdhci_cdns_probe()
538 ret = dev_err_probe(mmc_dev(host->mmc), PTR_ERR(priv->rst_hw), in sdhci_cdns_probe()
542 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 ret = PTR_ERR(priv->rst_hw); in uniphier_sd_probe()