Searched refs:NE_RESET (Results 1 – 7 of 7) sorted by relevance
/drivers/net/ethernet/8390/ |
D | zorro8390.c | 54 #define NE_RESET (0x1f * 2) /* Issue a read to reset, macro 93 z_writeb(z_readb(NE_BASE + NE_RESET), NE_BASE + NE_RESET); in zorro8390_reset_8390() 306 z_writeb(z_readb(ioaddr + NE_RESET), ioaddr + NE_RESET); in zorro8390_init()
|
D | apne.c | 58 #define NE_RESET 0x1f /* Issue a read to reset, a write to clear. */ macro 224 outb(inb(ioaddr + NE_RESET), ioaddr + NE_RESET); in apne_probe1() 369 outb(inb(NE_BASE + NE_RESET), NE_BASE + NE_RESET); in apne_reset_8390()
|
D | ne2k-pci.c | 160 #define NE_RESET 0x1f /* Issue a read to reset, a write to clear. */ macro 292 outb(inb(ioaddr + NE_RESET), ioaddr + NE_RESET); in ne2k_pci_init_one() 462 outb(inb(NE_BASE + NE_RESET), NE_BASE + NE_RESET); in ne2k_pci_reset_8390()
|
D | ne.c | 159 #define NE_RESET 0x1f /* Issue a read to reset, a write to clear. */ macro 347 outb(inb(ioaddr + NE_RESET), ioaddr + NE_RESET); in ne_probe1() 557 outb(inb(NE_BASE + NE_RESET), NE_BASE + NE_RESET); in ne_reset_8390()
|
D | mcf8390.c | 28 #define NE_RESET 0x1f /* Issue a read to reset ,a write to clear */ macro 159 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 147 ei_outb(ei_inb(addr + NE_RESET), addr + NE_RESET); in ax_reset_8390()
|
D | xsurf100.c | 52 #define NE_RESET EI_SHIFT(0x1f) macro
|