Symbol: vga_rcrt
drivers/video/fbdev/cirrusfb.c
1347
tmp = vga_rcrt(cinfo->regbase, CL_CRT1B) & 0xf2;
drivers/video/fbdev/cirrusfb.c
1360
tmp = vga_rcrt(cinfo->regbase, CL_CRT1D);
drivers/video/fbdev/cirrusfb.c
2449
if (vga_rcrt(cinfo->regbase, CL_CRT24) & 0x80) {
drivers/video/fbdev/cirrusfb.c
2834
val = vga_rcrt(regbase, (unsigned char) reg);
drivers/video/fbdev/core/svgalib.c
29
regval = vga_rcrt(regbase, regset->regnum);
drivers/video/fbdev/neofb.c
1859
(void *) vga_rcrt(NULL, w));
drivers/video/fbdev/neofb.c
368
vga_wcrt(state->vgabase, 0x11, vga_rcrt(state->vgabase, 0x11) | 0x80);
drivers/video/fbdev/neofb.c
374
vga_wcrt(NULL, 0x11, vga_rcrt(NULL, 0x11) & ~0x80);
drivers/video/fbdev/s3fb.c
1140
u8 cr30 = vga_rcrt(par->state.vgabase, 0x30);
drivers/video/fbdev/s3fb.c
1141
u8 cr2e = vga_rcrt(par->state.vgabase, 0x2e);
drivers/video/fbdev/s3fb.c
1142
u8 cr2f = vga_rcrt(par->state.vgabase, 0x2f);
drivers/video/fbdev/s3fb.c
1157
u8 cr6f = vga_rcrt(par->state.vgabase, 0x6f);
drivers/video/fbdev/s3fb.c
1166
u8 cr6f = vga_rcrt(par->state.vgabase, 0x6f);
drivers/video/fbdev/s3fb.c
1175
switch (vga_rcrt(par->state.vgabase, 0x2f)) {
drivers/video/fbdev/s3fb.c
1257
cr38 = vga_rcrt(par->state.vgabase, 0x38);
drivers/video/fbdev/s3fb.c
1258
cr39 = vga_rcrt(par->state.vgabase, 0x39);
drivers/video/fbdev/s3fb.c
1265
par->rev = vga_rcrt(par->state.vgabase, 0x2f);
drivers/video/fbdev/s3fb.c
1271
regval = vga_rcrt(par->state.vgabase, 0x36);
drivers/video/fbdev/s3fb.c
1314
regval = vga_rcrt(par->state.vgabase, 0x37);
drivers/video/fbdev/s3fb.c
1429
vga_rcrt(par->state.vgabase, 0x2d),
drivers/video/fbdev/s3fb.c
1430
vga_rcrt(par->state.vgabase, 0x2e),
drivers/video/fbdev/s3fb.c
1431
vga_rcrt(par->state.vgabase, 0x2f),
drivers/video/fbdev/s3fb.c
1432
vga_rcrt(par->state.vgabase, 0x30));
drivers/video/fbdev/s3fb.c
201
return vga_rcrt(par->state.vgabase, DDC_REG);
drivers/video/fbdev/uvesafb.c
1128
crtc17 |= vga_rcrt(NULL, 0x17) & ~0x80;
include/linux/svga.h
89
vga_wcrt(regbase, index, (data & mask) | (vga_rcrt(regbase, index) & ~mask));