Lines Matching +full:0 +full:x00048000

65 	0xCC,			/* copy   */
66 0x55 /* invert */
70 0xCA, /* copy */
71 0x5A, /* invert */
101 while (--count && NV_RD32(par->PGRAPH, 0x0700)) ; in NVSync()
130 NVDmaNext(par, 0x20000000); in NVDmaWait()
173 if (planemask != ~0) { in NVSetRopSolid()
174 NVSetPattern(info, 0, planemask, ~0, ~0); in NVSetRopSolid()
182 NVSetPattern(info, ~0, ~0, ~0, ~0); in NVSetRopSolid()
211 for (i = 0; i < SKIPS; i++) in NVResetGraphics()
212 NV_WR32(&par->dmaBase[i], 0, 0x00000000); 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()
231 par->dmaPut = 0; in NVResetGraphics()
261 NVDmaNext(par, 0); in NVResetGraphics()
262 NVDmaNext(par, 0); in NVResetGraphics()
273 par->currentRop = ~0; /* set to something invalid */ in NVResetGraphics()
274 NVSetRopSolid(info, ROP_COPY, ~0); in NVResetGraphics()
276 NVSetClippingRectangle(info, 0, 0, info->var.xres_virtual, in NVResetGraphics()
287 return 0; in nvidiafb_sync()
295 return 0; in nvidiafb_sync()
337 NVSetRopSolid(info, rect->rop, ~0); in nvidiafb_fillrect()
342 NVDmaStart(info, par, RECT_SOLID_RECTS(0), 2); in nvidiafb_fillrect()
349 NVSetRopSolid(info, ROP_COPY, ~0); in nvidiafb_fillrect()
356 u32 fg, bg, mask = ~(~0 >> (32 - info->var.bits_per_pixel)); in nvidiafb_mono_color_expand()
358 int j, k = 0; in nvidiafb_mono_color_expand()
372 NVDmaNext(par, (image->dy << 16) | (image->dx & 0xffff)); in nvidiafb_mono_color_expand()
374 ((image->dx + image->width) & 0xffff)); in nvidiafb_mono_color_expand()
379 NVDmaNext(par, (image->dy << 16) | (image->dx & 0xffff)); in nvidiafb_mono_color_expand()
382 NVDmaStart(info, par, RECT_EXPAND_TWO_COLOR_DATA(0), in nvidiafb_mono_color_expand()
395 NVDmaStart(info, par, RECT_EXPAND_TWO_COLOR_DATA(0), dsize); in nvidiafb_mono_color_expand()