Symbol: DMA_BLOCK
sys/dev/ic/ispreg.h
150
#define CDMA_CONF (DMA_BLOCK+0x20) /* RW*: DMA Configuration */
sys/dev/ic/ispreg.h
152
#define CDMA_CONTROL (DMA_BLOCK+0x22) /* RW*: DMA Control */
sys/dev/ic/ispreg.h
153
#define CDMA_STATUS (DMA_BLOCK+0x24) /* R : DMA Status */
sys/dev/ic/ispreg.h
154
#define CDMA_FIFO_STS (DMA_BLOCK+0x26) /* R : DMA FIFO Status */
sys/dev/ic/ispreg.h
155
#define CDMA_COUNT (DMA_BLOCK+0x28) /* RW*: DMA Transfer Count */
sys/dev/ic/ispreg.h
156
#define CDMA_ADDR0 (DMA_BLOCK+0x2C) /* RW*: DMA Address, Word 0 */
sys/dev/ic/ispreg.h
157
#define CDMA_ADDR1 (DMA_BLOCK+0x2E) /* RW*: DMA Address, Word 1 */
sys/dev/ic/ispreg.h
158
#define CDMA_ADDR2 (DMA_BLOCK+0x30) /* RW*: DMA Address, Word 2 */
sys/dev/ic/ispreg.h
159
#define CDMA_ADDR3 (DMA_BLOCK+0x32) /* RW*: DMA Address, Word 3 */
sys/dev/ic/ispreg.h
161
#define DDMA_CONF (DMA_BLOCK+0x40) /* RW*: DMA Configuration */
sys/dev/ic/ispreg.h
163
#define DDMA_CONTROL (DMA_BLOCK+0x42) /* RW*: DMA Control */
sys/dev/ic/ispreg.h
164
#define DDMA_STATUS (DMA_BLOCK+0x44) /* R : DMA Status */
sys/dev/ic/ispreg.h
165
#define DDMA_FIFO_STS (DMA_BLOCK+0x46) /* R : DMA FIFO Status */
sys/dev/ic/ispreg.h
166
#define DDMA_COUNT_LO (DMA_BLOCK+0x48) /* RW*: DMA Xfer Count, Low */
sys/dev/ic/ispreg.h
167
#define DDMA_COUNT_HI (DMA_BLOCK+0x4A) /* RW*: DMA Xfer Count, High */
sys/dev/ic/ispreg.h
168
#define DDMA_ADDR0 (DMA_BLOCK+0x4C) /* RW*: DMA Address, Word 0 */
sys/dev/ic/ispreg.h
169
#define DDMA_ADDR1 (DMA_BLOCK+0x4E) /* RW*: DMA Address, Word 1 */
sys/dev/ic/ispreg.h
171
#define DDMA_ADDR2 (DMA_BLOCK+0x50) /* RW*: DMA Address, Word 2 */
sys/dev/ic/ispreg.h
172
#define DDMA_ADDR3 (DMA_BLOCK+0x52) /* RW*: DMA Address, Word 3 */
sys/dev/pci/isp_pci.c
1041
case DMA_BLOCK:
sys/dev/pci/isp_pci.c
1140
} else if ((regoff & _BLK_REG_MASK) == DMA_BLOCK) {
sys/dev/pci/isp_pci.c
1170
} else if ((regoff & _BLK_REG_MASK) == DMA_BLOCK) {
sys/dev/pci/isp_pci.c
535
pcs->pci_poff[DMA_BLOCK >> _BLK_REG_SHFT] = DMA_REGS_OFF;
sys/dev/pci/isp_pci.c
553
pcs->pci_poff[DMA_BLOCK >> _BLK_REG_SHFT] =
sys/dev/pci/isp_pci.c
562
pcs->pci_poff[DMA_BLOCK >> _BLK_REG_SHFT] =
sys/dev/pci/isp_pci.c
571
pcs->pci_poff[DMA_BLOCK >> _BLK_REG_SHFT] =
sys/dev/pci/isp_pci.c
581
pcs->pci_poff[DMA_BLOCK >> _BLK_REG_SHFT] =
sys/dev/pci/isp_pci.c
590
pcs->pci_poff[DMA_BLOCK >> _BLK_REG_SHFT] =
sys/dev/pci/isp_pci.c
978
case DMA_BLOCK:
sys/dev/sbus/isp_sbus.c
200
sbc->sbus_poff[DMA_BLOCK >> _BLK_REG_SHFT] = DMA_REGS_OFF;