vh_iot 469 dev/ic/vga.c vh->vh_iot = iot; vh_iot 472 dev/ic/vga.c if (bus_space_map(vh->vh_iot, 0x3c0, 0x10, 0, &vh->vh_ioh_vga)) vh_iot 476 dev/ic/vga.c mor = bus_space_read_1(vh->vh_iot, vh->vh_ioh_vga, 0xc); vh_iot 479 dev/ic/vga.c if (bus_space_map(vh->vh_iot, (vh->vh_mono ? 0x3b0 : 0x3d0), 0x10, 0, vh_iot 588 dev/ic/vga.c iot == vga_console_vc.hdl.vh_iot && vh_iot 79 dev/ic/vgavar.h (void) bus_space_read_1(vh->vh_iot, vh->vh_ioh_6845, 10); vh_iot 81 dev/ic/vgavar.h bus_space_write_1(vh->vh_iot, vh->vh_ioh_vga, VGA_ATC_INDEX, reg); vh_iot 82 dev/ic/vgavar.h res = bus_space_read_1(vh->vh_iot, vh->vh_ioh_vga, VGA_ATC_DATAR); vh_iot 85 dev/ic/vgavar.h (void) bus_space_read_1(vh->vh_iot, vh->vh_ioh_6845, 10); vh_iot 88 dev/ic/vgavar.h bus_space_write_1(vh->vh_iot, vh->vh_ioh_vga, 0, 0x20); vh_iot 99 dev/ic/vgavar.h (void) bus_space_read_1(vh->vh_iot, vh->vh_ioh_6845, 10); vh_iot 101 dev/ic/vgavar.h bus_space_write_1(vh->vh_iot, vh->vh_ioh_vga, VGA_ATC_INDEX, reg); vh_iot 102 dev/ic/vgavar.h bus_space_write_1(vh->vh_iot, vh->vh_ioh_vga, VGA_ATC_DATAW, val); vh_iot 105 dev/ic/vgavar.h (void) bus_space_read_1(vh->vh_iot, vh->vh_ioh_6845, 10); vh_iot 108 dev/ic/vgavar.h bus_space_write_1(vh->vh_iot, vh->vh_ioh_vga, 0, 0x20); vh_iot 115 dev/ic/vgavar.h bus_space_write_1(vh->vh_iot, vh->vh_ioh_vga, VGA_TS_INDEX, reg); vh_iot 116 dev/ic/vgavar.h return (bus_space_read_1(vh->vh_iot, vh->vh_ioh_vga, VGA_TS_DATA)); vh_iot 124 dev/ic/vgavar.h bus_space_write_1(vh->vh_iot, vh->vh_ioh_vga, VGA_TS_INDEX, reg); vh_iot 125 dev/ic/vgavar.h bus_space_write_1(vh->vh_iot, vh->vh_ioh_vga, VGA_TS_DATA, val); vh_iot 132 dev/ic/vgavar.h bus_space_write_1(vh->vh_iot, vh->vh_ioh_vga, VGA_GDC_INDEX, reg); vh_iot 133 dev/ic/vgavar.h return (bus_space_read_1(vh->vh_iot, vh->vh_ioh_vga, VGA_GDC_DATA)); vh_iot 141 dev/ic/vgavar.h bus_space_write_1(vh->vh_iot, vh->vh_ioh_vga, VGA_GDC_INDEX, reg); vh_iot 142 dev/ic/vgavar.h bus_space_write_1(vh->vh_iot, vh->vh_ioh_vga, VGA_GDC_DATA, val); vh_iot 430 dev/isa/ega.c vh->vh_iot = iot; vh_iot 434 dev/isa/ega.c if (bus_space_map(vh->vh_iot, 0x3c0, 0x10, 0, &vh->vh_ioh_vga)) vh_iot 437 dev/isa/ega.c if (bus_space_map(vh->vh_iot, (vh->vh_mono ? 0x3b0 : 0x3d0), 0x10, 0, vh_iot 580 dev/isa/ega.c iot == ega_console_dc.hdl.vh_iot)