Lines Matching defs:rm
185 u32 rm;
192 for (i = 0; opp_info->volt_rm_tbl[i].rm != VOLT_RM_TABLE_END; i++) {
194 rm = opp_info->volt_rm_tbl[i].rm;
203 if (rm == opp_info->current_rm) {
207 dev_dbg(dev, "set rm to %d\n", rm);
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));
215 opp_info->current_rm = rm;