Home
last modified time | relevance | path

Searched refs:DMA_BLOCK (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/disk/isp/
HDispreg.h98 #define DMA_BLOCK (4 << _BLK_REG_SHFT) macro
148 #define CDMA_CONF (DMA_BLOCK+0x20) /* RW*: DMA Configuration */
150 #define CDMA_CONTROL (DMA_BLOCK+0x22) /* RW*: DMA Control */
151 #define CDMA_STATUS (DMA_BLOCK+0x24) /* R : DMA Status */
152 #define CDMA_FIFO_STS (DMA_BLOCK+0x26) /* R : DMA FIFO Status */
153 #define CDMA_COUNT (DMA_BLOCK+0x28) /* RW*: DMA Transfer Count */
154 #define CDMA_ADDR0 (DMA_BLOCK+0x2C) /* RW*: DMA Address, Word 0 */
155 #define CDMA_ADDR1 (DMA_BLOCK+0x2E) /* RW*: DMA Address, Word 1 */
156 #define CDMA_ADDR2 (DMA_BLOCK+0x30) /* RW*: DMA Address, Word 2 */
157 #define CDMA_ADDR3 (DMA_BLOCK+0x32) /* RW*: DMA Address, Word 3 */
[all …]
HDisp_pci.c714 pcs->pci_poff[DMA_BLOCK >> _BLK_REG_SHFT] = DMA_REGS_OFF; in isp_pci_attach()
726 pcs->pci_poff[DMA_BLOCK >> _BLK_REG_SHFT] = ISP1080_DMA_REGS_OFF; in isp_pci_attach()
733 pcs->pci_poff[DMA_BLOCK >> _BLK_REG_SHFT] = ISP1080_DMA_REGS_OFF; in isp_pci_attach()
739 pcs->pci_poff[DMA_BLOCK >> _BLK_REG_SHFT] = ISP1080_DMA_REGS_OFF; in isp_pci_attach()
745 pcs->pci_poff[DMA_BLOCK >> _BLK_REG_SHFT] = ISP1080_DMA_REGS_OFF; in isp_pci_attach()
752 pcs->pci_poff[DMA_BLOCK >> _BLK_REG_SHFT] = ISP1080_DMA_REGS_OFF; in isp_pci_attach()
1257 } else if ((regoff & _BLK_REG_MASK) == DMA_BLOCK) { in isp_pci_rd_reg_1080()
1289 } else if ((regoff & _BLK_REG_MASK) == DMA_BLOCK) { in isp_pci_wr_reg_1080()
1320 case DMA_BLOCK: in isp_pci_rd_reg_2400()
1382 case DMA_BLOCK: in isp_pci_wr_reg_2400()