Searched refs:mga_crtc (Results 1 – 2 of 2) sorted by relevance
30 struct mga_crtc *mga_crtc = to_mga_crtc(crtc); in mga_crtc_load_lut() local49 r = mga_crtc->lut_r[i << 1]; in mga_crtc_load_lut()50 b = mga_crtc->lut_b[i << 1]; in mga_crtc_load_lut()53 r = mga_crtc->lut_r[i]; in mga_crtc_load_lut()54 b = mga_crtc->lut_b[i]; in mga_crtc_load_lut()58 WREG8(DAC_INDEX + MGA1064_COL_PAL, mga_crtc->lut_g[i]); 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()1075 struct mga_crtc *mga_crtc = to_mga_crtc(crtc);[all …]
104 #define to_mga_crtc(x) container_of(x, struct mga_crtc, base)124 struct mga_crtc { struct133 struct mga_crtc *crtc; argument