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

  /src/sys/dev/ic/
nslm7x.c 107 int (*chip_match)(struct lm_softc *); member in struct:lm_chip
2201 if ((rv = lm_chips[i].chip_match(lmsc)) != 0)
2234 if (lm_chips[i].chip_match(lmsc) != 0) {
nslm7x.c 107 int (*chip_match)(struct lm_softc *); member in struct:lm_chip
2201 if ((rv = lm_chips[i].chip_match(lmsc)) != 0)
2234 if (lm_chips[i].chip_match(lmsc) != 0) {

Completed in 63 milliseconds