Searched refs:enabled_cals (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Dar9003_calib.c323 ah->enabled_cals |= TX_IQ_CAL; ar9003_hw_init_cal_settings()
325 ah->enabled_cals |= TX_IQ_ON_AGC_CAL; ar9003_hw_init_cal_settings()
1356 if (!caldata || !(ah->enabled_cals & TX_CL_CAL)) ar9003_hw_cl_cal_post_proc()
1429 if (ah->enabled_cals & TX_CL_CAL) { ar9003_hw_init_cal_pcoem()
1441 !(ah->enabled_cals & TX_IQ_CAL)) ar9003_hw_init_cal_pcoem()
1453 if (ah->enabled_cals & TX_IQ_ON_AGC_CAL) { ar9003_hw_init_cal_pcoem()
1596 if (ah->enabled_cals & TX_CL_CAL) { ar9003_hw_init_cal_soc()
1613 if (ah->enabled_cals & TX_IQ_ON_AGC_CAL) { ar9003_hw_init_cal_soc()
H A Dar9003_phy.c741 ah->enabled_cals |= TX_IQ_CAL; ar9003_hw_override_ini()
743 ah->enabled_cals &= ~TX_IQ_CAL; ar9003_hw_override_ini()
748 ah->enabled_cals |= TX_CL_CAL; ar9003_hw_override_ini()
750 ah->enabled_cals &= ~TX_CL_CAL; ar9003_hw_override_ini()
H A Dhw.h865 u8 enabled_cals; member in struct:ath_hw

Completed in 157 milliseconds