Searched refs:ASIC_PORT (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/x68k/stand/boot/
H A Dne.c84 #define ASIC_PORT(x) (NE_ASIC_BASEREG + (x) * 2) macro
85 #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))

Completed in 182 milliseconds