Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dsxboards.h95 #define SI2_ISA_ID_BASE 0x7FF8 /* READ: Board ID string */ macro
96 #define SI2_ISA_RESET SI2_ISA_ID_BASE /* WRITE: Host Reset */
97 #define SI2_ISA_IRQ11 (SI2_ISA_ID_BASE+1) /* WRITE: Set IRQ11 */
98 #define SI2_ISA_IRQ12 (SI2_ISA_ID_BASE+2) /* WRITE: Set IRQ12 */
99 #define SI2_ISA_IRQ15 (SI2_ISA_ID_BASE+3) /* WRITE: Set IRQ15 */
100 #define SI2_ISA_IRQSET (SI2_ISA_ID_BASE+4) /* WRITE: Set Host Interrupt */
101 #define SI2_ISA_INTCLEAR (SI2_ISA_ID_BASE+5) /* WRITE: Enable Host Interrupt */
Dsx.c2199 board->base + SI2_ISA_ID_BASE); in probe_si()
2202 my_hd ((char *)(board->base + SI2_ISA_ID_BASE), 0x8); in probe_si()
2208 write_sx_byte (board, SI2_ISA_ID_BASE+7-i,i); in probe_si()
2213 if ((read_sx_byte (board, SI2_ISA_ID_BASE+7-i) & 7) != i) { in probe_si()
2223 write_sx_byte (board, SI2_ISA_ID_BASE,0x10); in probe_si()
2227 if (read_sx_byte (board, SI2_ISA_ID_BASE) != 0x10) in probe_si()
2232 if (read_sx_byte (board, SI2_ISA_ID_BASE) == 0x10) in probe_si()