Searched refs:ASIC_PORT (Results 1 – 1 of 1) sorted by relevance
84 #define ASIC_PORT(x) (NE_ASIC_BASEREG + (x) * 2) macro85 #define ASIC_INB(x) inb(ASIC_PORT(x))86 #define ASIC_INW(x) inw(ASIC_PORT(x))87 #define ASIC_OUTB(x, b) outb(ASIC_PORT(x), (b))88 #define ASIC_OUTW(x, b) outw(ASIC_PORT(x), (b))