Searched refs:rst_br (Results 1 – 1 of 1) sorted by relevance
65 struct reset_control *rst_br; member387 ret = reset_control_deassert(priv->rst_br); in uniphier_sd_clk_enable()405 reset_control_assert(priv->rst_br); in uniphier_sd_clk_disable()578 priv->rst_br = devm_reset_control_get_shared(dev, "bridge"); in uniphier_sd_probe()579 if (IS_ERR(priv->rst_br)) { in uniphier_sd_probe()581 return PTR_ERR(priv->rst_br); in uniphier_sd_probe()