Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dlan9118reg.h33 #define LAN9118_ID_9115 0x0115 macro
46 #define IS_LAN9118(id) ((id) >= LAN9118_ID_9115 && (id) <= LAN9118_ID_9118)
Dlan9118.c250 if (sc->sc_id == LAN9118_ID_9115 || sc->sc_id == LAN9118_ID_9117 || in lan9118_attach()