Home | History | Annotate | Download | only in pci

Lines Matching defs:family

82  * Reported Temperature, Family 15h, M60+
84 * Same register bit definitions as other Family 15h CPUs, but access is
85 * indirect via SMN, like Family 17h.
90 * Reported Temperature, Family 17h
156 /* Got AMD family 17h system management network */
166 int family, model;
172 family = CPUID_TO_FAMILY(ci->ci_signature);
175 aprint_normal(": AMD CPU Temperature Sensors (Family %xh)", family);
179 amdzentemp_init(sc, family, model);
205 switch (family) {
257 amdzentemp_init(struct amdzentemp_softc *sc, int family, int model)
260 sc->sc_numsensors = 1 + amdzentemp_probe_ccd_sensors(sc, family, model);
310 * On Family 15h and higher, if CurTmpTjSel is 11b, the range is
312 * documented in BKDGs prior to family 15h model 00h.)
391 "Unrecognized Family 17h Model: %02xh\n", model);
426 "Unrecognized Family 19h Model: %02xh\n", model);
457 "Unrecognized Family 19h Model: %02xh\n", model);
465 amdzentemp_probe_ccd_sensors(struct amdzentemp_softc *sc, int family, int model)
469 switch (family) {