Home | History | Annotate | Download | only in obio

Lines Matching refs:mac68k_video

180 		if (mac68k_video.mv_len == 0 ||
185 if (mac68k_video.mv_len == 0)
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);
222 length = mac68k_video.mv_len + sc->sc_fbofs;
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);
294 length = mac68k_video.mv_len + sc->sc_fbofs;
306 sc->sc_basepa = m68k_trunc_page(mac68k_video.mv_phys);
307 sc->sc_fbofs = m68k_page_offset(mac68k_video.mv_phys);
308 length = mac68k_video.mv_len + sc->sc_fbofs;
337 sc->sc_basepa = m68k_trunc_page(mac68k_video.mv_phys);
338 sc->sc_fbofs = m68k_page_offset(mac68k_video.mv_phys);
339 length = mac68k_video.mv_len + sc->sc_fbofs;
354 if (sc->sc_basepa <= mac68k_video.mv_phys &&
355 mac68k_video.mv_phys < (sc->sc_basepa + length)) {
357 mac68k_video.mv_kvaddr = sc->sc_handle.base + sc->sc_fbofs;
362 gm->psize = mac68k_video.mv_depth;
364 gm->width = mac68k_video.mv_width;
365 gm->height = mac68k_video.mv_height;
366 gm->rowbytes = mac68k_video.mv_stride;
396 size_t depth = mac68k_video.mv_depth; \
499 index += 256 - (1 << mac68k_video.mv_depth);