Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wan/
Dhd64570.h28 #define ISR0 0x10 /* Interrupt Status 0 */ macro
Dhd64572.c328 u32 isr0 = sca_inl(ISR0, port->card); in sca_poll()
351 u32 isr0 = sca_inl(ISR0, card); in sca_intr()
557 sca_inl(ISR0, card), sca_inl(ISR1, card)); in sca_dump_rings()
Dhd64572.h40 #define ISR0 0x6c /* Interrupt Status Register 0 */ macro
Dhd64570.c59 u8 isr0 = sca_in(ISR0, card); in sca_intr_status()
607 printk(KERN_DEBUG "ISR: %02x %02x %02x\n", sca_in(ISR0, card), in sca_dump_rings()
/kernel/linux/linux-5.10/drivers/tty/
Dsynclinkmp.c299 #define ISR0 0x10 macro
2516 tmp = read_reg16(info, ISR0); /* get ISR0 and ISR1 in one read */ in synclinkmp_interrupt()
2528 tmp = read_reg16(info->port_array[2], ISR0); in synclinkmp_interrupt()