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

/linux-master/drivers/media/platform/rockchip/rga/
H A Drga.c744 struct reset_control *core_rst, *axi_rst, *ahb_rst; local
758 ahb_rst = devm_reset_control_get(rga->dev, "ahb");
759 if (IS_ERR(ahb_rst)) {
761 return PTR_ERR(ahb_rst);
772 reset_control_assert(ahb_rst);
774 reset_control_deassert(ahb_rst);
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c2000 struct reset_control *ahb_rst; local
2047 ahb_rst = devm_reset_control_get(vop->dev, "ahb");
2048 if (IS_ERR(ahb_rst)) {
2050 ret = PTR_ERR(ahb_rst);
2053 reset_control_assert(ahb_rst);
2055 reset_control_deassert(ahb_rst);

Completed in 122 milliseconds