Lines Matching refs:temp
221 u32 temp;
242 temp = REG_READ_WITH_AUX(map->dpll, i);
243 if ((temp & DPLL_VCO_ENABLE) == 0) {
244 REG_WRITE_WITH_AUX(map->dpll, temp, i);
249 temp | DPLL_VCO_ENABLE, i);
254 temp | DPLL_VCO_ENABLE, i);
261 temp = REG_READ_WITH_AUX(map->conf, i);
262 if ((temp & PIPEACONF_ENABLE) == 0) {
264 temp | PIPEACONF_ENABLE, i);
268 temp = REG_READ_WITH_AUX(map->cntr, i);
269 if ((temp & DISPLAY_PLANE_ENABLE) == 0) {
271 temp | DISPLAY_PLANE_ENABLE,
294 temp = REG_READ_WITH_AUX(map->cntr, i);
295 if ((temp & DISPLAY_PLANE_ENABLE) != 0) {
297 temp & ~DISPLAY_PLANE_ENABLE, i);
305 temp = REG_READ_WITH_AUX(map->conf, i);
306 if ((temp & PIPEACONF_ENABLE) != 0) {
308 temp & ~PIPEACONF_ENABLE, i);
314 temp = REG_READ_WITH_AUX(map->dpll, i);
315 if ((temp & DPLL_VCO_ENABLE) != 0) {
317 temp & ~DPLL_VCO_ENABLE, i);