Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_calib.c1346 if (!caldata || !(ah->enabled_cals & TX_CL_CAL)) in ar9003_hw_cl_cal_post_proc()
1439 if (ah->enabled_cals & TX_CL_CAL) { in ar9003_hw_init_cal_pcoem()
1590 if (ah->enabled_cals & TX_CL_CAL) { in ar9003_hw_init_cal_soc()
H A Dar9003_phy.c722 ah->enabled_cals |= TX_CL_CAL; in ar9003_hw_override_ini()
724 ah->enabled_cals &= ~TX_CL_CAL; in ar9003_hw_override_ini()
H A Dhw.h766 TX_CL_CAL = BIT(2), enumerator