Home
last modified time | relevance | path

Searched refs:rst_br (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Duniphier-sd.c65 struct reset_control *rst_br; member
389 ret = reset_control_deassert(priv->rst_br); in uniphier_sd_clk_enable()
407 reset_control_assert(priv->rst_br); in uniphier_sd_clk_disable()
580 priv->rst_br = devm_reset_control_get_shared(dev, "bridge"); in uniphier_sd_probe()
581 if (IS_ERR(priv->rst_br)) { in uniphier_sd_probe()
583 return PTR_ERR(priv->rst_br); in uniphier_sd_probe()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Duniphier-sd.c72 struct reset_control *rst_br; member
396 ret = reset_control_deassert(priv->rst_br); in uniphier_sd_clk_enable()
414 reset_control_assert(priv->rst_br); in uniphier_sd_clk_disable()
647 priv->rst_br = devm_reset_control_get_shared(dev, "bridge"); in uniphier_sd_probe()
648 if (IS_ERR(priv->rst_br)) { in uniphier_sd_probe()
650 return PTR_ERR(priv->rst_br); in uniphier_sd_probe()

Completed in 3 milliseconds