Home
last modified time | relevance | path

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

/freebsd/sys/dev/amdtemp/
H A Damdtemp.c81 int sc_ncores; member
502 sc->sc_ncores = (amd_feature2 & AMDID2_CMP) != 0 ? in amdtemp_attach()
504 if (sc->sc_ncores > MAXCPU) in amdtemp_attach()
513 sc->sc_ncores, in amdtemp_attach()
514 sc->sc_ntemps > 1 ? sc->sc_ntemps * sc->sc_ncores : 1); in amdtemp_attach()
555 if (sc->sc_ncores > 1) { in amdtemp_attach()
611 for (i = 0; i < sc->sc_ncores; i++) { in amdtemp_intrhook()
615 device_get_unit(dev) * sc->sc_ncores + i); in amdtemp_intrhook()
639 for (i = 0; i < sc->sc_ncores; i++) in amdtemp_detach()