Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dar9003_calib.c1393 u32 agc_ctrl = 0, agc_supp_cals = AR_PHY_AGC_CONTROL_OFFSET_CAL | in ar9003_hw_init_cal_pcoem() local
1418 agc_ctrl = REG_READ(ah, AR_PHY_AGC_CONTROL); in ar9003_hw_init_cal_pcoem()
1419 agc_supp_cals &= agc_ctrl; in ar9003_hw_init_cal_pcoem()
1420 agc_ctrl &= ~(AR_PHY_AGC_CONTROL_OFFSET_CAL | in ar9003_hw_init_cal_pcoem()
1423 REG_WRITE(ah, AR_PHY_AGC_CONTROL, agc_ctrl); in ar9003_hw_init_cal_pcoem()
1500 agc_ctrl |= agc_supp_cals; in ar9003_hw_init_cal_pcoem()
1501 REG_WRITE(ah, AR_PHY_AGC_CONTROL, agc_ctrl); in ar9003_hw_init_cal_pcoem()