DC_CAL
state->calibrate = DC_CAL | WBD_CAL | TEMP_CAL; /* enable iq-offset-calibration and wbd-calibration when tuning next time */
state->calibrate &= ~DC_CAL;
if (state->calibrate & (DC_CAL | TEMP_CAL | WBD_CAL))
if (state->calibrate & DC_CAL)