Searched refs:ISR0 (Results 1 – 5 of 5) sorted by relevance
/drivers/net/wan/ |
D | hd64570.h | 27 #define ISR0 0x10 /* Interrupt Status 0 */ macro
|
D | hd64572.c | 332 u32 isr0 = sca_inl(ISR0, port->card); in sca_poll() 355 u32 isr0 = sca_inl(ISR0, card); in sca_intr() 561 sca_inl(ISR0, card), sca_inl(ISR1, card)); in sca_dump_rings()
|
D | hd64572.h | 45 #define ISR0 0x6c /* Interrupt Status Register 0 */ macro
|
D | hd64570.c | 63 u8 isr0 = sca_in(ISR0, card); in sca_intr_status() 611 printk(KERN_DEBUG "ISR: %02x %02x %02x\n", sca_in(ISR0, card), in sca_dump_rings()
|
/drivers/tty/ |
D | synclinkmp.c | 299 #define ISR0 0x10 macro 2544 tmp = read_reg16(info, ISR0); /* get ISR0 and ISR1 in one read */ in synclinkmp_interrupt() 2556 tmp = read_reg16(info->port_array[2], ISR0); in synclinkmp_interrupt()
|