Searched refs:rstc_clk_rx (Results 1 – 1 of 1) sorted by relevance
35 struct reset_control *rstc_clk_rx; member223 reset_control_assert(pp->rstc_clk_rx); in rk628_post_process_bridge_pre_enable()225 reset_control_deassert(pp->rstc_clk_rx); in rk628_post_process_bridge_pre_enable()438 pp->rstc_clk_rx = of_reset_control_get(dev->of_node, "clk_rx"); in rk628_post_process_probe()439 if (IS_ERR(pp->rstc_clk_rx)) { in rk628_post_process_probe()440 ret = PTR_ERR(pp->rstc_clk_rx); in rk628_post_process_probe()