Searched refs:EN0_IMR (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/8390/ |
D | lib8390.c | 323 ei_outb_p(0x00, e8390_base + EN0_IMR); in __ei_start_xmit() 367 ei_outb_p(ENISR_ALL, e8390_base + EN0_IMR); in __ei_start_xmit() 402 ei_outb_p(ENISR_ALL, e8390_base + EN0_IMR); in __ei_start_xmit() 445 ei_inb_p(e8390_base + EN0_IMR)); in __ei_interrupt() 1037 ei_outb_p(0x00, e8390_base + EN0_IMR); in __NS8390_init() 1058 ei_outb_p(ENISR_ALL, e8390_base + EN0_IMR); in __NS8390_init()
|
D | axnet_cs.c | 200 {0x00, EN0_IMR}, /* Mask completion irq. */ in get_prom() 970 outb_p(0x00, e8390_base + EN0_IMR); in axnet_start_xmit() 1018 outb_p(ENISR_ALL, e8390_base + EN0_IMR); in axnet_start_xmit() 1063 outb_p(ENISR_ALL, e8390_base + EN0_IMR); in axnet_start_xmit() 1114 inb_p(e8390_base + EN0_IMR)); in ax_interrupt() 1188 outb_p(ENISR_ALL, e8390_base + EN0_IMR); in ax_interrupt() 1648 outb_p(0x00, e8390_base + EN0_IMR); in AX88190_init() 1673 outb_p(ENISR_ALL, e8390_base + EN0_IMR); in AX88190_init()
|
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()
|
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()
|
D | 8390.h | 180 #define EN0_IMR EI_SHIFT(0x0f) /* Interrupt mask reg WR */ macro
|
D | ne2k-pci.c | 318 {0x00, EN0_IMR}, /* Mask completion irq. */ in ne2k_pci_init_one()
|
D | pcnet_cs.c | 333 {0x00, EN0_IMR}, /* Mask completion irq. */ in get_prom()
|