Searched refs:cim_gp_ptr (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | cimarron.c | 169 unsigned char *cim_gp_ptr = (unsigned char *) 0; variable in typeref:typename:unsigned char *
|
| H A D | lx_driver.c | 199 cim_gp_ptr = (unsigned char *) xf86MapPciMem(index, VIDMEM_MMIO, 220 cim_gp_ptr = map_pci_mem(pScrni, 0, pci, 1, LX_GP_REG_SIZE); 234 if (!cim_gp_ptr || !cim_vg_ptr || !cim_vid_ptr || !cim_fb_ptr || 631 xf86UnMapVidMem(pScrni->scrnIndex, (pointer) cim_gp_ptr, LX_GP_REG_SIZE); 641 unmap_pci_mem(pScrni, pci, cim_gp_ptr, LX_GP_REG_SIZE);
|
| /xsrc/external/mit/xf86-video-geode/dist/src/cim/ |
| H A D | cim_defs.h | 41 (*(volatile unsigned long *)(cim_gp_ptr + (offset))) 50 (*(volatile unsigned long *)(cim_gp_ptr + (offset))) = (value) 384 _asm { mov edi, cim_gp_ptr } \
|
| H A D | cim_rtns.h | 48 extern unsigned char *cim_gp_ptr;
|
Completed in 6 milliseconds