Home
last modified time | relevance | path

Searched refs:TEMP_CAL (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/media/dvb-frontends/
Ddib0090.c84 #define TEMP_CAL 0x4 macro
1591 …state->calibrate = DC_CAL | WBD_CAL | TEMP_CAL; /* enable iq-offset-calibration and wbd-calibratio… in dib0090_reset()
2219 state->calibrate &= ~TEMP_CAL; in dib0090_get_temperature()
2253 if (state->calibrate & (DC_CAL | TEMP_CAL | WBD_CAL)) in dib0090_tune()
2267 } else if (state->calibrate & TEMP_CAL) in dib0090_tune()
2510 state->calibrate |= TEMP_CAL; in dib0090_tune()