Searched refs:BUS_BASE (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/ |
| H A D | bios_mmap.c | 82 * We trick "mmap" into mapping BUS memory for us via BUS_BASE, 95 #define BUS_BASE _bus_base() macro 100 #define BUS_BASE dense_base() macro 125 MAP_SHARED, fd, (off_t)(Base + BUS_BASE));
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/ |
| H A D | arm_video.c | 76 #define BUS_BASE 0L macro 103 MAP_FLAGS, fd, (off_t) 0xA0000 + BUS_BASE);
|
| H A D | alpha_video.c | 80 #define BUS_BASE dense_base() macro 118 MAP_FLAGS, fd, (off_t) 0xA0000 + BUS_BASE); 138 MAP_FLAGS, fd, (off_t) 0xA0000 + BUS_BASE);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/ |
| H A D | alpha_video.c | 181 #define BUS_BASE dense_base() macro 227 MAP_FLAGS, fd, (off_t)0xA0000 + BUS_BASE); 247 MAP_FLAGS, fd, (off_t)0xA0000 + BUS_BASE); 344 (unsigned long)Base + BUS_BASE); 381 MAP_SHARED, devMemFd, (off_t)Base+BUS_BASE); 528 (off_t) BUS_BASE);
|
| H A D | arm_video.c | 105 #define BUS_BASE 0L macro 140 MAP_FLAGS, fd, (off_t)0xA0000 + BUS_BASE); 254 MAP_SHARED, devMemFd, (off_t)Base+BUS_BASE);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/ |
| H A D | lnx_video.c | 77 # define BUS_BASE bus_base macro 79 #define BUS_BASE (0) macro 457 (off_t)realBase + BUS_BASE);
|
Completed in 6 milliseconds