Searched refs:agc_ctrl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_calib.c | 1406 u32 agc_ctrl = 0, agc_supp_cals = AR_PHY_AGC_CONTROL_OFFSET_CAL | in ar9003_hw_init_cal_pcoem() local 1431 agc_ctrl = REG_READ(ah, AR_PHY_AGC_CONTROL); in ar9003_hw_init_cal_pcoem() 1432 agc_supp_cals &= agc_ctrl; in ar9003_hw_init_cal_pcoem() 1433 agc_ctrl &= ~(AR_PHY_AGC_CONTROL_OFFSET_CAL | in ar9003_hw_init_cal_pcoem() 1436 REG_WRITE(ah, AR_PHY_AGC_CONTROL, agc_ctrl); in ar9003_hw_init_cal_pcoem() 1513 agc_ctrl |= agc_supp_cals; in ar9003_hw_init_cal_pcoem() 1514 REG_WRITE(ah, AR_PHY_AGC_CONTROL, agc_ctrl); in ar9003_hw_init_cal_pcoem()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_calib.c | 1402 u32 agc_ctrl = 0, agc_supp_cals = AR_PHY_AGC_CONTROL_OFFSET_CAL | in ar9003_hw_init_cal_pcoem() local 1427 agc_ctrl = REG_READ(ah, AR_PHY_AGC_CONTROL(ah)); in ar9003_hw_init_cal_pcoem() 1428 agc_supp_cals &= agc_ctrl; in ar9003_hw_init_cal_pcoem() 1429 agc_ctrl &= ~(AR_PHY_AGC_CONTROL_OFFSET_CAL | in ar9003_hw_init_cal_pcoem() 1432 REG_WRITE(ah, AR_PHY_AGC_CONTROL(ah), agc_ctrl); in ar9003_hw_init_cal_pcoem() 1509 agc_ctrl |= agc_supp_cals; in ar9003_hw_init_cal_pcoem() 1510 REG_WRITE(ah, AR_PHY_AGC_CONTROL(ah), agc_ctrl); in ar9003_hw_init_cal_pcoem()
|
Completed in 5 milliseconds