Lines Matching refs:amdtemp_softc
149 struct amdtemp_softc { struct
167 static void amdtemp_k8_init(struct amdtemp_softc *, pcireg_t); argument
168 static void amdtemp_k8_setup_sensors(struct amdtemp_softc *, int);
171 static void amdtemp_family10_init(struct amdtemp_softc *);
172 static void amdtemp_family10_setup_sensors(struct amdtemp_softc *, int);
175 CFATTACH_DECL_NEW(amdtemp, sizeof(struct amdtemp_softc),
218 struct amdtemp_softc *sc = device_private(self); in amdtemp_attach()
341 struct amdtemp_softc *sc = device_private(self); in amdtemp_detach()
354 amdtemp_k8_init(struct amdtemp_softc *sc, pcireg_t cpu_signature) in amdtemp_k8_init()
407 amdtemp_k8_setup_sensors(struct amdtemp_softc *sc, int dv_unit) in amdtemp_k8_setup_sensors()
430 struct amdtemp_softc *sc = sme->sme_cookie; in amdtemp_k8_refresh()
473 amdtemp_family10_init(struct amdtemp_softc *sc) in amdtemp_family10_init()
481 amdtemp_family10_setup_sensors(struct amdtemp_softc *sc, int dv_unit) in amdtemp_family10_setup_sensors()
501 struct amdtemp_softc *sc = sme->sme_cookie; in amdtemp_family10_refresh()