Home
last modified time | relevance | path

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

/drivers/media/platform/rockchip/rga/
Drga.c737 struct reset_control *core_rst, *axi_rst, *ahb_rst; in rga_parse_dt() local
751 ahb_rst = devm_reset_control_get(rga->dev, "ahb"); in rga_parse_dt()
752 if (IS_ERR(ahb_rst)) { in rga_parse_dt()
754 return PTR_ERR(ahb_rst); in rga_parse_dt()
765 reset_control_assert(ahb_rst); in rga_parse_dt()
767 reset_control_deassert(ahb_rst); in rga_parse_dt()
/drivers/gpu/drm/rockchip/
Drockchip_drm_vop.c1928 struct reset_control *ahb_rst; in vop_initial() local
1975 ahb_rst = devm_reset_control_get(vop->dev, "ahb"); in vop_initial()
1976 if (IS_ERR(ahb_rst)) { in vop_initial()
1978 ret = PTR_ERR(ahb_rst); in vop_initial()
1981 reset_control_assert(ahb_rst); in vop_initial()
1983 reset_control_deassert(ahb_rst); in vop_initial()