Searched refs:vh_memt (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/sys/dev/ic/ |
| D | vga_subr.c | 104 bus_space_write_1(vh->vh_memt, vh->vh_allmemh, in vga_loadchars() 125 data[i * lpc + j] = bus_space_read_1(vh->vh_memt, in vga_readoutchars() 141 bus_space_copy_region_1(vh->vh_memt, vh->vh_allmemh, 0, in vga_copyfont01() 206 bus_space_read_region_1(vh->vh_memt, vh->vh_allmemh, i * 32, in vga_load_builtinfont() 235 if (bus_space_map(vh->vh_memt, 0xa0000, 0x20000, 0, &vh->vh_allmemh)) in vga_reset() 238 if (bus_space_subregion(vh->vh_memt, vh->vh_allmemh, in vga_reset() 256 bus_space_set_region_2(vh->vh_memt, vh->vh_memh, 0, in vga_reset() 260 bus_space_unmap(vh->vh_memt, vh->vh_allmemh, 0x20000); in vga_reset()
|
| D | vga_raster.c | 385 vh->vh_memt = memt; in vga_raster_init() 398 if (bus_space_map(vh->vh_memt, 0xa0000, 0x20000, in vga_raster_init() 402 if (bus_space_subregion(vh->vh_memt, vh->vh_allmemh, 0, 0x10000, in vga_raster_init() 479 scr->mem[i].ch = bus_space_read_1(vh->vh_memt, in vga_raster_init_screen() 481 scr->mem[i].attr = bus_space_read_1(vh->vh_memt, in vga_raster_init_screen() 490 bus_space_set_region_4(vh->vh_memt, vh->vh_allmemh, 0, 0, in vga_raster_init_screen() 569 bus_space_unmap(vh->vh_memt, vh->vh_allmemh, 0x20000); in vga_cndetach() 821 bus_space_set_region_4(vh->vh_memt, vh->vh_allmemh, 0, 0, 0x2000); in vga_switch_screen() 1186 bus_space_tag_t memt = vh->vh_memt; in _vga_raster_putchar() 1262 bus_space_tag_t memt = vh->vh_memt; in vga_raster_copycols() [all …]
|
| D | vga.c | 534 vh->vh_memt = memt; in vga_init() 547 if (bus_space_map(vh->vh_memt, 0xa0000, 0x20000, in vga_init() 551 if (bus_space_subregion(vh->vh_memt, vh->vh_allmemh, in vga_init() 726 bus_space_unmap(vh->vh_memt, vh->vh_allmemh, 0x20000); in vga_cndetach() 1037 bus_space_read_region_2(vh->vh_memt, vh->vh_memh, in vga_doswitch() 1056 bus_space_write_region_2(vh->vh_memt, vh->vh_memh, in vga_doswitch()
|
| D | vgavar.h | 42 #define vh_memt vh_ph.ph_memt macro
|
| /netbsd/src/sys/dev/isa/ |
| D | ega.c | 399 vh->vh_memt = memt; in ega_init() 409 if (bus_space_map(vh->vh_memt, 0xa0000, 0x20000, 0, &vh->vh_allmemh)) in ega_init() 412 if (bus_space_subregion(vh->vh_memt, vh->vh_allmemh, in ega_init() 707 bus_space_read_region_2(vh->vh_memt, vh->vh_memh, in ega_doswitch() 726 bus_space_write_region_2(vh->vh_memt, vh->vh_memh, in ega_doswitch()
|
| /netbsd/src/sys/dev/pci/ |
| D | vga_pci.c | 350 return (bus_space_mmap(vc->hdl.vh_memt, vb->vb_base, in vga_pci_mmap() 365 return (bus_space_mmap(vc->hdl.vh_memt, IOM_BEGIN, in vga_pci_mmap()
|
| /netbsd/src/sys/arch/arc/arc/ |
| D | c_nec_eisa.c | 223 handle.vh_memt = &arc_bus_mem; in c_nec_eisa_cons_init()
|