Lines Matching refs:grf
211 if (opp_info->grf) {
212 regmap_write(opp_info->grf, 0x20, 0x001c0000 | (rm << 2));
213 regmap_write(opp_info->grf, 0x28, 0x003c0000 | (rm << 2));
214 regmap_write(opp_info->grf, 0x2c, 0x003c0000 | (rm << 2));
215 regmap_write(opp_info->grf, 0x30, 0x00200020);
217 regmap_write(opp_info->grf, 0x30, 0x00200000);
490 opp_info->grf = syscon_regmap_lookup_by_phandle(np,
491 "rockchip,grf");
492 if (IS_ERR(opp_info->grf))
493 opp_info->grf = NULL;
495 syscon_regmap_lookup_by_phandle(np, "rockchip,dsu-grf");