Symbol: VGA_SEQ_I
drivers/gpu/drm/i915/display/intel_vga.c
69
outb(0x01, VGA_SEQ_I);
drivers/video/console/vgacon.c
691
vga_state.SeqCtrlIndex = vga_r(state->vgabase, VGA_SEQ_I);
drivers/video/console/vgacon.c
751
vga_w(state->vgabase, VGA_SEQ_I, vga_state.SeqCtrlIndex);
drivers/video/console/vgacon.c
782
vga_w(state->vgabase, VGA_SEQ_I, vga_state.SeqCtrlIndex);
drivers/video/fbdev/i740_reg.h
34
#define SRX VGA_SEQ_I
drivers/video/fbdev/i740fb.c
726
i740outreg_mask(par, VGA_SEQ_I, VGA_SEQ_CLOCK_MODE, 0x20, 0x20);
drivers/video/fbdev/i740fb.c
735
i740outreg_mask(par, VGA_SEQ_I, VGA_SEQ_CLOCK_MODE, 0, 0x20);
drivers/video/fbdev/i740fb.c
774
i740outreg(par, VGA_SEQ_I, VGA_SEQ_RESET, 0x01);
drivers/video/fbdev/i740fb.c
776
i740outreg(par, VGA_SEQ_I, VGA_SEQ_CLOCK_MODE,
drivers/video/fbdev/i740fb.c
779
i740outreg(par, VGA_SEQ_I, i, par->seq[i]);
drivers/video/fbdev/i740fb.c
782
i740outreg(par, VGA_SEQ_I, VGA_SEQ_RESET, 0x03);
drivers/video/fbdev/nvidia/nv_setup.c
82
VGA_WR08(par->PVIO, VGA_SEQ_I, index);
drivers/video/fbdev/nvidia/nv_setup.c
87
VGA_WR08(par->PVIO, VGA_SEQ_I, index);
drivers/video/fbdev/vga16fb.c
718
unsigned char SeqCtrlIndex = vga_io_r(VGA_SEQ_I);
drivers/video/fbdev/vga16fb.c
768
outb_p(SeqCtrlIndex, VGA_SEQ_I);
drivers/video/fbdev/vga16fb.c
774
unsigned char SeqCtrlIndex = vga_io_r(VGA_SEQ_I);
drivers/video/fbdev/vga16fb.c
800
vga_io_w(VGA_SEQ_I, SeqCtrlIndex);
include/video/vga.h
342
vga_w (regbase, VGA_SEQ_I, reg);
include/video/vga.h
349
vga_w_fast (regbase, VGA_SEQ_I, reg, val);
include/video/vga.h
351
vga_w (regbase, VGA_SEQ_I, reg);
include/video/vga.h
359
vga_io_w (VGA_SEQ_I, reg);
include/video/vga.h
366
vga_io_w_fast (VGA_SEQ_I, reg, val);
include/video/vga.h
368
vga_io_w (VGA_SEQ_I, reg);
include/video/vga.h
376
vga_mm_w (regbase, VGA_SEQ_I, reg);
include/video/vga.h
383
vga_mm_w_fast (regbase, VGA_SEQ_I, reg, val);
include/video/vga.h
385
vga_mm_w (regbase, VGA_SEQ_I, reg);