Symbol: vh_iot
sys/arch/arc/arc/c_nec_eisa.c
224
handle.vh_iot = &arc_bus_io;
sys/dev/ic/vga.c
533
vh->vh_iot = iot;
sys/dev/ic/vga.c
536
if (bus_space_map(vh->vh_iot, 0x3c0, 0x10, 0, &vh->vh_ioh_vga))
sys/dev/ic/vga.c
543
if (bus_space_map(vh->vh_iot, (vh->vh_mono ? 0x3b0 : 0x3d0), 0x10, 0,
sys/dev/ic/vga.c
724
bus_space_unmap(vh->vh_iot, vh->vh_ioh_vga, 0x10);
sys/dev/ic/vga.c
725
bus_space_unmap(vh->vh_iot, vh->vh_ioh_6845, 0x10);
sys/dev/ic/vga.c
742
bus_space_is_equal(iot, vga_console_vc.hdl.vh_iot) &&
sys/dev/ic/vga_raster.c
1009
bus_space_write_1(vh->vh_iot, vh->vh_ioh_vga, VGA_MISC_DATAW,
sys/dev/ic/vga_raster.c
384
vh->vh_iot = iot;
sys/dev/ic/vga_raster.c
387
if (bus_space_map(vh->vh_iot, 0x3c0, 0x10, 0, &vh->vh_ioh_vga))
sys/dev/ic/vga_raster.c
391
mor = bus_space_read_1(vh->vh_iot, vh->vh_ioh_vga, VGA_MISC_DATAR);
sys/dev/ic/vga_raster.c
394
if (bus_space_map(vh->vh_iot, (vh->vh_mono ? 0x3b0 : 0x3d0), 0x10, 0,
sys/dev/ic/vga_raster.c
567
bus_space_unmap(vh->vh_iot, vh->vh_ioh_vga, 0x10);
sys/dev/ic/vga_raster.c
568
bus_space_unmap(vh->vh_iot, vh->vh_ioh_6845, 0x10);
sys/dev/ic/vga_raster.c
585
iot == vga_console_vc.hdl.vh_iot &&
sys/dev/ic/vga_subr.c
225
if (bus_space_map(vh->vh_iot, 0x3c0, 0x10, 0, &vh->vh_ioh_vga))
sys/dev/ic/vga_subr.c
231
if (bus_space_map(vh->vh_iot, vh->vh_mono ? 0x3b0 : 0x3d0, 0x10,
sys/dev/ic/vga_subr.c
262
bus_space_unmap(vh->vh_iot, vh->vh_ioh_6845, 0x10);
sys/dev/ic/vga_subr.c
264
bus_space_unmap(vh->vh_iot, vh->vh_ioh_vga, 0x10);
sys/dev/ic/vgavar.h
102
(void) bus_space_read_1(vh->vh_iot, vh->vh_ioh_6845, 10)
sys/dev/ic/vgavar.h
94
bus_space_read_1(vh->vh_iot, vh->vh_ioh_vga, reg)
sys/dev/ic/vgavar.h
96
bus_space_write_1(vh->vh_iot, vh->vh_ioh_vga, reg, value)
sys/dev/isa/ega.c
398
vh->vh_iot = iot;
sys/dev/isa/ega.c
402
if (bus_space_map(vh->vh_iot, 0x3c0, 0x10, 0, &vh->vh_ioh_vga))
sys/dev/isa/ega.c
405
if (bus_space_map(vh->vh_iot, (vh->vh_mono ? 0x3b0 : 0x3d0), 0x10, 0,
sys/dev/isa/ega.c
562
iot == ega_console_dc.hdl.vh_iot)
sys/dev/pci/vga_pci.c
372
return bus_space_mmap(vc->hdl.vh_iot,