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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/
H A Darm_video.c80 static pointer xf86MapInfoMap();
337 xf86MapInfoMap(struct memAccess *memInfoP, pointer Base, unsigned long Size) function in typeref:typename:pointer
367 FatalError("xf86MapInfoMap: Failed to map memory at 0x%x\n\t%s\n",
377 FatalError("xf86MapInfoMap: Unsuported mapping method\n");
401 FatalError("xf86MapInfoMap: Unsuported mapping method\n");
415 ** of physical memory, but xf86MapInfoMap expects an
432 base = xf86MapInfoMap(memInfoP, Base, Size);
585 * xf86MapInfoMap maps an offset from the start of video IO
592 IOPortBase = (unsigned int)xf86MapInfoMap(memInfoP,

Completed in 2 milliseconds