HomeSort by: relevance | last modified time | path
    Searched defs:lmtemptbl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2c/
lm75.c 130 } lmtemptbl[] = { variable in typeref:typename:const struct __anon43fe64cc0208[]
175 for (i = 0; i < __arraycount(lmtemptbl); i++) {
180 if (i == __arraycount(lmtemptbl)) {
184 if ((ia->ia_addr & lmtemptbl[i].lmtemp_addrmask) ==
185 lmtemptbl[i].lmtemp_addr)
207 for (i = 0; i < __arraycount(lmtemptbl); i++) {
212 KASSERT(i < __arraycount(lmtemptbl));
221 lmtemptbl[i].lmtemp_name);
224 lmtemptbl[i].lmtemp_name);
227 sc->sc_lmtemp_decode = lmtemptbl[i].lmtemp_decode
    [all...]
lm75.c 130 } lmtemptbl[] = { variable in typeref:typename:const struct __anon43fe64cc0208[]
175 for (i = 0; i < __arraycount(lmtemptbl); i++) {
180 if (i == __arraycount(lmtemptbl)) {
184 if ((ia->ia_addr & lmtemptbl[i].lmtemp_addrmask) ==
185 lmtemptbl[i].lmtemp_addr)
207 for (i = 0; i < __arraycount(lmtemptbl); i++) {
212 KASSERT(i < __arraycount(lmtemptbl));
221 lmtemptbl[i].lmtemp_name);
224 lmtemptbl[i].lmtemp_name);
227 sc->sc_lmtemp_decode = lmtemptbl[i].lmtemp_decode
    [all...]

Completed in 21 milliseconds