OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vh_memt
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/dev/ic/
vga_subr.c
104
bus_space_write_1(vh->
vh_memt
, vh->vh_allmemh,
125
data[i * lpc + j] = bus_space_read_1(vh->
vh_memt
,
141
bus_space_copy_region_1(vh->
vh_memt
, vh->vh_allmemh, 0,
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,
256
bus_space_set_region_2(vh->
vh_memt
, vh->vh_memh, 0,
260
bus_space_unmap(vh->
vh_memt
, vh->vh_allmemh, 0x20000);
vga_raster.c
385
vh->
vh_memt
= memt;
398
if (bus_space_map(vh->
vh_memt
, 0xa0000, 0x20000,
402
if (bus_space_subregion(vh->
vh_memt
, vh->vh_allmemh, 0, 0x10000,
479
scr->mem[i].ch = bus_space_read_1(vh->
vh_memt
,
481
scr->mem[i].attr = bus_space_read_1(vh->
vh_memt
,
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);
1186
bus_space_tag_t memt = vh->
vh_memt
;
1262
bus_space_tag_t memt = vh->
vh_memt
;
[
all
...]
vgavar.h
42
#define
vh_memt
vh_ph.ph_memt
macro
vga.c
534
vh->
vh_memt
= memt;
547
if (bus_space_map(vh->
vh_memt
, 0xa0000, 0x20000,
551
if (bus_space_subregion(vh->
vh_memt
, vh->vh_allmemh,
726
bus_space_unmap(vh->
vh_memt
, vh->vh_allmemh, 0x20000);
1037
bus_space_read_region_2(vh->
vh_memt
, vh->vh_memh,
1056
bus_space_write_region_2(vh->
vh_memt
, vh->vh_memh,
/src/sys/arch/arc/arc/
c_nec_eisa.c
223
handle.
vh_memt
= &arc_bus_mem;
/src/sys/dev/pci/
vga_pci.c
350
return (bus_space_mmap(vc->hdl.
vh_memt
, vb->vb_base,
365
return (bus_space_mmap(vc->hdl.
vh_memt
, IOM_BEGIN,
/src/sys/dev/isa/
ega.c
399
vh->
vh_memt
= memt;
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,
707
bus_space_read_region_2(vh->
vh_memt
, vh->vh_memh,
726
bus_space_write_region_2(vh->
vh_memt
, vh->vh_memh,
Completed in 16 milliseconds
Indexes created Sun Oct 19 22:09:57 GMT 2025