Home
last modified time | relevance | path

Searched refs:mv_phys (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/sys/arch/mac68k/obio/
Dgrf_obio.c213 if (sc->sc_basepa <= mac68k_video.mv_phys && in grfiv_attach()
214 mac68k_video.mv_phys < (sc->sc_basepa + length)) { in grfiv_attach()
216 mac68k_video.mv_phys - sc->sc_basepa; in grfiv_attach()
219 m68k_trunc_page(mac68k_video.mv_phys); in grfiv_attach()
221 m68k_page_offset(mac68k_video.mv_phys); in grfiv_attach()
288 if (mac68k_video.mv_phys >= sc->sc_basepa && in grfiv_attach()
289 mac68k_video.mv_phys < (sc->sc_basepa + length)) { in grfiv_attach()
290 sc->sc_fbofs = mac68k_video.mv_phys - sc->sc_basepa; in grfiv_attach()
292 sc->sc_basepa = m68k_trunc_page(mac68k_video.mv_phys); in grfiv_attach()
293 sc->sc_fbofs = m68k_page_offset(mac68k_video.mv_phys); in grfiv_attach()
[all …]
/netbsd/src/sys/arch/mac68k/mac68k/
Dpmap_bootstrap.c127 mac68k_video.mv_stride + m68k_page_offset(mac68k_video.mv_phys)); in pmap_bootstrap()
440 protopte = m68k_trunc_page(mac68k_video.mv_phys) | in pmap_bootstrap()
443 + m68k_page_offset(mac68k_video.mv_phys); in pmap_bootstrap()
566 mac68k_video.mv_phys = mac68k_video.mv_kvaddr; in bootstrap_mac68k()
Dmachdep.c2325 mac68k_video.mv_phys = phys; in check_video()
2329 if ((phys - mac68k_video.mv_phys) in check_video()
2349 (void *)mac68k_video.mv_phys); in check_video()
2463 mac68k_video.mv_phys = phys & ~iip->fbmask; in get_mapping()
2466 limit = iip->fbbase + iip->fblen - mac68k_video.mv_phys; in get_mapping()
2473 if ((phys - mac68k_video.mv_phys) != in get_mapping()
2476 if ((mac68k_video.mv_phys + 32768) > limit) { in get_mapping()
2495 (void *)mac68k_video.mv_phys, in get_mapping()
2580 mac68k_video.mv_phys = 0; in get_mapping()
/netbsd/src/sys/arch/mac68k/dev/
Dgenfb_grfbus.c110 if (addr != mac68k_video.mv_phys && in genfb_grfbus_is_console()
124 && (addr == mac68k_video.mv_phys)); in genfb_grfbus_is_console()
Dmaccons.c100 macfb_cnattach(mac68k_video.mv_phys); in maccninit()
Dmacfb.c338 dc->dc_paddr = m68k_trunc_page(mac68k_video.mv_phys); in macfb_cnattach()
347 dc->dc_offset = m68k_page_offset(mac68k_video.mv_phys); in macfb_cnattach()
/netbsd/src/sys/arch/mac68k/include/
Dvideo.h53 paddr_t mv_phys; /* physical addr */ member