OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vh_allmemh
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/ic/
vga_subr.c
104
bus_space_write_1(vh->vh_memt, vh->
vh_allmemh
,
126
vh->
vh_allmemh
, offset + (i << 5) + j);
141
bus_space_copy_region_1(vh->vh_memt, vh->
vh_allmemh
, 0,
142
vh->
vh_allmemh
, 1 << 13, 1 << 13);
206
bus_space_read_region_1(vh->vh_memt, vh->
vh_allmemh
, i * 32,
235
if (bus_space_map(vh->vh_memt, 0xa0000, 0x20000, 0, &vh->
vh_allmemh
))
238
if (bus_space_subregion(vh->vh_memt, vh->
vh_allmemh
,
260
bus_space_unmap(vh->vh_memt, vh->
vh_allmemh
, 0x20000);
vgavar.h
38
bus_space_handle_t vh_ioh_vga,
vh_allmemh
;
member in struct:vga_handle
vga_raster.c
399
BUS_SPACE_MAP_CACHEABLE, &vh->
vh_allmemh
))
402
if (bus_space_subregion(vh->vh_memt, vh->
vh_allmemh
, 0, 0x10000,
480
vh->
vh_allmemh
, 0x18000 + i * 2);
482
vh->
vh_allmemh
, 0x18000 + i * 2 + 1);
490
bus_space_set_region_4(vh->vh_memt, vh->
vh_allmemh
, 0, 0,
569
bus_space_unmap(vh->vh_memt, vh->
vh_allmemh
, 0x20000);
821
bus_space_set_region_4(vh->vh_memt, vh->
vh_allmemh
, 0, 0, 0x2000);
vga.c
548
BUS_SPACE_MAP_CACHEABLE, &vh->
vh_allmemh
))
551
if (bus_space_subregion(vh->vh_memt, vh->
vh_allmemh
,
726
bus_space_unmap(vh->vh_memt, vh->
vh_allmemh
, 0x20000);
/src/sys/dev/isa/
ega.c
409
if (bus_space_map(vh->vh_memt, 0xa0000, 0x20000, 0, &vh->
vh_allmemh
))
412
if (bus_space_subregion(vh->vh_memt, vh->
vh_allmemh
,
Completed in 17 milliseconds
Indexes created Wed Oct 22 06:10:02 GMT 2025