Searched refs:MEMBASE (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| H A D | nv_const.h | 10 #define MEMBASE(p,n) (p)->regions[n].base_addr macro 17 #define MEMBASE(p,n) (p)->memBase[n] macro
|
| H A D | riva_driver.c | 601 if (MEMBASE(pRiva->PciInfo, i) != 0) { 602 pRiva->FbAddress = MEMBASE(pRiva->PciInfo, i) & 0xff800000; 629 if (MEMBASE(pRiva->PciInfo, i) != 0) { 630 pRiva->IOAddress = MEMBASE(pRiva->PciInfo, i) & 0xffffc000;
|
| H A D | nv_driver.c | 1762 if (MEMBASE(pNv->PciInfo, 1) != 0) { 1763 pNv->FbAddress = MEMBASE(pNv->PciInfo, 1) & 0xff800000; 1789 if (MEMBASE(pNv->PciInfo, 0) != 0) { 1790 pNv->IOAddress = MEMBASE(pNv->PciInfo, 0) & 0xffffc000;
|
| H A D | g80_driver.c | 304 pScrn->memPhysBase = MEMBASE(pPci, 1);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/ |
| H A D | xf86tokens.h | 184 MEMBASE, enumerator in enum:__anon31d59bb00103
|
| H A D | Device.c | 82 {MEMBASE, "membase"}, 188 case MEMBASE:
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/ |
| H A D | xf86tokens.h | 184 MEMBASE, enumerator in enum:__anon5f92ac430103
|
| H A D | Device.c | 77 {MEMBASE, "membase"}, 179 case MEMBASE:
|
Completed in 13 milliseconds