Searched refs:DMA_BLOCK (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/char/drm/ |
D | mga_state.c | 59 DMA_BLOCK( MGA_DWGCTL, ctx->dwgctl, in mga_emit_clip_rect() 64 DMA_BLOCK( MGA_DMAPAD, 0x00000000, in mga_emit_clip_rect() 80 DMA_BLOCK( MGA_DSTORG, ctx->dstorg, in mga_g200_emit_context() 85 DMA_BLOCK( MGA_ALPHACTRL, ctx->alphactrl, in mga_g200_emit_context() 90 DMA_BLOCK( MGA_FCOL, ctx->fcol, in mga_g200_emit_context() 106 DMA_BLOCK( MGA_DSTORG, ctx->dstorg, in mga_g400_emit_context() 111 DMA_BLOCK( MGA_ALPHACTRL, ctx->alphactrl, in mga_g400_emit_context() 116 DMA_BLOCK( MGA_WFLAG1, ctx->wflag, in mga_g400_emit_context() 121 DMA_BLOCK( MGA_STENCIL, ctx->stencil, in mga_g400_emit_context() 137 DMA_BLOCK( MGA_TEXCTL2, tex->texctl2, in mga_g200_emit_tex0() [all …]
|
D | mga_dma.c | 187 DMA_BLOCK( MGA_DMAPAD, 0x00000000, in mga_do_dma_flush() 223 DMA_BLOCK( MGA_DMAPAD, 0x00000000, in mga_do_dma_wrap_start()
|
D | mga_drv.h | 304 #define DMA_BLOCK( reg0, val0, reg1, val1, reg2, val2, reg3, val3 ) \ macro
|