Symbol: vga_wseq
arch/mips/sni/setup.c
254
vga_wseq(NULL, CL_SEQR6, 0x12); /* unlock all extension registers */
arch/mips/sni/setup.c
255
vga_wseq(NULL, CL_SEQRF, 0x18);
drivers/video/console/vgacon.c
718
vga_wseq(state->vgabase, VGA_SEQ_CLOCK_MODE, vga_state.ClockingMode | 0x20);
drivers/video/console/vgacon.c
779
vga_wseq(state->vgabase, VGA_SEQ_CLOCK_MODE, vga_state.ClockingMode);
drivers/video/console/vgacon.c
882
vga_wseq(state->vgabase, VGA_SEQ_RESET, 0x1);
drivers/video/console/vgacon.c
884
vga_wseq(state->vgabase, VGA_SEQ_PLANE_WRITE, 0x04);
drivers/video/console/vgacon.c
886
vga_wseq(state->vgabase, VGA_SEQ_MEMORY_MODE, 0x07);
drivers/video/console/vgacon.c
888
vga_wseq(state->vgabase, VGA_SEQ_RESET, 0x03);
drivers/video/console/vgacon.c
933
vga_wseq(state->vgabase, VGA_SEQ_RESET, 0x01);
drivers/video/console/vgacon.c
935
vga_wseq(state->vgabase, VGA_SEQ_PLANE_WRITE, 0x03);
drivers/video/console/vgacon.c
937
vga_wseq(state->vgabase, VGA_SEQ_MEMORY_MODE, 0x03);
drivers/video/console/vgacon.c
940
vga_wseq(state->vgabase, VGA_SEQ_CHARACTER_MAP, font_select);
drivers/video/console/vgacon.c
942
vga_wseq(state->vgabase, VGA_SEQ_RESET, 0x03);
drivers/video/fbdev/arkfb.c
464
vga_wseq(par->state.vgabase, 0x1C, regval | (code[0] & 4 ? 0x80 : 0));
drivers/video/fbdev/arkfb.c
470
vga_wseq(par->state.vgabase, 0x1C, regval);
drivers/video/fbdev/arkfb.c
483
vga_wseq(par->state.vgabase, 0x1C, regval | (code[0] & 4 ? 0x80 : 0));
drivers/video/fbdev/arkfb.c
489
vga_wseq(par->state.vgabase, 0x1C, regval);
drivers/video/fbdev/arkfb.c
676
vga_wseq(par->state.vgabase, 0x13, info->fix.smem_start >> 16);
drivers/video/fbdev/arkfb.c
677
vga_wseq(par->state.vgabase, 0x14, info->fix.smem_start >> 24);
drivers/video/fbdev/arkfb.c
678
vga_wseq(par->state.vgabase, 0x15, 0);
drivers/video/fbdev/arkfb.c
679
vga_wseq(par->state.vgabase, 0x16, 0);
drivers/video/fbdev/arkfb.c
684
vga_wseq(par->state.vgabase, 0x18, regval);
drivers/video/fbdev/arkfb.c
713
vga_wseq(par->state.vgabase, 0x11, 0x10); /* basic VGA mode */
drivers/video/fbdev/arkfb.c
722
vga_wseq(par->state.vgabase, 0x11, 0x10); /* basic VGA mode */
drivers/video/fbdev/arkfb.c
729
vga_wseq(par->state.vgabase, 0x11, 0x10); /* basic VGA mode */
drivers/video/fbdev/arkfb.c
736
vga_wseq(par->state.vgabase, 0x11, 0x16); /* 8bpp accel mode */
drivers/video/fbdev/arkfb.c
752
vga_wseq(par->state.vgabase, 0x11, 0x1A); /* 16bpp accel mode */
drivers/video/fbdev/arkfb.c
759
vga_wseq(par->state.vgabase, 0x11, 0x1A); /* 16bpp accel mode */
drivers/video/fbdev/arkfb.c
766
vga_wseq(par->state.vgabase, 0x11, 0x16); /* 8bpp accel mode ??? */
drivers/video/fbdev/arkfb.c
775
vga_wseq(par->state.vgabase, 0x11, 0x1E); /* 32bpp accel mode */
drivers/video/fbdev/cirrusfb.c
1007
vga_wseq(regbase, VGA_SEQ_MEMORY_MODE, 0x06);
drivers/video/fbdev/cirrusfb.c
1009
vga_wseq(regbase, VGA_SEQ_PLANE_WRITE, 0x01);
drivers/video/fbdev/cirrusfb.c
1028
vga_wseq(regbase, CL_SEQR7,
drivers/video/fbdev/cirrusfb.c
1035
vga_wseq(regbase, CL_SEQR7,
drivers/video/fbdev/cirrusfb.c
1050
vga_wseq(regbase, CL_SEQRF, 0xb0);
drivers/video/fbdev/cirrusfb.c
1056
vga_wseq(regbase, CL_SEQRF, 0xb8);
drivers/video/fbdev/cirrusfb.c
1092
vga_wseq(regbase, CL_SEQR7, 0x87);
drivers/video/fbdev/cirrusfb.c
1094
vga_wseq(regbase, CL_SEQRF, 0xb0);
drivers/video/fbdev/cirrusfb.c
1098
vga_wseq(regbase, CL_SEQR7, 0x27);
drivers/video/fbdev/cirrusfb.c
1100
vga_wseq(regbase, CL_SEQRF, 0xb0);
drivers/video/fbdev/cirrusfb.c
1107
vga_wseq(regbase, CL_SEQR7,
drivers/video/fbdev/cirrusfb.c
1112
vga_wseq(regbase, CL_SEQR7, 0x17);
drivers/video/fbdev/cirrusfb.c
1118
vga_wseq(regbase, CL_SEQR7,
drivers/video/fbdev/cirrusfb.c
1151
vga_wseq(regbase, CL_SEQR7, 0x85);
drivers/video/fbdev/cirrusfb.c
1153
vga_wseq(regbase, CL_SEQRF, 0xb0);
drivers/video/fbdev/cirrusfb.c
1157
vga_wseq(regbase, CL_SEQR7, 0x25);
drivers/video/fbdev/cirrusfb.c
1159
vga_wseq(regbase, CL_SEQRF, 0xb0);
drivers/video/fbdev/cirrusfb.c
1166
vga_wseq(regbase, CL_SEQR7, 0xa5);
drivers/video/fbdev/cirrusfb.c
1170
vga_wseq(regbase, CL_SEQR7, 0x15);
drivers/video/fbdev/cirrusfb.c
1176
vga_wseq(regbase, CL_SEQR7,
drivers/video/fbdev/cirrusfb.c
1259
vga_wseq(regbase, VGA_SEQ_CLOCK_MODE, tmp);
drivers/video/fbdev/cirrusfb.c
1413
vga_wseq(cinfo->regbase, VGA_SEQ_CLOCK_MODE, val);
drivers/video/fbdev/cirrusfb.c
1517
vga_wseq(cinfo->regbase, VGA_SEQ_RESET, 0x03);
drivers/video/fbdev/cirrusfb.c
1520
vga_wseq(cinfo->regbase, VGA_SEQ_CLOCK_MODE, 0x21);
drivers/video/fbdev/cirrusfb.c
1525
vga_wseq(cinfo->regbase, CL_SEQR6, 0x12);
drivers/video/fbdev/cirrusfb.c
1529
vga_wseq(cinfo->regbase, CL_SEQRF, 0x98);
drivers/video/fbdev/cirrusfb.c
1537
vga_wseq(cinfo->regbase, CL_SEQRF, 0xb8);
drivers/video/fbdev/cirrusfb.c
1541
vga_wseq(cinfo->regbase, CL_SEQR16, 0x0f);
drivers/video/fbdev/cirrusfb.c
1542
vga_wseq(cinfo->regbase, CL_SEQRF, 0xb0);
drivers/video/fbdev/cirrusfb.c
1547
vga_wseq(cinfo->regbase, VGA_SEQ_PLANE_WRITE, 0xff);
drivers/video/fbdev/cirrusfb.c
1549
vga_wseq(cinfo->regbase, VGA_SEQ_CHARACTER_MAP, 0x00);
drivers/video/fbdev/cirrusfb.c
1551
vga_wseq(cinfo->regbase, VGA_SEQ_MEMORY_MODE, 0x0a);
drivers/video/fbdev/cirrusfb.c
1555
vga_wseq(cinfo->regbase, CL_SEQR7, bi->sr07);
drivers/video/fbdev/cirrusfb.c
1561
vga_wseq(cinfo->regbase, CL_SEQR10, 0x00);
drivers/video/fbdev/cirrusfb.c
1563
vga_wseq(cinfo->regbase, CL_SEQR11, 0x00);
drivers/video/fbdev/cirrusfb.c
1565
vga_wseq(cinfo->regbase, CL_SEQR12, 0x00);
drivers/video/fbdev/cirrusfb.c
1567
vga_wseq(cinfo->regbase, CL_SEQR13, 0x00);
drivers/video/fbdev/cirrusfb.c
1572
vga_wseq(cinfo->regbase, CL_SEQR17, 0x00);
drivers/video/fbdev/cirrusfb.c
1574
vga_wseq(cinfo->regbase, CL_SEQR18, 0x02);
drivers/video/fbdev/cirrusfb.c
2283
vga_wseq(cinfo->regbase, CL_SEQR1F,
drivers/video/fbdev/cirrusfb.c
649
vga_wseq(cinfo->regbase, CL_SEQR1E, old1e);
drivers/video/fbdev/cirrusfb.c
651
vga_wseq(cinfo->regbase, CL_SEQR1F, old1f);
drivers/video/fbdev/cirrusfb.c
897
vga_wseq(regbase, CL_SEQRE, tmp);
drivers/video/fbdev/cirrusfb.c
898
vga_wseq(regbase, CL_SEQR1E, nom);
drivers/video/fbdev/cirrusfb.c
900
vga_wseq(regbase, CL_SEQRE, nom);
drivers/video/fbdev/cirrusfb.c
901
vga_wseq(regbase, CL_SEQR1E, tmp);
drivers/video/fbdev/cirrusfb.c
954
vga_wseq(regbase, CL_SEQR7,
drivers/video/fbdev/cirrusfb.c
961
vga_wseq(regbase, CL_SEQR7,
drivers/video/fbdev/cirrusfb.c
976
vga_wseq(regbase, CL_SEQRF, 0xb0);
drivers/video/fbdev/cirrusfb.c
981
vga_wseq(regbase, CL_SEQRF, 0xd0);
drivers/video/fbdev/core/svgalib.c
123
vga_wseq(regbase, VGA_SEQ_CLOCK_MODE, VGA_SR01_CHAR_CLK_8DOTS);
drivers/video/fbdev/core/svgalib.c
124
vga_wseq(regbase, VGA_SEQ_PLANE_WRITE, VGA_SR02_ALL_PLANES);
drivers/video/fbdev/core/svgalib.c
125
vga_wseq(regbase, VGA_SEQ_CHARACTER_MAP, 0x00);
drivers/video/fbdev/core/svgalib.c
127
vga_wseq(regbase, VGA_SEQ_MEMORY_MODE, VGA_SR04_EXT_MEM | VGA_SR04_SEQ_MODE);
drivers/video/fbdev/core/svgalib.c
144
vga_wseq(regbase, VGA_SEQ_MEMORY_MODE, VGA_SR04_EXT_MEM);
drivers/video/fbdev/core/svgalib.c
145
vga_wseq(regbase, VGA_SEQ_PLANE_WRITE, 0x03);
drivers/video/fbdev/core/svgalib.c
60
vga_wseq(regbase, regset->regnum, regval);
drivers/video/fbdev/neofb.c
1351
vga_wseq(NULL, 0x01, reg);
drivers/video/fbdev/neofb.c
428
vga_wseq(NULL, 0x00, 0x01); /* Synchronous Reset */
drivers/video/fbdev/neofb.c
429
vga_wseq(NULL, 0x01, tmp | 0x20); /* disable the display */
drivers/video/fbdev/neofb.c
436
vga_wseq(NULL, 0x01, tmp & ~0x20); /* reenable display */
drivers/video/fbdev/neofb.c
437
vga_wseq(NULL, 0x00, 0x03); /* clear synchronousreset */
drivers/video/fbdev/neofb.c
451
vga_wseq(NULL, i, par->Sequencer[i]);
drivers/video/fbdev/s3fb.c
1259
vga_wseq(par->state.vgabase, 0x08, 0x06);
drivers/video/fbdev/s3fb.c
1540
vga_wseq(par->state.vgabase, 0x08, 0x06);
drivers/video/fbdev/s3fb.c
487
vga_wseq(par->state.vgabase, 0x12, (n - 2) | ((r & 3) << 6)); /* n and two bits of r */
drivers/video/fbdev/s3fb.c
488
vga_wseq(par->state.vgabase, 0x29, r >> 2); /* remaining highest bit of r */
drivers/video/fbdev/s3fb.c
490
vga_wseq(par->state.vgabase, 0x12, (n - 2) | (r << 5));
drivers/video/fbdev/s3fb.c
491
vga_wseq(par->state.vgabase, 0x13, m - 2);
drivers/video/fbdev/s3fb.c
497
vga_wseq(par->state.vgabase, 0x15, regval & ~(1<<5));
drivers/video/fbdev/s3fb.c
498
vga_wseq(par->state.vgabase, 0x15, regval | (1<<5));
drivers/video/fbdev/s3fb.c
499
vga_wseq(par->state.vgabase, 0x15, regval & ~(1<<5));
drivers/video/fbdev/s3fb.c
660
vga_wseq(par->state.vgabase, 0x08, 0x06);
drivers/video/fbdev/uvesafb.c
1124
vga_wseq(NULL, 0x00, 0x01);
drivers/video/fbdev/uvesafb.c
1126
vga_wseq(NULL, 0x00, seq);
drivers/video/fbdev/uvesafb.c
1131
vga_wseq(NULL, 0x00, 0x03);
drivers/video/fbdev/vt8623fb.c
269
vga_wseq(par->state.vgabase, 0x46, (n | (r << 6)));
drivers/video/fbdev/vt8623fb.c
270
vga_wseq(par->state.vgabase, 0x47, m);
drivers/video/fbdev/vt8623fb.c
463
vga_wseq(par->state.vgabase, 0x17, 0x1F); // FIFO depth
drivers/video/fbdev/vt8623fb.c
464
vga_wseq(par->state.vgabase, 0x18, 0x4E);
drivers/video/vgastate.c
105
vga_wseq(state->vgabase, VGA_SEQ_PLANE_WRITE, 0x1);
drivers/video/vgastate.c
106
vga_wseq(state->vgabase, VGA_SEQ_MEMORY_MODE, 0x6);
drivers/video/vgastate.c
113
vga_wseq(state->vgabase, VGA_SEQ_PLANE_WRITE, 0x2);
drivers/video/vgastate.c
114
vga_wseq(state->vgabase, VGA_SEQ_MEMORY_MODE, 0x6);
drivers/video/vgastate.c
123
vga_wseq(state->vgabase, VGA_SEQ_PLANE_WRITE, seq2);
drivers/video/vgastate.c
124
vga_wseq(state->vgabase, VGA_SEQ_MEMORY_MODE, seq4);
drivers/video/vgastate.c
131
vga_wseq(state->vgabase, VGA_SEQ_RESET, 0x1);
drivers/video/vgastate.c
132
vga_wseq(state->vgabase, VGA_SEQ_CLOCK_MODE, seq1 & ~(1 << 5));
drivers/video/vgastate.c
133
vga_wseq(state->vgabase, VGA_SEQ_RESET, 0x3);
drivers/video/vgastate.c
135
vga_wseq(state->vgabase, VGA_SEQ_CLOCK_MODE, seq1);
drivers/video/vgastate.c
157
vga_wseq(state->vgabase, VGA_SEQ_RESET, 0x1);
drivers/video/vgastate.c
158
vga_wseq(state->vgabase, VGA_SEQ_CLOCK_MODE, seq1 | 1 << 5);
drivers/video/vgastate.c
159
vga_wseq(state->vgabase, VGA_SEQ_RESET, 0x3);
drivers/video/vgastate.c
169
vga_wseq(state->vgabase, VGA_SEQ_PLANE_WRITE, 0x4);
drivers/video/vgastate.c
170
vga_wseq(state->vgabase, VGA_SEQ_MEMORY_MODE, 0x6);
drivers/video/vgastate.c
180
vga_wseq(state->vgabase, VGA_SEQ_PLANE_WRITE, 0x8);
drivers/video/vgastate.c
181
vga_wseq(state->vgabase, VGA_SEQ_MEMORY_MODE, 0x6);
drivers/video/vgastate.c
191
vga_wseq(state->vgabase, VGA_SEQ_PLANE_WRITE, 0x1);
drivers/video/vgastate.c
192
vga_wseq(state->vgabase, VGA_SEQ_MEMORY_MODE, 0x6);
drivers/video/vgastate.c
199
vga_wseq(state->vgabase, VGA_SEQ_PLANE_WRITE, 0x2);
drivers/video/vgastate.c
200
vga_wseq(state->vgabase, VGA_SEQ_MEMORY_MODE, 0x6);
drivers/video/vgastate.c
209
vga_wseq(state->vgabase, VGA_SEQ_RESET, 0x1);
drivers/video/vgastate.c
210
vga_wseq(state->vgabase, VGA_SEQ_CLOCK_MODE, seq1 & ~(1 << 5));
drivers/video/vgastate.c
211
vga_wseq(state->vgabase, VGA_SEQ_RESET, 0x3);
drivers/video/vgastate.c
221
vga_wseq(state->vgabase, VGA_SEQ_CLOCK_MODE, seq1);
drivers/video/vgastate.c
222
vga_wseq(state->vgabase, VGA_SEQ_PLANE_WRITE, seq2);
drivers/video/vgastate.c
223
vga_wseq(state->vgabase, VGA_SEQ_MEMORY_MODE, seq4);
drivers/video/vgastate.c
271
vga_wseq(state->vgabase, VGA_SEQ_CLOCK_MODE,
drivers/video/vgastate.c
275
vga_wseq(state->vgabase, VGA_SEQ_RESET, 0x01);
drivers/video/vgastate.c
282
vga_wseq(state->vgabase, i, saved->seq[i]);
drivers/video/vgastate.c
299
vga_wseq(state->vgabase, VGA_SEQ_RESET, 0x03);
drivers/video/vgastate.c
301
vga_wseq(state->vgabase, VGA_SEQ_CLOCK_MODE,
drivers/video/vgastate.c
77
vga_wseq(state->vgabase, VGA_SEQ_RESET, 0x1);
drivers/video/vgastate.c
78
vga_wseq(state->vgabase, VGA_SEQ_CLOCK_MODE, seq1 | 1 << 5);
drivers/video/vgastate.c
79
vga_wseq(state->vgabase, VGA_SEQ_RESET, 0x3);
drivers/video/vgastate.c
83
vga_wseq(state->vgabase, VGA_SEQ_PLANE_WRITE, 0x4);
drivers/video/vgastate.c
84
vga_wseq(state->vgabase, VGA_SEQ_MEMORY_MODE, 0x6);
drivers/video/vgastate.c
94
vga_wseq(state->vgabase, VGA_SEQ_PLANE_WRITE, 0x8);
drivers/video/vgastate.c
95
vga_wseq(state->vgabase, VGA_SEQ_MEMORY_MODE, 0x6);
include/linux/svga.h
82
vga_wseq(regbase, index, (data & mask) | (vga_rseq(regbase, index) & ~mask));