Lines Matching refs:grf
188 if (!opp_info->grf || !opp_info->volt_rm_tbl) {
208 regmap_write(opp_info->grf, 0x20, 0x001c0000 | (rm << 0x2));
209 regmap_write(opp_info->grf, 0x28, 0x003c0000 | (rm << 0x2));
210 regmap_write(opp_info->grf, 0x2c, 0x003c0000 | (rm << 0x2));
211 regmap_write(opp_info->grf, 0x30, 0x00200020);
213 regmap_write(opp_info->grf, 0x30, 0x00200000);
451 opp_info->grf = syscon_regmap_lookup_by_phandle(np, "rockchip,grf");
452 if (IS_ERR(opp_info->grf)) {
453 opp_info->grf = NULL;