Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/rockchip/rga/
Drga.c754 struct reset_control *core_rst, *axi_rst, *ahb_rst; in rga_parse_dt() local
768 ahb_rst = devm_reset_control_get(rga->dev, "ahb"); in rga_parse_dt()
769 if (IS_ERR(ahb_rst)) { in rga_parse_dt()
771 return PTR_ERR(ahb_rst); in rga_parse_dt()
782 reset_control_assert(ahb_rst); in rga_parse_dt()
784 reset_control_deassert(ahb_rst); in rga_parse_dt()
/Linux-v4.19/drivers/gpu/drm/rockchip/
Drockchip_drm_vop.c1381 struct reset_control *ahb_rst; in vop_initial() local
1428 ahb_rst = devm_reset_control_get(vop->dev, "ahb"); in vop_initial()
1429 if (IS_ERR(ahb_rst)) { in vop_initial()
1431 ret = PTR_ERR(ahb_rst); in vop_initial()
1434 reset_control_assert(ahb_rst); in vop_initial()
1436 reset_control_deassert(ahb_rst); in vop_initial()