Symbol: vh_memt
sys/arch/arc/arc/c_nec_eisa.c
223
handle.vh_memt = &arc_bus_mem;
sys/dev/ic/vga.c
1037
bus_space_read_region_2(vh->vh_memt, vh->vh_memh,
sys/dev/ic/vga.c
1056
bus_space_write_region_2(vh->vh_memt, vh->vh_memh,
sys/dev/ic/vga.c
534
vh->vh_memt = memt;
sys/dev/ic/vga.c
547
if (bus_space_map(vh->vh_memt, 0xa0000, 0x20000,
sys/dev/ic/vga.c
551
if (bus_space_subregion(vh->vh_memt, vh->vh_allmemh,
sys/dev/ic/vga.c
726
bus_space_unmap(vh->vh_memt, vh->vh_allmemh, 0x20000);
sys/dev/ic/vga_raster.c
1186
bus_space_tag_t memt = vh->vh_memt;
sys/dev/ic/vga_raster.c
1262
bus_space_tag_t memt = vh->vh_memt;
sys/dev/ic/vga_raster.c
1305
bus_space_tag_t memt = vh->vh_memt;
sys/dev/ic/vga_raster.c
1363
bus_space_tag_t memt = vh->vh_memt;
sys/dev/ic/vga_raster.c
385
vh->vh_memt = memt;
sys/dev/ic/vga_raster.c
398
if (bus_space_map(vh->vh_memt, 0xa0000, 0x20000,
sys/dev/ic/vga_raster.c
402
if (bus_space_subregion(vh->vh_memt, vh->vh_allmemh, 0, 0x10000,
sys/dev/ic/vga_raster.c
479
scr->mem[i].ch = bus_space_read_1(vh->vh_memt,
sys/dev/ic/vga_raster.c
481
scr->mem[i].attr = bus_space_read_1(vh->vh_memt,
sys/dev/ic/vga_raster.c
490
bus_space_set_region_4(vh->vh_memt, vh->vh_allmemh, 0, 0,
sys/dev/ic/vga_raster.c
569
bus_space_unmap(vh->vh_memt, vh->vh_allmemh, 0x20000);
sys/dev/ic/vga_raster.c
821
bus_space_set_region_4(vh->vh_memt, vh->vh_allmemh, 0, 0, 0x2000);
sys/dev/ic/vga_subr.c
104
bus_space_write_1(vh->vh_memt, vh->vh_allmemh,
sys/dev/ic/vga_subr.c
125
data[i * lpc + j] = bus_space_read_1(vh->vh_memt,
sys/dev/ic/vga_subr.c
141
bus_space_copy_region_1(vh->vh_memt, vh->vh_allmemh, 0,
sys/dev/ic/vga_subr.c
206
bus_space_read_region_1(vh->vh_memt, vh->vh_allmemh, i * 32,
sys/dev/ic/vga_subr.c
235
if (bus_space_map(vh->vh_memt, 0xa0000, 0x20000, 0, &vh->vh_allmemh))
sys/dev/ic/vga_subr.c
238
if (bus_space_subregion(vh->vh_memt, vh->vh_allmemh,
sys/dev/ic/vga_subr.c
256
bus_space_set_region_2(vh->vh_memt, vh->vh_memh, 0,
sys/dev/ic/vga_subr.c
260
bus_space_unmap(vh->vh_memt, vh->vh_allmemh, 0x20000);
sys/dev/isa/ega.c
399
vh->vh_memt = memt;
sys/dev/isa/ega.c
409
if (bus_space_map(vh->vh_memt, 0xa0000, 0x20000, 0, &vh->vh_allmemh))
sys/dev/isa/ega.c
412
if (bus_space_subregion(vh->vh_memt, vh->vh_allmemh,
sys/dev/isa/ega.c
707
bus_space_read_region_2(vh->vh_memt, vh->vh_memh,
sys/dev/isa/ega.c
726
bus_space_write_region_2(vh->vh_memt, vh->vh_memh,
sys/dev/pci/vga_pci.c
350
return (bus_space_mmap(vc->hdl.vh_memt, vb->vb_base,
sys/dev/pci/vga_pci.c
365
return (bus_space_mmap(vc->hdl.vh_memt, IOM_BEGIN,