Searched refs:EN0_IMR (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/ |
H A D | lib8390.c | 326 ei_outb_p(0x00, e8390_base + EN0_IMR); in __ei_start_xmit() 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() 448 ei_inb_p(e8390_base + EN0_IMR)); in __ei_interrupt() 1043 ei_outb_p(0x00, e8390_base + EN0_IMR); in __NS8390_init() 1064 ei_outb_p(ENISR_ALL, e8390_base + EN0_IMR); in __NS8390_init()
|
H A D | axnet_cs.c | 200 {0x00, EN0_IMR}, /* Mask completion irq. */ in get_prom() 973 outb_p(0x00, e8390_base + EN0_IMR); in axnet_start_xmit() 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() 1117 inb_p(e8390_base + EN0_IMR)); in ax_interrupt() 1191 outb_p(ENISR_ALL, e8390_base + EN0_IMR); in ax_interrupt() 1654 outb_p(0x00, e8390_base + EN0_IMR); in AX88190_init() 1679 outb_p(ENISR_ALL, e8390_base + EN0_IMR); in AX88190_init()
|
H A D | wd.c | 290 outb(0x00, nic_addr+EN0_IMR); /* Disable all intrs. */ in wd_probe1() 293 outb_p(0xff, nic_addr + EN0_IMR); /* Enable all interrupts. */ in wd_probe1() 300 outb_p(0x00, nic_addr+EN0_IMR); /* Mask all intrs. again. */ in wd_probe1()
|
H A D | ne.c | 375 {0x00, EN0_IMR}, /* Mask completion irq. */ in ne_probe1() 473 outb_p(0x50, ioaddr + EN0_IMR); /* Enable one interrupt. */ in ne_probe1() 478 outb_p(0x00, ioaddr + EN0_IMR); /* Mask it again. */ in ne_probe1()
|
H A D | 8390.h | 191 #define EN0_IMR EI_SHIFT(0x0f) /* Interrupt mask reg WR */ macro
|
H A D | ne2k-pci.c | 328 {0x00, EN0_IMR}, in ne2k_pci_init_one()
|
H A D | pcnet_cs.c | 338 {0x00, EN0_IMR}, /* Mask completion irq. */ in get_prom()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/ |
H A D | lib8390.c | 325 ei_outb_p(0x00, e8390_base + EN0_IMR); in __ei_start_xmit() 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() 447 ei_inb_p(e8390_base + EN0_IMR)); in __ei_interrupt() 1042 ei_outb_p(0x00, e8390_base + EN0_IMR); in __NS8390_init() 1063 ei_outb_p(ENISR_ALL, e8390_base + EN0_IMR); in __NS8390_init()
|
H A D | axnet_cs.c | 201 {0x00, EN0_IMR}, /* Mask completion irq. */ in get_prom() 973 outb_p(0x00, e8390_base + EN0_IMR); in axnet_start_xmit() 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() 1117 inb_p(e8390_base + EN0_IMR)); in ax_interrupt() 1191 outb_p(ENISR_ALL, e8390_base + EN0_IMR); in ax_interrupt() 1654 outb_p(0x00, e8390_base + EN0_IMR); in AX88190_init() 1679 outb_p(ENISR_ALL, e8390_base + EN0_IMR); in AX88190_init()
|
H A D | wd.c | 291 outb(0x00, nic_addr+EN0_IMR); /* Disable all intrs. */ in wd_probe1() 294 outb_p(0xff, nic_addr + EN0_IMR); /* Enable all interrupts. */ in wd_probe1() 301 outb_p(0x00, nic_addr+EN0_IMR); /* Mask all intrs. again. */ in wd_probe1()
|
H A D | ne.c | 374 {0x00, EN0_IMR}, /* Mask completion irq. */ in ne_probe1() 472 outb_p(0x50, ioaddr + EN0_IMR); /* Enable one interrupt. */ in ne_probe1() 477 outb_p(0x00, ioaddr + EN0_IMR); /* Mask it again. */ in ne_probe1()
|
H A D | 8390.h | 193 #define EN0_IMR EI_SHIFT(0x0f) /* Interrupt mask reg WR */ macro
|
H A D | ne2k-pci.c | 329 {0x00, EN0_IMR}, in ne2k_pci_init_one()
|
H A D | pcnet_cs.c | 340 {0x00, EN0_IMR}, /* Mask completion irq. */ in get_prom()
|
Completed in 20 milliseconds