Lines Matching defs:grf
138 .compatible = "rockchip,rk3036-grf",
141 .compatible = "rockchip,rk3128-grf",
144 .compatible = "rockchip,rk3228-grf",
147 .compatible = "rockchip,rk3288-grf",
150 .compatible = "rockchip,rk3328-grf",
153 .compatible = "rockchip,rk3368-grf",
156 .compatible = "rockchip,rk3399-grf",
159 .compatible = "rockchip,rk3566-pipe-grf",
162 .compatible = "rockchip,rk3588-sys-grf",
173 struct regmap *grf;
181 pr_err("%s: missing grf data\n", __func__);
188 grf = syscon_node_to_regmap(np);
190 if (IS_ERR(grf)) {
191 pr_err("%s: could not get grf syscon\n", __func__);
192 return PTR_ERR(grf);
200 ret = regmap_write(grf, val->reg, val->val);