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

/netbsd-current/sys/dev/ic/
H A Dlan9118reg.h47 #define IS_LAN9218(id) ((id) >= LAN9218_ID_9215 && (id) <= LAN9218_ID_9218) macro
H A Dlan9118.c178 (IS_LAN9118(id) ? (id) : (IS_LAN9218(id) ? ((id) >> 4) + 0x100 : (id) & 0xfff))

Completed in 105 milliseconds