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

/xsrc/external/mit/xf86-video-tseng/dist/src/
H A Dtseng_accel.h7 #define MMU_CONTROL(x) MMIO_OUT8(pTseng->MMioBase, 0x13<<0, x)
8 #define ACL_SUSPEND_TERMINATE(x) MMIO_OUT8(pTseng->MMioBase, 0x30<<0, x)
9 #define ACL_OPERATION_STATE(x) MMIO_OUT8(pTseng->MMioBase, 0x31<<0, x)
11 #define ACL_SYNC_ENABLE(x) MMIO_OUT8(pTseng->MMioBase, 0x32<<0, x)
15 MMIO_OUT8(pTseng->MMioBase, 0x35<<0, x)
16 #define ACL_INTERRUPT_MASK(x) MMIO_OUT8(pTseng->MMioBase, 0x34<<0, x)
19 MMIO_OUT8(pTseng->MMioBase, ACL_ACCELERATOR_STATUS, x)
23 #define ACL_POWER_CONTROL(x) MMIO_OUT8(pTseng->MMioBase, 0x37<<0, x)
26 #define ACL_NQ_X_POSITION(x) MMIO_OUT16(pTseng->MMioBase, 0x38<<0, x)
27 #define ACL_NQ_Y_POSITION(x) MMIO_OUT16(pTseng
101 tseng_wait(TsengPtr pTseng,int reg,char * name,unsigned char mask) argument
193 COLOR_REPLICATE_DWORD(TsengPtr pTseng,int color) argument
216 SET_FG_COLOR(TsengPtr pTseng,int color) argument
227 SET_BG_COLOR(TsengPtr pTseng,int color) argument
244 SET_FG_BG_COLOR(TsengPtr pTseng,int fgcolor,int bgcolor) argument
262 MULBPP(TsengPtr pTseng,int x) argument
268 MULBPP(TsengPtr pTseng,int x) argument
280 CALC_XY(TsengPtr pTseng,int x,int y) argument
299 SET_XY(TsengPtr pTseng,int x,int y) argument
313 SET_X_YRAW(TsengPtr pTseng,int x,int y) argument
337 SET_XY_4(TsengPtr pTseng,int x,int y) argument
350 SET_XY_6(TsengPtr pTseng,int x,int y) argument
364 SET_XY_RAW(TsengPtr pTseng,int x,int y) argument
371 PINGPONG(TsengPtr pTseng) argument
391 wait_acl_queue(TsengPtr pTseng) argument
[all...]
H A Dtseng_accel.c101 tseng_terminate_acl(TsengPtr pTseng) argument
119 tseng_recover_timeout(TsengPtr pTseng) argument
121 if (pTseng->ChipType == ET4000) {
123 MMIO_OUT32(pTseng->tsengCPU2ACLBase,0,0L); /* try unlocking the bus when CPU-to-accel gets stuck */
135 TsengPtr pTseng = TsengPTR(pScrn); local in function:tseng_init_acl
142 pTseng->scratchMemBase = pTseng->FbBase + pTseng->AccelColorBufferOffset;
149 pTseng->tsengCPU2ACLBase = pTseng
253 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengSubsequentScanlineCPUToScreenColorExpandFill
278 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengSubsequentColorExpandScanline
310 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengSubsequentColorExpandScanline_8bpp
341 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengSubsequentColorExpandScanline_16bpp
372 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengSubsequentColorExpandScanline_24bpp
408 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengSubsequentColorExpandScanline_32bpp
442 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengSetupForCPUToScreenColorExpandFill
477 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengSubsequentCPUToScreenColorExpandFill
498 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengSetupForScreenToScreenColorExpandFill
520 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengSubsequentScreenToScreenColorExpandFill
543 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengXAAInit_Colexp
739 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengSync
753 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengSetupForSolidFill
799 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengW32pSubsequentSolidFillRect
827 TsengPtr pTseng = TsengPTR(pScrn); local in function:Tseng6KSubsequentSolidFillRect
854 Tseng_setup_screencopy(TsengPtr pTseng,int rop,unsigned int planemask,int trans_color,int blit_dir) argument
890 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengSetupForScreenToScreenCopy
926 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengSubsequentScreenToScreenCopy
1273 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengXAAInit
[all...]
H A Dtseng_cursor.c46 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengShowCursor
49 if (pTseng->ChipType == ET6000) {
50 tmp = ET6000IORead(pTseng, 0x46);
51 ET6000IOWrite(pTseng, 0x46, (tmp | 0x01));
62 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengHideCursor
65 if (pTseng->ChipType == ET6000) {
66 tmp = ET6000IORead(pTseng, 0x46);
67 ET6000IOWrite(pTseng, 0x46, (tmp & 0xfe));
78 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengSetCursorPosition
100 if (pTseng
133 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengSetCursorColors
166 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengLoadCursorImage
227 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengHWCursorInit
269 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengCursorStore
281 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengCursorRestore
[all...]
H A Dtseng_driver.c234 TsengPtr pTseng; local in function:TsengGetRec
250 pTseng = TsengPTR(pScrn);
252 pTseng->SavedReg.RAMDAC = NULL;
260 TsengPtr pTseng; local in function:TsengFreeRec
267 pTseng = TsengPTR(pScrn);
269 if (pTseng->SavedReg.RAMDAC)
270 free(pTseng->SavedReg.RAMDAC);
407 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengPreInitPCI
416 switch (PCI_DEV_DEVICE_ID(pTseng->PciInfo)) {
418 pTseng
652 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengLimitMem
700 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengDetectMem
758 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengProcessHibit
799 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengProcessOptions
879 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengGetFbAddress
923 TsengPtr pTseng; local in function:TsengPreInit
1215 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengSetupAccelMemory
1333 TsengPtr pTseng; local in function:TsengScreenInit
1498 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengEnterVT
1517 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengLeaveVT
1531 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengCloseScreen
1577 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengSaveScreen
1610 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengMapMem
1674 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengUnmapMem
[all...]
H A Dtseng_dga.c72 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengDGAInit
80 if (!pTseng->DGAnumModes) {
95 currentMode->flags |= ((pTseng->UseAccel) ? (DGA_FILL_RECT | DGA_BLIT_RECT) : 0);
114 currentMode->address = pTseng->FbBase;
128 pTseng->DGAnumModes = num;
129 pTseng->DGAModes = modes;
131 return DGAInit(pScreen, &TsengDGAFuncs, pTseng->DGAModes, pTseng->DGAnumModes);
143 TsengPtr pTseng = TsengPTR(pScrn); local in function:Tseng_OpenFramebuffer
146 *mem = (unsigned char*)(uintptr_t)pTseng
160 TsengPtr pTseng = TsengPTR(pScrn); local in function:Tseng_SetMode
190 TsengPtr pTseng = TsengPTR(pScrn); local in function:Tseng_SetViewport
204 TsengPtr pTseng = TsengPTR(pScrn); local in function:Tseng_GetViewport
215 TsengPtr pTseng = TsengPTR(pScrn); local in function:Tseng_Sync
230 TsengPtr pTseng = TsengPTR(pScrn); local in function:Tseng_FillRect
246 TsengPtr pTseng = TsengPTR(pScrn); local in function:Tseng_BlitRect
[all...]
H A Dtseng_mode.c157 ET6000IORead(TsengPtr pTseng, CARD8 Offset) argument
159 return inb(pTseng->ET6000IOAddress + Offset);
163 ET6000IOWrite(TsengPtr pTseng, CARD8 Offset, CARD8 Value) argument
165 outb(pTseng->ET6000IOAddress + Offset, Value);
185 TsengPtr pTseng = TsengPTR(pScrn); local in function:STG1703Detect
235 pTseng->RAMDAC = STG1703;
529 TsengPtr pTseng = TsengPTR(pScrn); local in function:CH8398Detect
544 pTseng->RAMDAC = CH8398;
751 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengRAMDACProbe
755 if (pTseng
804 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengSetupClockRange
988 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengAdjustFrame
1041 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengSave
1143 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengRestore
1235 TsengPtr pTseng = TsengPTR(pScrn); local in function:TsengModeInit
[all...]
H A Dtseng.h206 CARD8 ET6000IORead(TsengPtr pTseng, CARD8 Offset);
207 void ET6000IOWrite(TsengPtr pTseng, CARD8 Offset, CARD8 Value);

Completed in 6 milliseconds