Searched refs:LAN9118_ID_REV_ID (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/dev/ic/ | ||
| D | lan9118reg.h | 63 #define LAN9118_ID_REV_ID(x) (((x) >> 16) & 0xffff) macro |
| D | lan9118.c | 174 sc->sc_id = LAN9118_ID_REV_ID(val); in lan9118_attach() |