/src/sys/arch/mac68k/include/ |
grfioctl.h | 49 void * fbbase; /* Base of page of frame buffer */ member in struct:grfmode
|
/src/sys/arch/hp300/stand/common/ |
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
|
/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/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;
|