Home
last modified time | relevance | path

Searched defs:amdtemp_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/amdtemp/
H A Damdtemp.c80 struct amdtemp_softc { struct
81 int sc_ncores;
82 int sc_ntemps;
83 int sc_flags;
87 int32_t sc_offset;
88 int32_t sc_temp_base;
89 int32_t (*sc_gettemp)(device_t, amdsensor_t);
90 struct sysctl_oid *sc_sysctl_cpu[MAXCPU];
91 struct intr_config_hook sc_ich;
92 device_t sc_smn;
[all …]