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

  /src/sys/dev/ic/
nslm7x.c 111 static struct lm_chip lm_chips[] = { variable in typeref:struct:lm_chip[]
2200 for (i = 0; i < __arraycount(lm_chips); i++)
2201 if ((rv = lm_chips[i].chip_match(lmsc)) != 0)
2233 for (i = 0; i < __arraycount(lm_chips); i++) {
2234 if (lm_chips[i].chip_match(lmsc) != 0) {
2235 if (lm_chips[i].chip_attach(lmsc) == 0)
nslm7x.c 111 static struct lm_chip lm_chips[] = { variable in typeref:struct:lm_chip[]
2200 for (i = 0; i < __arraycount(lm_chips); i++)
2201 if ((rv = lm_chips[i].chip_match(lmsc)) != 0)
2233 for (i = 0; i < __arraycount(lm_chips); i++) {
2234 if (lm_chips[i].chip_match(lmsc) != 0) {
2235 if (lm_chips[i].chip_attach(lmsc) == 0)

Completed in 135 milliseconds