Searched refs:flags (Results 1 - 6 of 6) sorted by relevance

/k10sensor/src/
H A Dcommon.c287 * this includes v->{t_case_max, diode_offset, flags[HTC_THERMTRIP]}.
298 v->flags &= ~HTC_THERMTRIP;
304 v->flags |= HTC_THERMTRIP;
385 * v->flags[HTC_CAPABLE,LHTC_CAPABLE,DC_0Fh].
394 v->flags &= ~HTC_CAPABLE;
395 v->flags &= ~LHTC_CAPABLE;
396 v->flags &= ~DC_0Fh;
404 v->flags |= DC_0Fh;
409 v->flags |= HTC_CAPABLE;
415 v->flags |
[all...]
H A Dk10s_kstats.c121 v->flags & HTC_THERMTRIP ? "enabled" : "n/a");
123 v->flags & HTC_CAPABLE ? "yes" : "no");
127 v->limits[HTC].flags & TC_ENABLED ? "enabled" : "disabled");
129 v->limits[HTC].flags & TC_SLEWED ? "yes" : "no");
133 v->limits[STC].flags & TC_ENABLED ? "enabled" : "disabled");
135 v->limits[STC].flags & TC_SLEWED ? "yes" : "no");
142 if (v->flags & DC_0Fh) {
H A Dk10sensor.h81 /* state flags: see TC_*. */
82 uint32_t flags; member in struct:tc_limit
107 /* HTC_* flags */
108 uint16_t flags; member in struct:cpu_vars
128 /** Populate v->{flags[HTC_THERMTRIP], t_case_max, diode_offset} from the
132 /** Populate v->flags[HTC_CAPABLE,LHTC_CAPABLE,DC_0Fh] from the
139 * register based on v->{xfamilyModel, flags[HTC_CAPABLE,LHTC_CAPABLE]} */
H A Dk10sensor_link.c49 int flags; /* TYPE_{EXACT,RE,PARTIAL}, DRV_{EXACT,RE} */ member in struct:devfsadm_create
H A Dk10sensor_info.c198 if (v->flags & DC_0Fh) {
H A Dk10sensor.c77 D_MP | D_64BIT, /* flags */
449 if (v->flags & DC_0Fh) {

Completed in 8 milliseconds