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

/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_int.h990 void wlc_lcnphy_start_tx_tone(struct brcms_phy *pi, s32 f_kHz, u16 max_val,
1123 int wlc_phy_tx_tone_nphy(struct brcms_phy *pi, u32 f_kHz, u16 max_val, u8 mode,
H A Dphy_lcn.c3411 wlc_lcnphy_start_tx_tone(struct brcms_phy *pi, s32 f_kHz, u16 max_val, wlc_lcnphy_start_tx_tone() argument
3424 pi->phy_tx_tone_freq = f_kHz; wlc_lcnphy_start_tx_tone()
3436 if (f_kHz) { wlc_lcnphy_start_tx_tone()
3440 num_samps = bw / abs(f_kHz); wlc_lcnphy_start_tx_tone()
3442 } while ((num_samps * (u32) (abs(f_kHz))) != bw); wlc_lcnphy_start_tx_tone()
3446 rot = ((f_kHz * 36) / phy_bw) / 100; wlc_lcnphy_start_tx_tone()
H A Dphy_n.c23142 wlc_phy_gen_load_samples_nphy(struct brcms_phy *pi, u32 f_kHz, u16 max_val, wlc_phy_gen_load_samples_nphy() argument
23169 rot = ((f_kHz * 36) / phy_bw) / 100; wlc_phy_gen_load_samples_nphy()
23280 wlc_phy_tx_tone_nphy(struct brcms_phy *pi, u32 f_kHz, u16 max_val, wlc_phy_tx_tone_nphy() argument
23287 num_samps = wlc_phy_gen_load_samples_nphy(pi, f_kHz, max_val, wlc_phy_tx_tone_nphy()

Completed in 303 milliseconds