Searched refs:sys_grf (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_vop2.c | 192 struct regmap *sys_grf; member 1591 regmap_write(vop2->sys_grf, RK3568_GRF_VO_CON1, BIT(3 + 16) | BIT(3)); in rk3568_set_intf_mux() 1593 regmap_write(vop2->sys_grf, RK3568_GRF_VO_CON1, BIT(3 + 16)); in rk3568_set_intf_mux() 3129 vop2->sys_grf = syscon_regmap_lookup_by_phandle(dev->of_node, "rockchip,grf"); in vop2_bind() 3130 if (IS_ERR(vop2->sys_grf)) in vop2_bind() 3131 return dev_err_probe(dev, PTR_ERR(vop2->sys_grf), "cannot get sys_grf"); in vop2_bind()
|
/linux-6.12.1/arch/arm64/boot/dts/rockchip/ |
D | rk3588-extra.dtsi | 341 rockchip,grf = <&sys_grf>;
|
D | rk3588-base.dtsi | 578 sys_grf: syscon@fd58c000 { label 1275 rockchip,grf = <&sys_grf>; 1740 rockchip,grf = <&sys_grf>;
|