Searched refs:MGA1064_COL_PAL (Results 1 – 2 of 2) sorted by relevance
57 WREG8(DAC_INDEX + MGA1064_COL_PAL, r); in mga_crtc_load_lut()58 WREG8(DAC_INDEX + MGA1064_COL_PAL, mga_crtc->lut_g[i]); in mga_crtc_load_lut()59 WREG8(DAC_INDEX + MGA1064_COL_PAL, b); in mga_crtc_load_lut()65 WREG8(DAC_INDEX + MGA1064_COL_PAL, mga_crtc->lut_r[i]); in mga_crtc_load_lut()66 WREG8(DAC_INDEX + MGA1064_COL_PAL, mga_crtc->lut_g[i]); in mga_crtc_load_lut()67 WREG8(DAC_INDEX + MGA1064_COL_PAL, mga_crtc->lut_b[i]); in mga_crtc_load_lut()
322 #define MGA1064_COL_PAL 0x01 macro