Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/dvb-frontends/
Ddib0090.c68 #define TEMP_CAL 0x4 macro
1587 …state->calibrate = DC_CAL | WBD_CAL | TEMP_CAL; /* enable iq-offset-calibration and wbd-calibratio… 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()