Searched refs:spur_delta_phase (Results 1 – 3 of 3) sorted by relevance
585 int spur_delta_phase; in ar9280SpurMitigate() local691 spur_delta_phase = ((bb_spur * 262144) / 10) & AR_PHY_TIMING11_SPUR_DELTA_PHASE; in ar9280SpurMitigate()693 spur_delta_phase = ((bb_spur * 524288) / 10) & AR_PHY_TIMING11_SPUR_DELTA_PHASE; in ar9280SpurMitigate()704 SM(spur_delta_phase, AR_PHY_TIMING11_SPUR_DELTA_PHASE)); in ar9280SpurMitigate()
650 int spur_delta_phase; in ar5416SpurMitigate() local708 spur_delta_phase = ((bb_spur * 524288) / 100) & in ar5416SpurMitigate()719 SM(spur_delta_phase, AR_PHY_TIMING11_SPUR_DELTA_PHASE)); in ar5416SpurMitigate()
1044 int spur_delta_phase = 0; in ar9300_spur_mitigate_ofdm() local1136 spur_delta_phase = (freq_offset << 17) / 5; in ar9300_spur_mitigate_ofdm()1140 spur_delta_phase = (freq_offset << 18) / 5; in ar9300_spur_mitigate_ofdm()1143 spur_delta_phase = spur_delta_phase & 0xfffff; in ar9300_spur_mitigate_ofdm()1158 spur_delta_phase); in ar9300_spur_mitigate_ofdm()