Searched refs:DMA_BLOCK (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/drm/
H A Dmga_state.c61 DMA_BLOCK(MGA_DWGCTL, ctx->dwgctl,
66 DMA_BLOCK(MGA_DMAPAD, 0x00000000,
81 DMA_BLOCK(MGA_DSTORG, ctx->dstorg,
85 DMA_BLOCK(MGA_ALPHACTRL, ctx->alphactrl,
89 DMA_BLOCK(MGA_FCOL, ctx->fcol,
104 DMA_BLOCK(MGA_DSTORG, ctx->dstorg,
109 DMA_BLOCK(MGA_ALPHACTRL, ctx->alphactrl,
114 DMA_BLOCK(MGA_WFLAG1, ctx->wflag,
119 DMA_BLOCK(MGA_STENCIL, ctx->stencil,
135 DMA_BLOCK(MGA_TEXCTL
[all...]
H A Dmga_dma.c138 DMA_BLOCK(MGA_DMAPAD, 0x00000000,
173 DMA_BLOCK(MGA_DMAPAD, 0x00000000,
H A Dmga_drv.h336 /* Never use this, always use DMA_BLOCK(...) for primary DMA output.
347 #define DMA_BLOCK( reg0, val0, reg1, val1, reg2, val2, reg3, val3 ) \ macro
/freebsd-11-stable/sys/dev/isp/
H A Dispreg.h62 * be DMA_BLOCK+0x20 and so on. Clear?
98 #define DMA_BLOCK (4 << _BLK_REG_SHFT) macro
151 #define CDMA_CONF (DMA_BLOCK+0x20) /* RW*: DMA Configuration */
153 #define CDMA_CONTROL (DMA_BLOCK+0x22) /* RW*: DMA Control */
154 #define CDMA_STATUS (DMA_BLOCK+0x24) /* R : DMA Status */
155 #define CDMA_FIFO_STS (DMA_BLOCK+0x26) /* R : DMA FIFO Status */
156 #define CDMA_COUNT (DMA_BLOCK+0x28) /* RW*: DMA Transfer Count */
157 #define CDMA_ADDR0 (DMA_BLOCK+0x2C) /* RW*: DMA Address, Word 0 */
158 #define CDMA_ADDR1 (DMA_BLOCK+0x2E) /* RW*: DMA Address, Word 1 */
159 #define CDMA_ADDR2 (DMA_BLOCK
[all...]
H A Disp_pci.c664 pcs->pci_poff[DMA_BLOCK >> _BLK_REG_SHFT] = DMA_REGS_OFF;
676 pcs->pci_poff[DMA_BLOCK >> _BLK_REG_SHFT] = ISP1080_DMA_REGS_OFF;
683 pcs->pci_poff[DMA_BLOCK >> _BLK_REG_SHFT] = ISP1080_DMA_REGS_OFF;
689 pcs->pci_poff[DMA_BLOCK >> _BLK_REG_SHFT] = ISP1080_DMA_REGS_OFF;
695 pcs->pci_poff[DMA_BLOCK >> _BLK_REG_SHFT] = ISP1080_DMA_REGS_OFF;
702 pcs->pci_poff[DMA_BLOCK >> _BLK_REG_SHFT] = ISP1080_DMA_REGS_OFF;
1211 } else if ((regoff & _BLK_REG_MASK) == DMA_BLOCK) {
1243 } else if ((regoff & _BLK_REG_MASK) == DMA_BLOCK) {
1274 case DMA_BLOCK:
1275 isp_prt(isp, ISP_LOGERR, "DMA_BLOCK rea
[all...]
H A Disp_sbus.c171 sbs->sbus_poff[DMA_BLOCK >> _BLK_REG_SHFT] = DMA_REGS_OFF;

Completed in 183 milliseconds