Home
last modified time | relevance | path

Searched refs:LAN9118_ID_REV_ID (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/ic/
Dlan9118reg.h63 #define LAN9118_ID_REV_ID(x) (((x) >> 16) & 0xffff) macro
Dlan9118.c174 sc->sc_id = LAN9118_ID_REV_ID(val); in lan9118_attach()