Home
last modified time | relevance | path

Searched refs:ioh_vram (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/arch/zaurus/dev/
Dw100.c142 bus_space_handle_t ioh_cfg, ioh_reg, ioh_vram; in w100_attach_subr() local
171 &ioh_vram); in w100_attach_subr()
181 sc->ioh_vram = ioh_vram; in w100_attach_subr()
239 scr->buf_va = (u_char *)bus_space_vaddr(sc->iot, sc->ioh_vram); in w100_new_screen()
Dw100var.h26 bus_space_handle_t ioh_vram; /* video memory */ member