Go to the documentation of this file.
19 #ifndef __ASM_DEC_IOASIC_INTS_H
20 #define __ASM_DEC_IOASIC_INTS_H
29 #define IO_INR_SCC0A_TXDMA 31
30 #define IO_INR_SCC0A_TXERR 30
31 #define IO_INR_SCC0A_RXDMA 29
32 #define IO_INR_SCC0A_RXERR 28
33 #define IO_INR_ASC_DMA 19
34 #define IO_INR_ASC_ERR 18
35 #define IO_INR_ASC_MERR 17
36 #define IO_INR_LANCE_MERR 16
39 #define IO_INR_SCC1A_TXDMA 27
40 #define IO_INR_SCC1A_TXERR 26
41 #define IO_INR_SCC1A_RXDMA 25
42 #define IO_INR_SCC1A_RXERR 24
43 #define IO_INR_RES_23 23
44 #define IO_INR_RES_22 22
45 #define IO_INR_RES_21 21
46 #define IO_INR_RES_20 20
49 #define IO_INR_AB_TXDMA 27
50 #define IO_INR_AB_TXERR 26
51 #define IO_INR_AB_RXDMA 25
52 #define IO_INR_AB_RXERR 24
53 #define IO_INR_FLOPPY_ERR 23
54 #define IO_INR_ISDN_TXDMA 22
55 #define IO_INR_ISDN_RXDMA 21
56 #define IO_INR_ISDN_ERR 20
67 #define IO_IRQ_LINES 32
69 #define IO_IRQ_NR(n) ((n) + IO_IRQ_BASE)
70 #define IO_IRQ_MASK(n) (1 << (n))
71 #define IO_IRQ_ALL 0x0000ffff
72 #define IO_IRQ_DMA 0xffff0000