Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
De2100.c62 #define E21_ASIC 0x10 macro
172 outb(0, ioaddr + E21_ASIC); /* and disable the secondary interface. */ in e21_probe1()
269 outb(0, ioaddr + E21_ASIC + (dev->irq & 7)); in e21_open()
271 outb(0, ioaddr + E21_ASIC + (dev->irq > 7 ? 1:0) in e21_open()
274 outb(0, ioaddr + E21_ASIC + ((dev->mem_start >> 17) & 7)); in e21_open()
364 outb(0, ioaddr + E21_ASIC); in e21_close()
366 outb(0, ioaddr + E21_ASIC); in e21_close()