Searched refs:NE_RESET (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/8390/ |
D | zorro8390.c | 49 #define NE_RESET (0x1f * 2) /* Issue a read to reset, macro 88 z_writeb(z_readb(NE_BASE + NE_RESET), NE_BASE + NE_RESET); in zorro8390_reset_8390() 301 z_writeb(z_readb(ioaddr + NE_RESET), ioaddr + NE_RESET); in zorro8390_init()
|
D | apne.c | 53 #define NE_RESET 0x1f /* Issue a read to reset, a write to clear. */ macro 214 outb(inb(ioaddr + NE_RESET), ioaddr + NE_RESET); in apne_probe1() 358 outb(inb(NE_BASE + NE_RESET), NE_BASE + NE_RESET); in apne_reset_8390()
|
D | ne2k-pci.c | 168 #define NE_RESET 0x1f /* Issue a read to reset, a write to clear. */ macro 286 outb(inb(ioaddr + NE_RESET), ioaddr + NE_RESET); in ne2k_pci_init_one() 469 outb(inb(NE_BASE + NE_RESET), NE_BASE + NE_RESET); in ne2k_pci_reset_8390()
|
D | ne.c | 158 #define NE_RESET 0x1f /* Issue a read to reset, a write to clear. */ macro 346 outb(inb(ioaddr + NE_RESET), ioaddr + NE_RESET); in ne_probe1() 554 outb(inb(NE_BASE + NE_RESET), NE_BASE + NE_RESET); in ne_reset_8390()
|
D | mcf8390.c | 26 #define NE_RESET 0x1f /* Issue a read to reset ,a write to clear */ macro 157 ei_outb(ei_inb(addr + NE_RESET), addr + NE_RESET); in mcf8390_reset_8390()
|
D | ax88796.c | 67 #define NE_RESET EI_SHIFT(0x1f) macro 154 ei_outb(ei_inb(addr + NE_RESET), addr + NE_RESET); in ax_reset_8390()
|
D | xsurf100.c | 47 #define NE_RESET EI_SHIFT(0x1f) macro
|