Home
last modified time | relevance | path

Searched refs:pilot_mask (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H A Dphy.c1908 u32 pilot_mask[2] = {0, 0}; in ath5k_hw_set_spur_mitigation_filter() local
2033 pilot_mask[0] |= 1 << curr_sym_off; in ath5k_hw_set_spur_mitigation_filter()
2035 pilot_mask[0] |= 1 << (curr_sym_off - 1); in ath5k_hw_set_spur_mitigation_filter()
2037 pilot_mask[1] |= 1 << (curr_sym_off - 33); in ath5k_hw_set_spur_mitigation_filter()
2074 ath5k_hw_reg_write(ah, pilot_mask[0], AR5K_PHY_TIMING_7); in ath5k_hw_set_spur_mitigation_filter()
2077 pilot_mask[1]); in ath5k_hw_set_spur_mitigation_filter()
2079 ath5k_hw_reg_write(ah, pilot_mask[0], AR5K_PHY_TIMING_9); in ath5k_hw_set_spur_mitigation_filter()
2082 pilot_mask[1]); in ath5k_hw_set_spur_mitigation_filter()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H A Dphy.c1905 u32 pilot_mask[2] = {0, 0}; in ath5k_hw_set_spur_mitigation_filter() local
2030 pilot_mask[0] |= 1 << curr_sym_off; in ath5k_hw_set_spur_mitigation_filter()
2032 pilot_mask[0] |= 1 << (curr_sym_off - 1); in ath5k_hw_set_spur_mitigation_filter()
2034 pilot_mask[1] |= 1 << (curr_sym_off - 33); in ath5k_hw_set_spur_mitigation_filter()
2071 ath5k_hw_reg_write(ah, pilot_mask[0], AR5K_PHY_TIMING_7); in ath5k_hw_set_spur_mitigation_filter()
2074 pilot_mask[1]); in ath5k_hw_set_spur_mitigation_filter()
2076 ath5k_hw_reg_write(ah, pilot_mask[0], AR5K_PHY_TIMING_9); in ath5k_hw_set_spur_mitigation_filter()
2079 pilot_mask[1]); in ath5k_hw_set_spur_mitigation_filter()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dar5008_phy.c307 int pilot_mask = 0; in ar5008_hw_cmn_spur_mitigate() local
313 pilot_mask = pilot_mask | 0x1 << bp; in ar5008_hw_cmn_spur_mitigate()
319 REG_WRITE(ah, pilot_mask_reg[i], pilot_mask); in ar5008_hw_cmn_spur_mitigate()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dar5008_phy.c300 int pilot_mask = 0; in ar5008_hw_cmn_spur_mitigate() local
306 pilot_mask = pilot_mask | 0x1 << bp; in ar5008_hw_cmn_spur_mitigate()
312 REG_WRITE(ah, pilot_mask_reg[i], pilot_mask); in ar5008_hw_cmn_spur_mitigate()

Completed in 12 milliseconds