HomeSort by: relevance | last modified time | path
    Searched defs:DMA_BLOCK (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm/dist/shared-core/
mga_drv.h 333 /* Never use this, always use DMA_BLOCK(...) for primary DMA output.
344 #define DMA_BLOCK( reg0, val0, reg1, val1, reg2, val2, reg3, val3 ) \
  /src/sys/external/bsd/drm2/dist/drm/mga/
mga_drv.h 332 /* Never use this, always use DMA_BLOCK(...) for primary DMA output.
342 #define DMA_BLOCK(reg0, val0, reg1, val1, reg2, val2, reg3, val3) \
  /src/sys/dev/ic/
ispreg.h 64 * be DMA_BLOCK+0x20 and so on. Clear?
100 #define DMA_BLOCK (4 << _BLK_REG_SHFT)
150 #define CDMA_CONF (DMA_BLOCK+0x20) /* RW*: DMA Configuration */
152 #define CDMA_CONTROL (DMA_BLOCK+0x22) /* RW*: DMA Control */
153 #define CDMA_STATUS (DMA_BLOCK+0x24) /* R : DMA Status */
154 #define CDMA_FIFO_STS (DMA_BLOCK+0x26) /* R : DMA FIFO Status */
155 #define CDMA_COUNT (DMA_BLOCK+0x28) /* RW*: DMA Transfer Count */
156 #define CDMA_ADDR0 (DMA_BLOCK+0x2C) /* RW*: DMA Address, Word 0 */
157 #define CDMA_ADDR1 (DMA_BLOCK+0x2E) /* RW*: DMA Address, Word 1 */
158 #define CDMA_ADDR2 (DMA_BLOCK+0x30) /* RW*: DMA Address, Word 2 *
    [all...]

Completed in 16 milliseconds