Searched refs:ahb_rst (Results 1 – 2 of 2) sorted by relevance
748 struct reset_control *core_rst, *axi_rst, *ahb_rst; in rga_parse_dt() local762 ahb_rst = devm_reset_control_get(rga->dev, "ahb"); in rga_parse_dt()763 if (IS_ERR(ahb_rst)) { in rga_parse_dt()765 return PTR_ERR(ahb_rst); in rga_parse_dt()776 reset_control_assert(ahb_rst); in rga_parse_dt()778 reset_control_deassert(ahb_rst); in rga_parse_dt()
2004 struct reset_control *ahb_rst; in vop_initial() local2051 ahb_rst = devm_reset_control_get(vop->dev, "ahb"); in vop_initial()2052 if (IS_ERR(ahb_rst)) { in vop_initial()2054 ret = PTR_ERR(ahb_rst); in vop_initial()2057 reset_control_assert(ahb_rst); in vop_initial()2059 reset_control_deassert(ahb_rst); in vop_initial()