Searched refs:vgabase (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dvgastate.c56 misc = vga_r(state->vgabase, VGA_MIS_R);
59 vga_r(state->vgabase, iobase + 0xa);
60 vga_w(state->vgabase, VGA_ATT_W, 0x00);
61 attr10 = vga_rattr(state->vgabase, 0x10);
62 vga_r(state->vgabase, iobase + 0xa);
63 vga_w(state->vgabase, VGA_ATT_W, 0x20);
69 gr4 = vga_rgfx(state->vgabase, VGA_GFX_PLANE_READ);
70 gr5 = vga_rgfx(state->vgabase, VGA_GFX_MODE);
71 gr6 = vga_rgfx(state->vgabase, VGA_GFX_MISC);
72 seq2 = vga_rseq(state->vgabase, VGA_SEQ_PLANE_WRIT
[all...]
H A Dneofb.c373 vga_wcrt(state->vgabase, 0x11, vga_rcrt(state->vgabase, 0x11) | 0x80);
384 vga_wgfx(state->vgabase, 0x09, 0x00);
1219 vga_wcrt(state->vgabase, 0x0C, (Base & 0x00FF00) >> 8);
1220 vga_wcrt(state->vgabase, 0x0D, (Base & 0x00FF));
1228 vga_wgfx(state->vgabase, 0x0E, (((Base >> 16) & 0x0f) | (oldExtCRTDispAddr & 0xf0)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dvgacon.c387 state.vgabase = NULL;
830 vga_w(state.vgabase, VGA_PEL_MSK, 0xff);
832 vga_w(state.vgabase, VGA_PEL_IW, table[i]);
833 vga_w(state.vgabase, VGA_PEL_D, vc->vc_palette[j++] >> 2);
834 vga_w(state.vgabase, VGA_PEL_D, vc->vc_palette[j++] >> 2);
835 vga_w(state.vgabase, VGA_PEL_D, vc->vc_palette[j++] >> 2);
873 vga_state.SeqCtrlIndex = vga_r(state->vgabase, VGA_SEQ_I);
875 vga_state.CrtMiscIO = vga_r(state->vgabase, VGA_MIS_R);
894 vga_state.ClockingMode = vga_rseq(state->vgabase, VGA_SEQ_CLOCK_MODE);
900 vga_wseq(state->vgabase, VGA_SEQ_CLOCK_MOD
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/video/
H A Dvga.h200 void __iomem *vgabase; /* mmio base, if supported */ member in struct:vgastate
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/i810/
H A Di810_main.c1243 par->state.vgabase = par->mmio_start_virtual;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/savage/
H A Dsavagefb_driver.c1636 par->vgastate.vgabase = par->mmio.vbase + 0x8000;

Completed in 88 milliseconds