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

/netbsd-current/sys/arch/x68k/stand/boot/
H A Dne.c70 #define NIC_PORT(x) (NE_BASEREG + (x) * 2) macro
71 #define NIC_INB(x) inb(NIC_PORT(x))
72 #define NIC_OUTB(x, b) outb(NIC_PORT(x), (b))

Completed in 81 milliseconds