vh_ioh_vga        472 dev/ic/vga.c           if (bus_space_map(vh->vh_iot, 0x3c0, 0x10, 0, &vh->vh_ioh_vga))
vh_ioh_vga        476 dev/ic/vga.c   	mor = bus_space_read_1(vh->vh_iot, vh->vh_ioh_vga, 0xc);
vh_ioh_vga         35 dev/ic/vgavar.h 	bus_space_handle_t vh_ioh_vga, vh_allmemh;
vh_ioh_vga         81 dev/ic/vgavar.h 	bus_space_write_1(vh->vh_iot, vh->vh_ioh_vga, VGA_ATC_INDEX, reg);
vh_ioh_vga         82 dev/ic/vgavar.h 	res = bus_space_read_1(vh->vh_iot, vh->vh_ioh_vga, VGA_ATC_DATAR);
vh_ioh_vga         88 dev/ic/vgavar.h 	bus_space_write_1(vh->vh_iot, vh->vh_ioh_vga, 0, 0x20);
vh_ioh_vga        101 dev/ic/vgavar.h 	bus_space_write_1(vh->vh_iot, vh->vh_ioh_vga, VGA_ATC_INDEX, reg);
vh_ioh_vga        102 dev/ic/vgavar.h 	bus_space_write_1(vh->vh_iot, vh->vh_ioh_vga, VGA_ATC_DATAW, val);
vh_ioh_vga        108 dev/ic/vgavar.h 	bus_space_write_1(vh->vh_iot, vh->vh_ioh_vga, 0, 0x20);
vh_ioh_vga        115 dev/ic/vgavar.h 	bus_space_write_1(vh->vh_iot, vh->vh_ioh_vga, VGA_TS_INDEX, reg);
vh_ioh_vga        116 dev/ic/vgavar.h 	return (bus_space_read_1(vh->vh_iot, vh->vh_ioh_vga, VGA_TS_DATA));
vh_ioh_vga        124 dev/ic/vgavar.h 	bus_space_write_1(vh->vh_iot, vh->vh_ioh_vga, VGA_TS_INDEX, reg);
vh_ioh_vga        125 dev/ic/vgavar.h 	bus_space_write_1(vh->vh_iot, vh->vh_ioh_vga, VGA_TS_DATA, val);
vh_ioh_vga        132 dev/ic/vgavar.h 	bus_space_write_1(vh->vh_iot, vh->vh_ioh_vga, VGA_GDC_INDEX, reg);
vh_ioh_vga        133 dev/ic/vgavar.h 	return (bus_space_read_1(vh->vh_iot, vh->vh_ioh_vga, VGA_GDC_DATA));
vh_ioh_vga        141 dev/ic/vgavar.h 	bus_space_write_1(vh->vh_iot, vh->vh_ioh_vga, VGA_GDC_INDEX, reg);
vh_ioh_vga        142 dev/ic/vgavar.h 	bus_space_write_1(vh->vh_iot, vh->vh_ioh_vga, VGA_GDC_DATA, val);
vh_ioh_vga        434 dev/isa/ega.c          if (bus_space_map(vh->vh_iot, 0x3c0, 0x10, 0, &vh->vh_ioh_vga))