Home
last modified time | relevance | path

Searched refs:EN0_IMR (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/8390/
Dlib8390.c323 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()
Daxnet_cs.c200 {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()
Dwd.c290 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()
Dne.c375 {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()
D8390.h180 #define EN0_IMR EI_SHIFT(0x0f) /* Interrupt mask reg WR */ macro
Dne2k-pci.c318 {0x00, EN0_IMR}, /* Mask completion irq. */ in ne2k_pci_init_one()
Dpcnet_cs.c333 {0x00, EN0_IMR}, /* Mask completion irq. */ in get_prom()