Searched refs:ENISR_ALL (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/ |
H A D | axnet_cs.c | 560 if (info->stale++ && (inb_p(nic_base + EN0_ISR) & ENISR_ALL)) { in ei_watchdog() 1021 outb_p(ENISR_ALL, e8390_base + EN0_IMR); in axnet_start_xmit() 1066 outb_p(ENISR_ALL, e8390_base + EN0_IMR); in axnet_start_xmit() 1181 outb_p(ENISR_ALL, e8390_base + EN0_ISR); /* Ack. most intrs. */ in ax_interrupt() 1191 outb_p(ENISR_ALL, e8390_base + EN0_IMR); in ax_interrupt() 1679 outb_p(ENISR_ALL, e8390_base + EN0_IMR); in AX88190_init()
|
H A D | lib8390.c | 370 ei_outb_p(ENISR_ALL, e8390_base + EN0_IMR); in __ei_start_xmit() 405 ei_outb_p(ENISR_ALL, e8390_base + EN0_IMR); in __ei_start_xmit() 501 ei_outb_p(ENISR_ALL, e8390_base + EN0_ISR); /* Ack. most intrs. */ in __ei_interrupt() 1064 ei_outb_p(ENISR_ALL, e8390_base + EN0_IMR); in __NS8390_init()
|
H A D | 8390.h | 203 #define ENISR_ALL 0x3f /* Interrupts we will enable */ macro
|
H A D | pcnet_cs.c | 1022 if (info->stale++ && (inb_p(nic_base + EN0_ISR) & ENISR_ALL)) { in ei_watchdog()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/ |
H A D | axnet_cs.c | 563 if (info->stale++ && (inb_p(nic_base + EN0_ISR) & ENISR_ALL)) { in ei_watchdog() 1021 outb_p(ENISR_ALL, e8390_base + EN0_IMR); in axnet_start_xmit() 1066 outb_p(ENISR_ALL, e8390_base + EN0_IMR); in axnet_start_xmit() 1181 outb_p(ENISR_ALL, e8390_base + EN0_ISR); /* Ack. most intrs. */ in ax_interrupt() 1191 outb_p(ENISR_ALL, e8390_base + EN0_IMR); in ax_interrupt() 1679 outb_p(ENISR_ALL, e8390_base + EN0_IMR); in AX88190_init()
|
H A D | lib8390.c | 369 ei_outb_p(ENISR_ALL, e8390_base + EN0_IMR); in __ei_start_xmit() 404 ei_outb_p(ENISR_ALL, e8390_base + EN0_IMR); in __ei_start_xmit() 500 ei_outb_p(ENISR_ALL, e8390_base + EN0_ISR); /* Ack. most intrs. */ in __ei_interrupt() 1063 ei_outb_p(ENISR_ALL, e8390_base + EN0_IMR); in __NS8390_init()
|
H A D | 8390.h | 205 #define ENISR_ALL 0x3f /* Interrupts we will enable */ macro
|
H A D | pcnet_cs.c | 1031 if (info->stale++ && (inb_p(nic_base + EN0_ISR) & ENISR_ALL)) { in ei_watchdog()
|
Completed in 13 milliseconds