Home
last modified time | relevance | path

Searched refs:ISR0 (Results 1 – 5 of 5) sorted by relevance

/drivers/net/wan/
Dhd64570.h27 #define ISR0 0x10 /* Interrupt Status 0 */ macro
Dhd64572.c332 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()
Dhd64572.h45 #define ISR0 0x6c /* Interrupt Status Register 0 */ macro
Dhd64570.c63 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/
Dsynclinkmp.c299 #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()