Home
last modified time | relevance | path

Searched refs:ahb_rst (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/rockchip/rga/
H A Drga.c742 struct reset_control *core_rst, *axi_rst, *ahb_rst; in rga_parse_dt() local
756 ahb_rst = devm_reset_control_get(rga->dev, "ahb"); in rga_parse_dt()
757 if (IS_ERR(ahb_rst)) { in rga_parse_dt()
759 return PTR_ERR(ahb_rst); in rga_parse_dt()
770 reset_control_assert(ahb_rst); in rga_parse_dt()
772 reset_control_deassert(ahb_rst); in rga_parse_dt()
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c2003 struct reset_control *ahb_rst; in vop_initial() local
2050 ahb_rst = devm_reset_control_get(vop->dev, "ahb"); in vop_initial()
2051 if (IS_ERR(ahb_rst)) { in vop_initial()
2053 ret = PTR_ERR(ahb_rst); in vop_initial()
2056 reset_control_assert(ahb_rst); in vop_initial()
2058 reset_control_deassert(ahb_rst); in vop_initial()