Home
last modified time | relevance | path

Searched refs:ASMC_MAXFANS (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/asmc/
H A Dasmcvar.h30 #define ASMC_MAXFANS 6 macro
47 struct sysctl_oid *sc_fan_tree[ASMC_MAXFANS+1];
H A Dasmc.c807 if (sc->sc_nfan > ASMC_MAXFANS) { in asmc_init()
810 ASMC_MAXFANS); in asmc_init()
811 sc->sc_nfan = ASMC_MAXFANS; in asmc_init()