Searched refs:spur_delta_phase (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9002/
H A Dar9280_attach.c587 int spur_delta_phase; local
689 * spur_delta_phase = bb_spur/40 * 2**21 for static ht20,
693 spur_delta_phase = ((bb_spur * 262144) / 10) & AR_PHY_TIMING11_SPUR_DELTA_PHASE;
695 spur_delta_phase = ((bb_spur * 524288) / 10) & AR_PHY_TIMING11_SPUR_DELTA_PHASE;
706 SM(spur_delta_phase, AR_PHY_TIMING11_SPUR_DELTA_PHASE));
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c652 int spur_delta_phase; local
707 * spur_delta_phase = bb_spur/40 * 2**21 for static ht20,
710 spur_delta_phase = ((bb_spur * 524288) / 100) &
721 SM(spur_delta_phase, AR_PHY_TIMING11_SPUR_DELTA_PHASE));
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_reset.c1044 int spur_delta_phase = 0; local
1136 spur_delta_phase = (freq_offset << 17) / 5;
1140 spur_delta_phase = (freq_offset << 18) / 5;
1143 spur_delta_phase = spur_delta_phase & 0xfffff;
1147 "spur_delta_phase = 0x%x\n", spur_subchannel_sd,
1148 spur_freq_sd, spur_delta_phase);
1158 spur_delta_phase);

Completed in 51 milliseconds