Home
last modified time | relevance | path

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

/openbmc/linux/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()