DMA_BLOCK        6446 dev/ic/isp.c   			*ptr++ = ISP_READ(isp, DMA_BLOCK + 0x20 + (i << 1));
DMA_BLOCK         149 dev/ic/ispreg.h #define	CDMA_CONF	(DMA_BLOCK+0x20)	/* RW*: DMA Configuration */
DMA_BLOCK         151 dev/ic/ispreg.h #define	CDMA_CONTROL	(DMA_BLOCK+0x22)	/* RW*: DMA Control */
DMA_BLOCK         152 dev/ic/ispreg.h #define	CDMA_STATUS 	(DMA_BLOCK+0x24)	/* R  : DMA Status */
DMA_BLOCK         153 dev/ic/ispreg.h #define	CDMA_FIFO_STS	(DMA_BLOCK+0x26)	/* R  : DMA FIFO Status */
DMA_BLOCK         154 dev/ic/ispreg.h #define	CDMA_COUNT	(DMA_BLOCK+0x28)	/* RW*: DMA Transfer Count */
DMA_BLOCK         155 dev/ic/ispreg.h #define	CDMA_ADDR0	(DMA_BLOCK+0x2C)	/* RW*: DMA Address, Word 0 */
DMA_BLOCK         156 dev/ic/ispreg.h #define	CDMA_ADDR1	(DMA_BLOCK+0x2E)	/* RW*: DMA Address, Word 1 */
DMA_BLOCK         157 dev/ic/ispreg.h #define	CDMA_ADDR2	(DMA_BLOCK+0x30)	/* RW*: DMA Address, Word 2 */
DMA_BLOCK         158 dev/ic/ispreg.h #define	CDMA_ADDR3	(DMA_BLOCK+0x32)	/* RW*: DMA Address, Word 3 */
DMA_BLOCK         160 dev/ic/ispreg.h #define	DDMA_CONF	(DMA_BLOCK+0x40)	/* RW*: DMA Configuration */
DMA_BLOCK         162 dev/ic/ispreg.h #define	DDMA_CONTROL	(DMA_BLOCK+0x42)	/* RW*: DMA Control */
DMA_BLOCK         163 dev/ic/ispreg.h #define	DDMA_STATUS	(DMA_BLOCK+0x44)	/* R  : DMA Status */
DMA_BLOCK         164 dev/ic/ispreg.h #define	DDMA_FIFO_STS	(DMA_BLOCK+0x46)	/* R  : DMA FIFO Status */
DMA_BLOCK         165 dev/ic/ispreg.h #define	DDMA_COUNT_LO	(DMA_BLOCK+0x48)	/* RW*: DMA Xfer Count, Low */
DMA_BLOCK         166 dev/ic/ispreg.h #define	DDMA_COUNT_HI	(DMA_BLOCK+0x4A)	/* RW*: DMA Xfer Count, High */
DMA_BLOCK         167 dev/ic/ispreg.h #define	DDMA_ADDR0	(DMA_BLOCK+0x4C)	/* RW*: DMA Address, Word 0 */
DMA_BLOCK         168 dev/ic/ispreg.h #define	DDMA_ADDR1	(DMA_BLOCK+0x4E)	/* RW*: DMA Address, Word 1 */
DMA_BLOCK         170 dev/ic/ispreg.h #define	DDMA_ADDR2	(DMA_BLOCK+0x50)	/* RW*: DMA Address, Word 2 */
DMA_BLOCK         171 dev/ic/ispreg.h #define	DDMA_ADDR3	(DMA_BLOCK+0x52)	/* RW*: DMA Address, Word 3 */
DMA_BLOCK         464 dev/pci/isp_pci.c 	pcs->pci_poff[DMA_BLOCK >> _BLK_REG_SHFT] = DMA_REGS_OFF;
DMA_BLOCK         488 dev/pci/isp_pci.c 		pcs->pci_poff[DMA_BLOCK >> _BLK_REG_SHFT] =
DMA_BLOCK         501 dev/pci/isp_pci.c 		pcs->pci_poff[DMA_BLOCK >> _BLK_REG_SHFT] =
DMA_BLOCK         514 dev/pci/isp_pci.c 		pcs->pci_poff[DMA_BLOCK >> _BLK_REG_SHFT] =
DMA_BLOCK         528 dev/pci/isp_pci.c 		pcs->pci_poff[DMA_BLOCK >> _BLK_REG_SHFT] =
DMA_BLOCK         541 dev/pci/isp_pci.c 		pcs->pci_poff[DMA_BLOCK >> _BLK_REG_SHFT] =
DMA_BLOCK         914 dev/pci/isp_pci.c 	} else if ((regoff & _BLK_REG_MASK) == DMA_BLOCK) {
DMA_BLOCK         945 dev/pci/isp_pci.c 	} else if ((regoff & _BLK_REG_MASK) == DMA_BLOCK) {
DMA_BLOCK         250 dev/sbus/isp_sbus.c 	sbc->sbus_poff[DMA_BLOCK >> _BLK_REG_SHFT] = DMA_REGS_OFF;