Lines Matching defs:wreg_crt
121 static void wreg_crt(struct cirrus_device *cirrus, u8 reg, u8 val)
184 wreg_crt(cirrus, 0x0c, (u8)((addr >> 8) & 0xff));
185 wreg_crt(cirrus, 0x0d, (u8)(addr & 0xff));
191 wreg_crt(cirrus, 0x1b, tmp);
196 wreg_crt(cirrus, 0x1d, tmp);
222 wreg_crt(cirrus, VGA_CRTC_V_SYNC_END, 0x20);
223 wreg_crt(cirrus, VGA_CRTC_H_TOTAL, htotal);
224 wreg_crt(cirrus, VGA_CRTC_H_DISP, hdispend);
225 wreg_crt(cirrus, VGA_CRTC_H_SYNC_START, hsyncstart);
226 wreg_crt(cirrus, VGA_CRTC_H_SYNC_END, hsyncend);
227 wreg_crt(cirrus, VGA_CRTC_V_TOTAL, vtotal & 0xff);
228 wreg_crt(cirrus, VGA_CRTC_V_DISP_END, vdispend & 0xff);
233 wreg_crt(cirrus, VGA_CRTC_MAX_SCAN, tmp);
249 wreg_crt(cirrus, VGA_CRTC_OVERFLOW, tmp);
264 wreg_crt(cirrus, CL_CRT1A, tmp);
267 wreg_crt(cirrus, VGA_CRTC_MODE, 0x03);
316 wreg_crt(cirrus, VGA_CRTC_OFFSET, cr13);
322 wreg_crt(cirrus, 0x1b, cr1b);