Go to the documentation of this file.
26 #define NJ_DMACTRL 0x01
27 #define NJ_AUXCTRL 0x02
28 #define NJ_AUXDATA 0x03
29 #define NJ_IRQMASK0 0x04
30 #define NJ_IRQMASK1 0x05
31 #define NJ_IRQSTAT0 0x06
32 #define NJ_IRQSTAT1 0x07
33 #define NJ_DMA_READ_START 0x08
34 #define NJ_DMA_READ_IRQ 0x0c
35 #define NJ_DMA_READ_END 0x10
36 #define NJ_DMA_READ_ADR 0x14
37 #define NJ_DMA_WRITE_START 0x18
38 #define NJ_DMA_WRITE_IRQ 0x1c
39 #define NJ_DMA_WRITE_END 0x20
40 #define NJ_DMA_WRITE_ADR 0x24
41 #define NJ_PULSE_CNT 0x28
43 #define NJ_ISAC_OFF 0xc0
44 #define NJ_ISACIRQ 0x10
46 #define NJ_IRQM0_RD_MASK 0x03
47 #define NJ_IRQM0_RD_IRQ 0x01
48 #define NJ_IRQM0_RD_END 0x02
49 #define NJ_IRQM0_WR_MASK 0x0c
50 #define NJ_IRQM0_WR_IRQ 0x04
51 #define NJ_IRQM0_WR_END 0x08
54 #define NJ_DMA_SIZE 4096
56 #define NJ_DMA_RXSIZE 128
57 #define NJ_DMA_TXSIZE 128