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

  /src/sys/dev/ic/
atppc.c 70 static int (*chipset_detect[])(struct atppc_softc *) = { variable in typeref:typename:int (* [])(struct atppc_softc *)
366 for (i = 0; chipset_detect[i] != NULL; i++) {
367 if ((mode = chipset_detect[i](atppc)) != -1) {
atppc.c 70 static int (*chipset_detect[])(struct atppc_softc *) = { variable in typeref:typename:int (* [])(struct atppc_softc *)
366 for (i = 0; chipset_detect[i] != NULL; i++) {
367 if ((mode = chipset_detect[i](atppc)) != -1) {

Completed in 25 milliseconds