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

/netbsd-current/sys/dev/ic/
H A Dnslm7x.c111 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 134 milliseconds