Searched refs:ahb_rst (Results 1 – 1 of 1) sorted by relevance
1560 struct reset_control *ahb_rst; in vop_initial() local1601 ahb_rst = devm_reset_control_get(vop->dev, "ahb"); in vop_initial()1602 if (IS_ERR(ahb_rst)) { in vop_initial()1604 ret = PTR_ERR(ahb_rst); in vop_initial()1607 reset_control_assert(ahb_rst); in vop_initial()1609 reset_control_deassert(ahb_rst); in vop_initial()