Searched refs:pilot_mask (Results 1 – 3 of 3) sorted by relevance
296 int pilot_mask = 0; in ar9002_hw_spur_mitigate() local301 pilot_mask = pilot_mask | 0x1 << bp; in ar9002_hw_spur_mitigate()307 REG_WRITE(ah, pilot_mask_reg[i], pilot_mask); in ar9002_hw_spur_mitigate()
343 int pilot_mask = 0; in ar5008_hw_spur_mitigate() local348 pilot_mask = pilot_mask | 0x1 << bp; in ar5008_hw_spur_mitigate()354 REG_WRITE(ah, pilot_mask_reg[i], pilot_mask); in ar5008_hw_spur_mitigate()
1912 u32 pilot_mask[2] = {0, 0}; in ath5k_hw_set_spur_mitigation_filter() local2037 pilot_mask[0] |= 1 << curr_sym_off; in ath5k_hw_set_spur_mitigation_filter()2039 pilot_mask[0] |= 1 << (curr_sym_off - 1); in ath5k_hw_set_spur_mitigation_filter()2041 pilot_mask[1] |= 1 << (curr_sym_off - 33); in ath5k_hw_set_spur_mitigation_filter()2078 ath5k_hw_reg_write(ah, pilot_mask[0], AR5K_PHY_TIMING_7); in ath5k_hw_set_spur_mitigation_filter()2081 pilot_mask[1]); in ath5k_hw_set_spur_mitigation_filter()2083 ath5k_hw_reg_write(ah, pilot_mask[0], AR5K_PHY_TIMING_9); in ath5k_hw_set_spur_mitigation_filter()2086 pilot_mask[1]); in ath5k_hw_set_spur_mitigation_filter()