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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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);
1176 vga_wcrt(state->vgabase, 0x0C, (Base & 0x00FF00) >> 8);
1177 vga_wcrt(state->vgabase, 0x0D, (Base & 0x00FF));
1185 vga_wgfx(state->vgabase, 0x0E, (((Base >> 16) & 0x0f) | (oldExtCRTDispAddr & 0xf0)));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
1176 vga_wcrt(state->vgabase, 0x0C, (Base & 0x00FF00) >> 8);
1177 vga_wcrt(state->vgabase, 0x0D, (Base & 0x00FF));
1185 vga_wgfx(state->vgabase, 0x0E, (((Base >> 16) & 0x0f) | (oldExtCRTDispAddr & 0xf0)));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/console/
H A Dvgacon.c405 state.vgabase = NULL;
856 vga_w(state.vgabase, VGA_PEL_MSK, 0xff);
858 vga_w(state.vgabase, VGA_PEL_IW, table[i]);
859 vga_w(state.vgabase, VGA_PEL_D, vc->vc_palette[j++] >> 2);
860 vga_w(state.vgabase, VGA_PEL_D, vc->vc_palette[j++] >> 2);
861 vga_w(state.vgabase, VGA_PEL_D, vc->vc_palette[j++] >> 2);
899 vga_state.SeqCtrlIndex = vga_r(state->vgabase, VGA_SEQ_I);
901 vga_state.CrtMiscIO = vga_r(state->vgabase, VGA_MIS_R);
920 vga_state.ClockingMode = vga_rseq(state->vgabase, VGA_SEQ_CLOCK_MODE);
926 vga_wseq(state->vgabase, VGA_SEQ_CLOCK_MOD
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/console/
H A Dvgacon.c405 state.vgabase = NULL;
856 vga_w(state.vgabase, VGA_PEL_MSK, 0xff);
858 vga_w(state.vgabase, VGA_PEL_IW, table[i]);
859 vga_w(state.vgabase, VGA_PEL_D, vc->vc_palette[j++] >> 2);
860 vga_w(state.vgabase, VGA_PEL_D, vc->vc_palette[j++] >> 2);
861 vga_w(state.vgabase, VGA_PEL_D, vc->vc_palette[j++] >> 2);
899 vga_state.SeqCtrlIndex = vga_r(state->vgabase, VGA_SEQ_I);
901 vga_state.CrtMiscIO = vga_r(state->vgabase, VGA_MIS_R);
920 vga_state.ClockingMode = vga_rseq(state->vgabase, VGA_SEQ_CLOCK_MODE);
926 vga_wseq(state->vgabase, VGA_SEQ_CLOCK_MOD
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/video/
H A Dvga.h200 void __iomem *vgabase; /* mmio base, if supported */ member in struct:vgastate
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/video/
H A Dvga.h200 void __iomem *vgabase; /* mmio base, if supported */ member in struct:vgastate
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/i810/
H A Di810_main.c1246 par->state.vgabase = par->mmio_start_virtual;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/i810/
H A Di810_main.c1246 par->state.vgabase = par->mmio_start_virtual;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/savage/
H A Dsavagefb_driver.c1619 par->vgastate.vgabase = par->mmio.vbase + 0x8000;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/savage/
H A Dsavagefb_driver.c1619 par->vgastate.vgabase = par->mmio.vbase + 0x8000;

Completed in 135 milliseconds