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

/openbsd-current/sys/dev/ic/
H A Dsmc91cxxreg.h387 #define RR_ID(x) (((x) >> 4) & 0x0f) macro
H A Dsmc91cxx.c200 sc->sc_chipid = RR_ID(tmp);
206 idstr = smc91cxx_idstrs[RR_ID(tmp)];
/openbsd-current/sys/dev/isa/
H A Dif_sm_isa.c130 if (smc91cxx_idstrs[RR_ID(tmp)] == NULL)

Completed in 995 milliseconds