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

/xsrc/external/mit/xf86-video-neomagic/dist/src/
H A Dneo_driver.c627 NEOPtr nPtr; local in function:NEOPreInit
670 nPtr = NEOPTR(pScrn);
681 nPtr->pEnt = xf86GetEntityInfo(pScrn->entityList[i]);
683 if (nPtr->pEnt->resources) return FALSE;
685 nPtr->NeoChipset = nPtr->pEnt->chipset;
687 nPtr->pEnt->chipset);
689 if (nPtr->pEnt->location.type == BUS_PCI) {
690 nPtr->PciInfo = xf86GetPciInfoForEntity(nPtr
1340 NEOPtr nPtr = NEOPTR(pScrn); local in function:NEOEnterVT
1361 NEOPtr nPtr = NEOPTR(pScrn); local in function:NEOLeaveVT
1458 NEOPtr nPtr; local in function:NEOScreenInit
1760 NEOPtr nPtr; local in function:NEOAdjustFrame
1822 NEOPtr nPtr = NEOPTR(pScrn); local in function:NEOCloseScreen
1861 NEOPtr nPtr = NEOPTR(pScrn); local in function:NEOValidMode
1960 NEOPtr nPtr = NEOPTR(pScrn); local in function:neoMapMem
2050 NEOPtr nPtr = NEOPTR(pScrn); local in function:neoUnmapMem
2086 NEOPtr nPtr = NEOPTR(pScrn); local in function:neoSave
2181 NEOPtr nPtr = NEOPTR(pScrn); local in function:neoProgramShadowRegs
2422 NEOPtr nPtr = NEOPTR(pScrn); local in function:neoRestore
2616 NEOPtr nPtr = NEOPTR(pScrn); local in function:neoModeInit
2945 NEOPtr nPtr = NEOPTR(pScrn); local in function:neoCalcVCLK
2997 NEOPtr nPtr = NEOPTR(pScrn); local in function:NeoDisplayPowerManagementSet
3110 NEOPtr nPtr = NEOPTR(pScrn); local in function:neoDoDDC2
3129 NEOPtr nPtr = NEOPTR(pScrn); local in function:neoDoDDCVBE
[all...]
H A Dneo_shadow.c32 NEOPtr nPtr = NEOPTR(pScrn); local in function:neoRefreshArea
42 src = nPtr->ShadowPtr + (pbox->y1 * nPtr->ShadowPitch) +
44 dst = nPtr->NeoFbBase + (pbox->y1 * FBPitch) + (pbox->x1 * Bpp);
49 src += nPtr->ShadowPitch;
60 NEOPtr nPtr = NEOPTR(pScrn); local in function:neoPointerMoved
63 if(nPtr->rotate == 1) {
71 (*nPtr->PointerMoved)(arg, newX, newY);
77 NEOPtr nPtr = NEOPTR(pScrn); local in function:neoRefreshArea8
83 srcPitch = -nPtr
123 NEOPtr nPtr = NEOPTR(pScrn); local in function:neoRefreshArea16
170 NEOPtr nPtr = NEOPTR(pScrn); local in function:neoRefreshArea24
221 NEOPtr nPtr = NEOPTR(pScrn); local in function:neoRefreshArea32
[all...]
H A Dneo_cursor.c58 NEOPtr nPtr = NEOPTR(pScrn); local in function:NeoShowCursor
62 nPtr->NeoHWCursorShown = TRUE;
68 NEOPtr nPtr = NEOPTR(pScrn); local in function:NeoHideCursor
79 nPtr->NeoHWCursorShown = FALSE;
94 NEOPtr nPtr = NEOPTR(pScrn); local in function:neoSetCursorPosition
98 unsigned char *_dest = ((unsigned char *)nPtr->NeoFbBase +
100 unsigned char *src = nPtr->NeoCursorImage;
111 if (yoff != nPtr->NeoCursorPrevY || xoff !=nPtr->NeoCursorPrevX) {
112 nPtr
184 NEOPtr nPtr = NEOPTR(pScrn); local in function:neoSetCursorColors
198 NEOPtr nPtr = NEOPTR(pScrn); local in function:_neoLoadCursorImage
234 NEOPtr nPtr = NEOPTR(pScrn); local in function:neoLoadCursorImage
295 NEOPtr nPtr = NEOPTR(pScrn); local in function:NeoCursorInit
[all...]
H A Dneo_video.h69 if (nPtr->NeoMMIOBase2) \
70 (*(unsigned short *)(nPtr->NeoMMIOBase2+VGA_GRAPH_INDEX)\
76 if (nPtr->NeoMMIOBase2) \
77 (*(unsigned short *)(nPtr->NeoMMIOBase2+VGA_SEQ_INDEX)=(idx)|((dat)<<8));\
H A Dneo_reg.h104 #define NEOREG_CURSCNTL (nPtr->NeoCursorOffset + 0x00)
105 #define NEOREG_CURSX (nPtr->NeoCursorOffset + 0x04)
106 #define NEOREG_CURSY (nPtr->NeoCursorOffset + 0x08)
107 #define NEOREG_CURSBGCOLOR (nPtr->NeoCursorOffset + 0x0c)
108 #define NEOREG_CURSFGCOLOR (nPtr->NeoCursorOffset + 0x10)
109 #define NEOREG_CURSMEMPOS (nPtr->NeoCursorOffset + 0x14)
H A Dneo_2090.c105 NEOPtr nPtr = NEOPTR(pScrn); local in function:Neo2090AccelInit
108 nPtr->AccelInfoRec = infoPtr = XAACreateInfoRec();
136 if (nPtr->NeoChipset == PCI_CHIP_NM2093 && !nPtr->strangeLockups) {
148 (unsigned char *)(nPtr->NeoMMIOBase + 0x100000);
211 NEOPtr nPtr = NEOPTR(pScrn); local in function:Neo2090Sync
222 NEOPtr nPtr = NEOPTR(pScrn); local in function:Neo2090SetupForScreenToScreenCopy
241 NEOPtr nPtr = NEOPTR(pScrn); local in function:Neo2090SubsequentScreenToScreenCopy
269 NEOPtr nPtr = NEOPTR(pScrn); local in function:Neo2090SetupForSolidFillRect
289 NEOPtr nPtr local in function:Neo2090SubsequentSolidFillRect
303 NEOPtr nPtr = NEOPTR(pScrn); local in function:Neo2093SetupForScanlineCPUToScreenColorExpandFill
338 NEOPtr nPtr = NEOPTR(pScrn); local in function:Neo2093SubsequentScanlineCPUToScreenColorExpandFill
357 NEOPtr nPtr = NEOPTR(pScrn); local in function:Neo2093SubsequentColorExpandScanline
[all...]
H A Dneo_2097.c130 NEOPtr nPtr = NEOPTR(pScrn); local in function:Neo2097AccelInit
133 nPtr->AccelInfoRec = infoPtr = XAACreateInfoRec();
161 if (!nPtr->strangeLockups) {
171 infoPtr->ScanlineColorExpandBuffers[0] = (unsigned char *)(nPtr->NeoMMIOBase + 0x100000);
199 if (!nPtr->strangeLockups) {
263 NEOPtr nPtr = NEOPTR(pScrn); local in function:Neo2097Sync
288 NEOPtr nPtr = NEOPTR(pScrn); local in function:Neo2097SubsequentScreenToScreenCopy
316 NEOPtr nPtr = NEOPTR(pScrn); local in function:Neo2097SetupForSolidFillRect
336 NEOPtr nPtr = NEOPTR(pScrn); local in function:Neo2097SubsequentSolidFillRect
349 NEOPtr nPtr local in function:Neo2097SetupScanlineForCPUToScreenColorExpandFill
403 NEOPtr nPtr = NEOPTR(pScrn); local in function:Neo2097SubsequentScanlineCPUToScreenColorExpandFill
536 NEOPtr nPtr = NEOPTR(pScrn); local in function:Neo2097SubsequentScanlineImageWriteRect
[all...]
H A Dneo_2200.c126 NEOPtr nPtr = NEOPTR(pScrn); local in function:Neo2200AccelInit
129 nPtr->AccelInfoRec = infoPtr = XAACreateInfoRec();
169 if (!nPtr->strangeLockups) {
181 (unsigned char *)(nPtr->NeoMMIOBase + 0x100000);
219 if (nPtr->noAccelSet || nPtr->NeoChipset == NM2230
220 || nPtr->NeoChipset == NM2360
221 || nPtr->NeoChipset == NM2380) {
269 NEOPtr nPtr = NEOPTR(pScrn); local in function:Neo2200Sync
280 NEOPtr nPtr local in function:Neo2200SetupForScreenToScreenCopy
300 NEOPtr nPtr = NEOPTR(pScrn); local in function:Neo2200SubsequentScreenToScreenCopy
342 NEOPtr nPtr = NEOPTR(pScrn); local in function:Neo2200SubsequentScreenToScreenCopyBroken
456 NEOPtr nPtr = NEOPTR(pScrn); local in function:Neo2200SetupForSolidFillRect
477 NEOPtr nPtr = NEOPTR(pScrn); local in function:Neo2200SubsequentSolidFillRect
490 NEOPtr nPtr = NEOPTR(pScrn); local in function:Neo2200SetupForScanlineCPUToScreenColorExpandFill
537 NEOPtr nPtr = NEOPTR(pScrn); local in function:Neo2200SubsequentScanlineCPUToScreenColorExpandFill
567 NEOPtr nPtr = NEOPTR(pScrn); local in function:Neo2200SubsequentColorExpandScanline
[all...]
H A Dneo_2070.c111 NEOPtr nPtr = NEOPTR(pScrn); local in function:Neo2070AccelInit
114 nPtr->AccelInfoRec = infoPtr = XAACreateInfoRec();
176 NEOPtr nPtr = NEOPTR(pScrn); local in function:Neo2070Sync
186 NEOPtr nPtr = NEOPTR(pScrn); local in function:Neo2070SetupForScreenToScreenCopy
205 NEOPtr nPtr = NEOPTR(pScrn); local in function:Neo2070SubsequentScreenToScreenCopy
237 NEOPtr nPtr = NEOPTR(pScrn); local in function:Neo2070SetupForSolidFillRect
263 NEOPtr nPtr = NEOPTR(pScrn); local in function:Neo2070SubsequentSolidFillRect
H A Dneo_video.c80 NEOPtr nPtr = NEOPTR(pScrn); local in function:NEOInitVideo
87 if (nPtr->NeoChipset > NM2070
88 && nPtr->NeoMMIOBase2 != NULL){
89 nPtr->video = TRUE;
93 nPtr->video = FALSE;
204 NEOPtr nPtr = NEOPTR(pScrn); local in function:NEOSetupVideo
252 pPriv->colorKey = nPtr->videoKey;
253 pPriv->interlace = nPtr->interlace;
257 nPtr->overlayAdaptor = overlayAdaptor;
271 NEOPtr nPtr local in function:NEOResetVideo
304 NEOPtr nPtr = NEOPTR(pScrn); local in function:NEOPutVideo
485 NEOPtr nPtr = NEOPTR(pScrn); local in function:NEOStopVideo
529 NEOPtr nPtr = NEOPTR(pScrn); local in function:NEOSetPortAttribute
612 NEOPtr nPtr = NEOPTR(pScrn); local in function:NEOPutImage
796 NEOPtr nPtr = NEOPTR(pScrn); local in function:NEODisplayVideo
1071 NEOPtr nPtr = NEOPTR(surface->pScrn); local in function:NEODisplaySurface
1124 NEOPtr nPtr = NEOPTR(surface->pScrn); local in function:NEOStopSurface
1135 NEOPtr nPtr = NEOPTR(pScrn); local in function:NEOGetSurfaceAttribute
1147 NEOPtr nPtr = NEOPTR(pScrn); local in function:NEOSetSurfaceAttribute
[all...]
H A Dneo.h300 #define INREG8(addr) MMIO_IN8(nPtr->NeoMMIOBase, addr)
301 #define INREG16(addr) MMIO_IN16(nPtr->NeoMMIOBase, addr)
302 #define INREG(addr) MMIO_IN32(nPtr->NeoMMIOBase, addr)
303 #define OUTREG8(addr, val) MMIO_OUT8(nPtr->NeoMMIOBase, addr, val)
304 #define OUTREG16(addr, val) MMIO_OUT16(nPtr->NeoMMIOBase, addr, val)
305 #define OUTREG(addr, val) MMIO_OUT32(nPtr->NeoMMIOBase, addr, val)

Completed in 11 milliseconds