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

  /src/sys/arch/hp300/stand/common/
itereg.h 52 #define FBBASE ((volatile u_char *)ip->fbbase)
54 #define FBBASE ((volatile u_long *)ip->fbbase)
ite_sti.c 90 ip->fbbase = (uint8_t *)sctoaddr(ip->scode + STI_DIO_SCODE_OFFSET);
98 ip->fbbase = (uint8_t *)IIOV(SGC_BASE + (ip->scode * SGC_DEVSIZE));
120 va = (uint8_t *)ip->fbbase;
219 a.in.font_addr = (uint32_t *)((uint8_t *)ip->fbbase + sti.fontbase);
317 volatile uint8_t *fbbase = ip->fbbase; local in function:sti_fontinfo
319 fontbase = sti.fontbase = parseword1(fbbase, 0x30) & ~3;
320 ip->ftwidth = (uint8_t)fbbase[fontbase + 0x13];
321 ip->ftheight = (uint8_t)fbbase[fontbase + 0x17];
itevar.h 60 void *regbase, *fbbase; member in struct:ite_data
ite.c 226 ip->fbbase = (void *)(*((uint8_t *)ip->regbase + fboff) << 16);
229 ip->fbbase = (uint8_t *)ip->fbbase + (int)ip->regbase;
ite_subr.c 96 fbmem = (uint8_t *)FBBASE +
121 fbmem = (uint8_t *)(FBBASE +
325 psrcLine = ((uint32_t *)ip->fbbase) + (sy * width);
326 pdstLine = ((uint32_t *)ip->fbbase) + (dy * width);
  /src/sys/arch/next68k/dev/
intiovar.h 50 extern vaddr_t fbbase;
nextdisplay.c 166 dc->dc_vaddr = fbbase;
181 printf("videobase at: %08x\n", fbbase);
234 addr = fbbase;
  /src/sys/arch/mac68k/include/
grfioctl.h 49 void * fbbase; /* Base of page of frame buffer */ member in struct:grfmode
  /src/sys/dev/pci/
sisfb.c 65 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, sisfbcn.fbsize
    [all...]
  /src/sys/arch/mac68k/dev/
grf_compat.c 268 gm->fbbase = (char *)dc->dc_vaddr;
genfb_grfbus.c 258 sc->sc_vaddr = (vaddr_t)gm->fbbase + gm->fboff;
macfb.c 211 sc->sc_dc->dc_vaddr = (vaddr_t)gm->fbbase;
  /src/sys/arch/mac68k/obio/
grf_obio.c 370 gm->fbbase = (void *)sc->sc_handle.base; /* XXX yet another hack */
  /src/sys/arch/next68k/next68k/
pmap_bootstrap.c 433 RELOC(fbbase, vaddr_t) = PTE2VA(pte);
  /src/sys/arch/mac68k/mac68k/
machdep.c 1829 u_long fbbase; member in struct:intvid_info_t
2461 (phys & ~iip->fbmask) >= iip->fbbase &&
2462 (phys & ~iip->fbmask) < (iip->fbbase + iip->fblen)) {
2466 limit = iip->fbbase + iip->fblen - mac68k_video.mv_phys;
  /src/sys/arch/mac68k/nubus/
grf_nubus.c 210 gm->fbbase = (void *)(sc->sc_handle.base); /* XXX evil hack */

Completed in 39 milliseconds