Searched refs:sc_bits (Results 1 – 2 of 2) sorted by relevance
62 int sc_bits; member185 sc->sc_bits = 9; in lmtemp_attach()189 sc->sc_bits = 13; in lmtemp_attach()192 sc->sc_bits = 13; in lmtemp_attach()235 *valp = betoh16(data) / (1 << (16 - sc->sc_bits)); in lmtemp_temp_read()
71 LIST_HEAD(, octcib_intrhand) sc_bits[CIB_MAXBITS];143 LIST_INIT(&sc->sc_bits[i]); in octcib_attach()210 LIST_INSERT_HEAD(&sc->sc_bits[bit], cih, cih_list); in octcib_establish()239 LIST_FOREACH(tmp, &sc->sc_bits[bit], cih_list) { in octcib_disestablish()252 if (LIST_EMPTY(&sc->sc_bits[bit])) { in octcib_disestablish()297 LIST_FOREACH(cih, &sc->sc_bits[bit], cih_list) { in octcib_intr()