sys/dev/ic/vga.c
473
vh->vh_iot = iot;
sys/dev/ic/vga.c
476
if (bus_space_map(vh->vh_iot, 0x3c0, 0x10, 0, &vh->vh_ioh_vga))
sys/dev/ic/vga.c
480
mor = bus_space_read_1(vh->vh_iot, vh->vh_ioh_vga, 0xc);
sys/dev/ic/vga.c
483
if (bus_space_map(vh->vh_iot, (vh->vh_mono ? 0x3b0 : 0x3d0), 0x10, 0,
sys/dev/ic/vga.c
605
iot == vga_console_vc.hdl.vh_iot &&
sys/dev/ic/vgavar.h
108
(void) bus_space_read_1(vh->vh_iot, vh->vh_ioh_6845, 10);
sys/dev/ic/vgavar.h
114
(void) bus_space_read_1(vh->vh_iot, vh->vh_ioh_6845, 10);
sys/dev/ic/vgavar.h
125
(void) bus_space_read_1(vh->vh_iot, vh->vh_ioh_6845, 10);
sys/dev/ic/vgavar.h
131
(void) bus_space_read_1(vh->vh_iot, vh->vh_ioh_6845, 10);
sys/dev/ic/vgavar.h
95
bus_space_read_1(vh->vh_iot, vh->vh_ioh_vga, reg)
sys/dev/ic/vgavar.h
97
bus_space_write_1(vh->vh_iot, vh->vh_ioh_vga, reg, value)