HomeSort by: relevance | last modified time | path
    Searched refs:mv_phys (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/mac68k/include/
video.h 53 paddr_t mv_phys; /* physical addr */ member in struct:mac68k_video
  /src/sys/arch/mac68k/obio/
grf_obio.c 213 if (sc->sc_basepa <= mac68k_video.mv_phys &&
214 mac68k_video.mv_phys < (sc->sc_basepa + length)) {
216 mac68k_video.mv_phys - sc->sc_basepa;
219 m68k_trunc_page(mac68k_video.mv_phys);
221 m68k_page_offset(mac68k_video.mv_phys);
288 if (mac68k_video.mv_phys >= sc->sc_basepa &&
289 mac68k_video.mv_phys < (sc->sc_basepa + length)) {
290 sc->sc_fbofs = mac68k_video.mv_phys - sc->sc_basepa;
292 sc->sc_basepa = m68k_trunc_page(mac68k_video.mv_phys);
293 sc->sc_fbofs = m68k_page_offset(mac68k_video.mv_phys);
    [all...]
  /src/sys/arch/mac68k/dev/
maccons.c 100 macfb_cnattach(mac68k_video.mv_phys);
genfb_grfbus.c 110 if (addr != mac68k_video.mv_phys &&
124 && (addr == mac68k_video.mv_phys));
macfb.c 338 dc->dc_paddr = m68k_trunc_page(mac68k_video.mv_phys);
347 dc->dc_offset = m68k_page_offset(mac68k_video.mv_phys);
  /src/sys/arch/mac68k/mac68k/
pmap_bootstrap.c 127 mac68k_video.mv_stride + m68k_page_offset(mac68k_video.mv_phys));
440 protopte = m68k_trunc_page(mac68k_video.mv_phys) |
443 + m68k_page_offset(mac68k_video.mv_phys);
566 mac68k_video.mv_phys = mac68k_video.mv_kvaddr;
machdep.c 2325 mac68k_video.mv_phys = phys;
2329 if ((phys - mac68k_video.mv_phys)
2349 (void *)mac68k_video.mv_phys);
2463 mac68k_video.mv_phys = phys & ~iip->fbmask;
2466 limit = iip->fbbase + iip->fblen - mac68k_video.mv_phys;
2473 if ((phys - mac68k_video.mv_phys) !=
2476 if ((mac68k_video.mv_phys + 32768) > limit) {
2495 (void *)mac68k_video.mv_phys,
2581 mac68k_video.mv_phys = 0;

Completed in 15 milliseconds