Searched refs:ahb_rst (Results 1 – 1 of 1) sorted by relevance
1284 struct reset_control *ahb_rst; in vop_initial() local1332 ahb_rst = devm_reset_control_get(vop->dev, "ahb"); in vop_initial()1333 if (IS_ERR(ahb_rst)) { in vop_initial()1335 ret = PTR_ERR(ahb_rst); in vop_initial()1338 reset_control_assert(ahb_rst); in vop_initial()1340 reset_control_deassert(ahb_rst); in vop_initial()