Searched refs:bb_spur (Results 1 – 2 of 2) sorted by relevance
580 int bb_spur = AR_NO_SPUR; in ar9280SpurMitigate() local625 bb_spur = cur_bb_spur; in ar9280SpurMitigate()630 bb_spur = cur_bb_spur; in ar9280SpurMitigate()635 if (AR_NO_SPUR == bb_spur) { in ar9280SpurMitigate()655 bin = bb_spur * 320; in ar9280SpurMitigate()674 if (bb_spur < 0) { in ar9280SpurMitigate()676 bb_spur_off = bb_spur + 10; in ar9280SpurMitigate()679 bb_spur_off = bb_spur - 10; in ar9280SpurMitigate()683 bb_spur_off = bb_spur; in ar9280SpurMitigate()691 spur_delta_phase = ((bb_spur * 262144) / 10) & AR_PHY_TIMING11_SPUR_DELTA_PHASE; in ar9280SpurMitigate()[all …]
647 int bb_spur = AR_NO_SPUR; in ar5416SpurMitigate() local677 bb_spur = cur_bb_spur; in ar5416SpurMitigate()681 if (AR_NO_SPUR == bb_spur) in ar5416SpurMitigate()684 bin = bb_spur * 32; in ar5416SpurMitigate()708 spur_delta_phase = ((bb_spur * 524288) / 100) & in ar5416SpurMitigate()715 spur_freq_sd = ((bb_spur * 2048) / denominator) & 0x3ff; in ar5416SpurMitigate()