Searched refs:AR_PHY_CL_CAL_ENABLE (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/net/wireless/ath/ath9k/ |
D | ar9003_calib.c | 373 AR_PHY_CL_CAL_ENABLE); in ar9003_hw_dynamic_osdac_selection() 1442 AR_PHY_CL_CAL_ENABLE); in ar9003_hw_init_cal_pcoem() 1445 AR_PHY_CL_CAL_ENABLE); in ar9003_hw_init_cal_pcoem() 1477 if (REG_READ(ah, AR_PHY_CL_CAL_CTL) & AR_PHY_CL_CAL_ENABLE) { in ar9003_hw_init_cal_pcoem() 1500 if (REG_READ(ah, AR_PHY_CL_CAL_CTL) & AR_PHY_CL_CAL_ENABLE) { in ar9003_hw_init_cal_pcoem() 1591 REG_SET_BIT(ah, AR_PHY_CL_CAL_CTL, AR_PHY_CL_CAL_ENABLE); in ar9003_hw_init_cal_soc()
|
D | ar9002_calib.c | 751 REG_SET_BIT(ah, AR_PHY_CL_CAL_CTL, AR_PHY_CL_CAL_ENABLE); in ar9285_hw_cl_cal() 768 REG_CLR_BIT(ah, AR_PHY_CL_CAL_CTL, AR_PHY_CL_CAL_ENABLE); in ar9285_hw_cl_cal() 783 REG_CLR_BIT(ah, AR_PHY_CL_CAL_CTL, AR_PHY_CL_CAL_ENABLE); in ar9285_hw_cl_cal()
|
D | ar9002_phy.h | 557 #define AR_PHY_CL_CAL_ENABLE 0x00000002 macro
|
D | ar9003_phy.h | 761 #define AR_PHY_CL_CAL_ENABLE 0x00000002 macro
|
D | ar9003_phy.c | 721 if (REG_READ(ah, AR_PHY_CL_CAL_CTL) & AR_PHY_CL_CAL_ENABLE) in ar9003_hw_override_ini()
|