Searched refs:TEMP_CAL (Results 1 – 1 of 1) sorted by relevance
68 #define TEMP_CAL 0x4 macro 1587 state->calibrate = DC_CAL | WBD_CAL | TEMP_CAL; /* enable iq-offset-calibration and wbd-calibration when tuning next time */ in dib0090_reset() 2218 state->calibrate &= ~TEMP_CAL; in dib0090_get_temperature() 2252 if (state->calibrate & (DC_CAL | TEMP_CAL | WBD_CAL)) in dib0090_tune() 2266 } else if (state->calibrate & TEMP_CAL) in dib0090_tune() 2502 state->calibrate |= TEMP_CAL; in dib0090_tune()