Lines Matching refs:pNGLE
43 NGLEPtr pNGLE = NGLEPTR(pScrn);
48 NGLEWrite4(pNGLE, VISFX_CURSOR_INDEX, 0x80);
51 NGLEWrite4(pNGLE, VISFX_CURSOR_DATA, latch);
56 NGLEWrite4(pNGLE, VISFX_CURSOR_INDEX, 0);
59 NGLEWrite4(pNGLE, VISFX_CURSOR_DATA, latch);
67 NGLEPtr pNGLE = NGLEPTR(pScrn);
69 pNGLE->cursor.enable = 1;
70 NGLEWrite4(pNGLE, VISFX_CURSOR_POS, pNGLE->creg | VISFX_CURSOR_ENABLE);
76 NGLEPtr pNGLE = NGLEPTR(pScrn);
78 pNGLE->cursor.enable = 0;
79 NGLEWrite4(pNGLE, VISFX_CURSOR_POS, pNGLE->creg);
85 NGLEPtr pNGLE = NGLEPTR(pScrn);
91 pNGLE->creg = (x << 16) | y;
92 NGLEWrite4(pNGLE, VISFX_CURSOR_POS, pNGLE->creg |
93 (pNGLE->cursor.enable ? VISFX_CURSOR_ENABLE : 0));
99 NGLEPtr pNGLE = NGLEPTR(pScrn);
101 NGLEWrite4(pNGLE, VISFX_CURSOR_FG, fg);
102 NGLEWrite4(pNGLE, VISFX_CURSOR_BG, bg);
109 NGLEPtr pNGLE = NGLEPTR(pScrn);
112 pNGLE->cursor.enable = 0;
113 pNGLE->creg = 0;
118 pNGLE->CursorInfoRec = infoPtr;
124 pNGLE->maskoffset = 8 * 64;