Searched refs:rst_br (Results 1 – 1 of 1) sorted by relevance
65 struct reset_control *rst_br; member389 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()