Symbol: VGA_REG_ADDR
usr/src/boot/i386/libi386/vbe.c
83
atr = vga_get_atr(VGA_REG_ADDR, VGA_ATR_MODE);
usr/src/boot/i386/libi386/vbe.c
86
vga_set_atr(VGA_REG_ADDR, VGA_ATR_MODE, atr);
usr/src/boot/i386/libi386/vidconsole.c
490
msl = vga_get_crtc(VGA_REG_ADDR, VGA_CRTC_MAX_S_LN) & 0x1f;
usr/src/boot/i386/libi386/vidconsole.c
491
s = vga_get_crtc(VGA_REG_ADDR, VGA_CRTC_CSSL) & 0xC0;
usr/src/boot/i386/libi386/vidconsole.c
492
e = vga_get_crtc(VGA_REG_ADDR, VGA_CRTC_CESL);
usr/src/boot/i386/libi386/vidconsole.c
496
vga_set_crtc(VGA_REG_ADDR, VGA_CRTC_CLAH, addr >> 8);
usr/src/boot/i386/libi386/vidconsole.c
497
vga_set_crtc(VGA_REG_ADDR, VGA_CRTC_CLAL, addr & 0xff);
usr/src/boot/i386/libi386/vidconsole.c
502
vga_set_crtc(VGA_REG_ADDR, VGA_CRTC_CSSL, s);
usr/src/boot/i386/libi386/vidconsole.c
503
vga_set_crtc(VGA_REG_ADDR, VGA_CRTC_CESL, e);
usr/src/boot/i386/libi386/vidconsole.c
511
addr = (vga_get_crtc(VGA_REG_ADDR, VGA_CRTC_CLAH) << 8) +
usr/src/boot/i386/libi386/vidconsole.c
512
vga_get_crtc(VGA_REG_ADDR, VGA_CRTC_CLAL);
usr/src/boot/i386/libi386/vidconsole.c
752
vga_set_seq(VGA_REG_ADDR, 0x00, 0x01);
usr/src/boot/i386/libi386/vidconsole.c
757
vga_set_seq(VGA_REG_ADDR, 0x02, 0x04);
usr/src/boot/i386/libi386/vidconsole.c
762
vga_set_seq(VGA_REG_ADDR, 0x04, 0x07);
usr/src/boot/i386/libi386/vidconsole.c
764
vga_set_seq(VGA_REG_ADDR, 0x00, 0x03);
usr/src/boot/i386/libi386/vidconsole.c
769
vga_set_grc(VGA_REG_ADDR, 0x04, 0x02);
usr/src/boot/i386/libi386/vidconsole.c
774
vga_set_grc(VGA_REG_ADDR, 0x05, 0x00);
usr/src/boot/i386/libi386/vidconsole.c
779
vga_set_grc(VGA_REG_ADDR, 0x06, 0x00);
usr/src/boot/i386/libi386/vidconsole.c
798
vga_set_seq(VGA_REG_ADDR, 0x00, 0x01);
usr/src/boot/i386/libi386/vidconsole.c
800
vga_set_seq(VGA_REG_ADDR, 0x02, 0x03);
usr/src/boot/i386/libi386/vidconsole.c
805
vga_set_seq(VGA_REG_ADDR, 0x04, 0x03);
usr/src/boot/i386/libi386/vidconsole.c
809
vga_set_seq(VGA_REG_ADDR, 0x03, fsreg[s]);
usr/src/boot/i386/libi386/vidconsole.c
811
vga_set_seq(VGA_REG_ADDR, 0x00, 0x03);
usr/src/boot/i386/libi386/vidconsole.c
816
vga_set_grc(VGA_REG_ADDR, 0x04, 0x00);
usr/src/boot/i386/libi386/vidconsole.c
818
vga_set_grc(VGA_REG_ADDR, 0x05, 0x10);
usr/src/boot/i386/libi386/vidconsole.c
823
vga_set_grc(VGA_REG_ADDR, 0x06, 0x0e);
usr/src/boot/i386/libi386/vidconsole.c
825
vga_set_atr(VGA_REG_ADDR, 0x12, 0x0f);
usr/src/boot/i386/libi386/vidconsole.c
844
if (vga_get_reg(VGA_REG_ADDR, VGA_MISC_R) & VGA_MISC_IOA_SEL)
usr/src/boot/i386/libi386/vidconsole.c
850
i = vga_get_atr(VGA_REG_ADDR, VGA_ATR_MODE);
usr/src/boot/i386/libi386/vidconsole.c
853
vga_set_atr(VGA_REG_ADDR, VGA_ATR_MODE, i);
usr/src/uts/i86pc/boot/boot_vga.c
321
(void) inb(VGA_REG_ADDR + CGA_STAT);
usr/src/uts/i86pc/boot/boot_vga.c
322
outb(VGA_REG_ADDR + VGA_ATR_AD, index);
usr/src/uts/i86pc/boot/boot_vga.c
323
outb(VGA_REG_ADDR + VGA_ATR_AD, val);
usr/src/uts/i86pc/boot/boot_vga.c
325
(void) inb(VGA_REG_ADDR + CGA_STAT);
usr/src/uts/i86pc/boot/boot_vga.c
326
outb(VGA_REG_ADDR + VGA_ATR_AD, VGA_ATR_ENB_PLT);
usr/src/uts/i86pc/boot/boot_vga.c
334
(void) inb(VGA_REG_ADDR + CGA_STAT);
usr/src/uts/i86pc/boot/boot_vga.c
335
outb(VGA_REG_ADDR + VGA_ATR_AD, index);
usr/src/uts/i86pc/boot/boot_vga.c
336
val = inb(VGA_REG_ADDR + VGA_ATR_DATA);
usr/src/uts/i86pc/boot/boot_vga.c
338
(void) inb(VGA_REG_ADDR + CGA_STAT);
usr/src/uts/i86pc/boot/boot_vga.c
339
outb(VGA_REG_ADDR + VGA_ATR_AD, VGA_ATR_ENB_PLT);
usr/src/uts/i86pc/boot/boot_vga.c
347
outb(VGA_REG_ADDR + VGA_CRTC_ADR, index);
usr/src/uts/i86pc/boot/boot_vga.c
348
outb(VGA_REG_ADDR + VGA_CRTC_DATA, val);
usr/src/uts/i86pc/boot/boot_vga.c
354
outb(VGA_REG_ADDR + VGA_CRTC_ADR, index);
usr/src/uts/i86pc/boot/boot_vga.c
355
return (inb(VGA_REG_ADDR + VGA_CRTC_DATA));
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
161
reg_rnumber = vgatext_get_isa_reg_index(devi, 1, VGA_REG_ADDR,
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
181
PCI_ADDR_IO|PCI_RELOCAT_B, VGA_REG_ADDR,