Lines Matching refs:SKIPS

62 #define SKIPS  8  macro
131 if (dmaGet <= SKIPS) { in NVDmaWait()
132 if (par->dmaPut <= SKIPS) in NVDmaWait()
133 WRITE_PUT(par, SKIPS + 1); in NVDmaWait()
137 } while (--cnt && dmaGet <= SKIPS); in NVDmaWait()
143 WRITE_PUT(par, SKIPS); in NVDmaWait()
144 par->dmaCurrent = par->dmaPut = SKIPS; in NVDmaWait()
145 par->dmaFree = dmaGet - (SKIPS + 1); in NVDmaWait()
211 for (i = 0; i < SKIPS; i++) in NVResetGraphics()
214 NV_WR32(&par->dmaBase[0x0 + SKIPS], 0, 0x00040000); in NVResetGraphics()
215 NV_WR32(&par->dmaBase[0x1 + SKIPS], 0, 0x80000010); in NVResetGraphics()
216 NV_WR32(&par->dmaBase[0x2 + SKIPS], 0, 0x00042000); in NVResetGraphics()
217 NV_WR32(&par->dmaBase[0x3 + SKIPS], 0, 0x80000011); in NVResetGraphics()
218 NV_WR32(&par->dmaBase[0x4 + SKIPS], 0, 0x00044000); in NVResetGraphics()
219 NV_WR32(&par->dmaBase[0x5 + SKIPS], 0, 0x80000012); in NVResetGraphics()
220 NV_WR32(&par->dmaBase[0x6 + SKIPS], 0, 0x00046000); in NVResetGraphics()
221 NV_WR32(&par->dmaBase[0x7 + SKIPS], 0, 0x80000013); in NVResetGraphics()
222 NV_WR32(&par->dmaBase[0x8 + SKIPS], 0, 0x00048000); in NVResetGraphics()
223 NV_WR32(&par->dmaBase[0x9 + SKIPS], 0, 0x80000014); in NVResetGraphics()
224 NV_WR32(&par->dmaBase[0xA + SKIPS], 0, 0x0004A000); in NVResetGraphics()
225 NV_WR32(&par->dmaBase[0xB + SKIPS], 0, 0x80000015); in NVResetGraphics()
226 NV_WR32(&par->dmaBase[0xC + SKIPS], 0, 0x0004C000); in NVResetGraphics()
227 NV_WR32(&par->dmaBase[0xD + SKIPS], 0, 0x80000016); in NVResetGraphics()
228 NV_WR32(&par->dmaBase[0xE + SKIPS], 0, 0x0004E000); in NVResetGraphics()
229 NV_WR32(&par->dmaBase[0xF + SKIPS], 0, 0x80000017); in NVResetGraphics()
232 par->dmaCurrent = 16 + SKIPS; in NVResetGraphics()