Lines Matching defs:temp
224 u32 temp;
245 temp = REG_READ_WITH_AUX(map->dpll, i);
246 if ((temp & DPLL_VCO_ENABLE) == 0) {
247 REG_WRITE_WITH_AUX(map->dpll, temp, i);
252 temp | DPLL_VCO_ENABLE, i);
257 temp | DPLL_VCO_ENABLE, i);
264 temp = REG_READ_WITH_AUX(map->conf, i);
265 if ((temp & PIPEACONF_ENABLE) == 0) {
267 temp | PIPEACONF_ENABLE, i);
271 temp = REG_READ_WITH_AUX(map->cntr, i);
272 if ((temp & DISPLAY_PLANE_ENABLE) == 0) {
274 temp | DISPLAY_PLANE_ENABLE,
297 temp = REG_READ_WITH_AUX(map->cntr, i);
298 if ((temp & DISPLAY_PLANE_ENABLE) != 0) {
300 temp & ~DISPLAY_PLANE_ENABLE, i);
308 temp = REG_READ_WITH_AUX(map->conf, i);
309 if ((temp & PIPEACONF_ENABLE) != 0) {
311 temp & ~PIPEACONF_ENABLE, i);
317 temp = REG_READ_WITH_AUX(map->dpll, i);
318 if ((temp & DPLL_VCO_ENABLE) != 0) {
320 temp & ~DPLL_VCO_ENABLE, i);