Lines Matching refs:OUTREG
69 OUTREG(cursor_base, intel_crtc->cursor_argb_addr);
71 OUTREG(cursor_base, intel_crtc->cursor_addr);
85 OUTREG(CURSOR_SIZE, (I810_CURSOR_Y << 12) | I810_CURSOR_X);
107 OUTREG(cursor_control, temp);
163 OUTREG(CURSOR_A_POSITION, temp);
166 OUTREG(CURSOR_B_POSITION, temp);
208 OUTREG(cursor_control, temp);
234 OUTREG(cursor_control, temp);
247 OUTREG(pal0 + 0, bg & 0x00ffffff);
248 OUTREG(pal0 + 4, fg & 0x00ffffff);
249 OUTREG(pal0 + 8, fg & 0x00ffffff);
250 OUTREG(pal0 + 12, bg & 0x00ffffff);