Searched refs:fbbase (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/sys/arch/hp300/stand/common/
H A Ditereg.h52 #define FBBASE ((volatile u_char *)ip->fbbase)
54 #define FBBASE ((volatile u_long *)ip->fbbase)
H A Dite_sti.c92 ip->fbbase = (caddr_t)sctoaddr(ip->scode + STI_DIO_SCODE_OFFSET);
101 ip->fbbase = (uint8_t *)IIOV(SGC_BASE + (ip->scode * SGC_DEVSIZE));
123 va = (uint8_t *)ip->fbbase;
222 a.in.font_addr = (uint32_t *)((uint8_t *)ip->fbbase + sti.fontbase);
319 volatile uint8_t *fbbase = ip->fbbase; local
321 fontbase = sti.fontbase = parseword1(fbbase, 0x30) & ~3;
322 ip->ftwidth = (uint8_t)fbbase[fontbase + 0x13];
323 ip->ftheight = (uint8_t)fbbase[fontbase + 0x17];
H A Dite_dumb.c152 pc = (uint8_t *)ip->fbbase +
191 pc = (uint8_t *)ip->fbbase +
211 pdst = (uint8_t *)ip->fbbase +
229 psrc = (uint8_t *)ip->fbbase + (ip->ftheight * ip->fbwidth);
230 pdst = (uint8_t *)ip->fbbase;
H A Dite.c155 ip->fbbase = (void *)(*((u_char *)ip->regbase + fboff) << 16);
158 ip->fbbase = (char*)ip->fbbase + (int)ip->regbase;
H A Ditevar.h60 void *regbase, *fbbase; member in struct:ite_data
H A Dite_subr.c326 psrcLine = ((unsigned int *) ip->fbbase) + (sy * width);
327 pdstLine = ((unsigned int *) ip->fbbase) + (dy * width);
/netbsd-current/sys/arch/next68k/dev/
H A Dintiovar.h50 extern vaddr_t fbbase;
H A Dnextdisplay.c166 dc->dc_vaddr = fbbase;
181 printf("videobase at: %08x\n", fbbase);
234 addr = fbbase;
/netbsd-current/sys/arch/mac68k/include/
H A Dgrfioctl.h49 void * fbbase; /* Base of page of frame buffer */ member in struct:grfmode
/netbsd-current/sys/dev/pci/
H A Dsisfb.c65 bus_addr_t fbbase; member in struct:sisfb
260 &fb->fbbase, &fb->fbsize) != 0) {
292 fb->fbsize, fb->fbbase,
469 fb->fbbase, fb_offset + offset,
482 if (offset >= (fb->fbbase & ~PAGE_MASK) &&
483 offset <= ((fb->fbbase + fb->fbsize + PAGE_SIZE - 1) & ~PAGE_MASK)) {
484 pa = bus_space_mmap(fb->fbt, fb->fbbase, offset - fb->fbbase,
784 &sisfbcn.fbbase, &sisfbcn.fbsize, &flags)) {
790 rc = bus_space_map(memt, sisfbcn.fbbase, sisfbc
[all...]
/netbsd-current/sys/arch/mac68k/dev/
H A Dgrf_compat.c268 gm->fbbase = (char *)dc->dc_vaddr;
H A Dgenfb_grfbus.c248 sc->sc_vaddr = (vaddr_t)gm->fbbase + gm->fboff;
H A Dmacfb.c211 sc->sc_dc->dc_vaddr = (vaddr_t)gm->fbbase;
/netbsd-current/sys/arch/mac68k/obio/
H A Dgrf_obio.c370 gm->fbbase = (void *)sc->sc_handle.base; /* XXX yet another hack */
/netbsd-current/sys/arch/next68k/next68k/
H A Dpmap_bootstrap.c433 RELOC(fbbase, vaddr_t) = PTE2VA(pte);
/netbsd-current/sys/arch/mac68k/mac68k/
H A Dmachdep.c1823 u_long fbbase; member in struct:intvid_info_t
2455 (phys & ~iip->fbmask) >= iip->fbbase &&
2456 (phys & ~iip->fbmask) < (iip->fbbase + iip->fblen)) {
2460 limit = iip->fbbase + iip->fblen - mac68k_video.mv_phys;
/netbsd-current/sys/arch/mac68k/nubus/
H A Dgrf_nubus.c210 gm->fbbase = (void *)(sc->sc_handle.base); /* XXX evil hack */

Completed in 308 milliseconds