Home | Sort by: relevance | last modified time | path |
/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) { |