Lines Matching defs:grf
113 .compatible = "rockchip,rk3036-grf",
116 .compatible = "rockchip,rk3128-grf",
119 .compatible = "rockchip,rk3228-grf",
122 .compatible = "rockchip,rk3288-grf",
125 .compatible = "rockchip,rk3328-grf",
128 .compatible = "rockchip,rk3368-grf",
131 .compatible = "rockchip,rk3399-grf",
142 struct regmap *grf;
150 pr_err("%s: missing grf data\n", __func__);
157 grf = syscon_node_to_regmap(np);
159 if (IS_ERR(grf)) {
160 pr_err("%s: could not get grf syscon\n", __func__);
161 return PTR_ERR(grf);
169 ret = regmap_write(grf, val->reg, val->val);