Home
last modified time | relevance | path

Searched refs:vh_allmemh (Results 1 – 5 of 5) sorted by relevance

/netbsd/sys/dev/ic/
H A Dvga_subr.c104 bus_space_write_1(vh->vh_memt, vh->vh_allmemh, in vga_loadchars()
126 vh->vh_allmemh, offset + (i << 5) + j); in vga_readoutchars()
141 bus_space_copy_region_1(vh->vh_memt, vh->vh_allmemh, 0, in vga_copyfont01()
142 vh->vh_allmemh, 1 << 13, 1 << 13); 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()
260 bus_space_unmap(vh->vh_memt, vh->vh_allmemh, 0x20000); in vga_reset()
H A Dvga_raster.c399 BUS_SPACE_MAP_CACHEABLE, &vh->vh_allmemh)) in vga_raster_init()
402 if (bus_space_subregion(vh->vh_memt, vh->vh_allmemh, 0, 0x10000, in vga_raster_init()
480 vh->vh_allmemh, 0x18000 + i * 2); in vga_raster_init_screen()
482 vh->vh_allmemh, 0x18000 + i * 2 + 1); 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()
H A Dvgavar.h38 bus_space_handle_t vh_ioh_vga, vh_allmemh; member
H A Dvga.c548 BUS_SPACE_MAP_CACHEABLE, &vh->vh_allmemh)) 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()
/netbsd/sys/dev/isa/
H A Dega.c409 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()