Home
last modified time | relevance | path

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

/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_int.h998 extern void wlc_lcnphy_start_tx_tone(struct brcms_phy *pi, s32 f_kHz,
1141 extern int wlc_phy_tx_tone_nphy(struct brcms_phy *pi, u32 f_kHz, u16 max_val,
Dphy_lcn.c3350 wlc_lcnphy_start_tx_tone(struct brcms_phy *pi, s32 f_kHz, u16 max_val, in wlc_lcnphy_start_tx_tone() argument
3363 pi->phy_tx_tone_freq = f_kHz; in wlc_lcnphy_start_tx_tone()
3375 if (f_kHz) { in wlc_lcnphy_start_tx_tone()
3379 num_samps = bw / abs(f_kHz); in wlc_lcnphy_start_tx_tone()
3381 } while ((num_samps * (u32) (abs(f_kHz))) != bw); in wlc_lcnphy_start_tx_tone()
3385 rot = ((f_kHz * 36) / phy_bw) / 100; in wlc_lcnphy_start_tx_tone()
Dphy_n.c23236 wlc_phy_gen_load_samples_nphy(struct brcms_phy *pi, u32 f_kHz, u16 max_val, in wlc_phy_gen_load_samples_nphy() argument
23263 rot = ((f_kHz * 36) / phy_bw) / 100; in wlc_phy_gen_load_samples_nphy()
23374 wlc_phy_tx_tone_nphy(struct brcms_phy *pi, u32 f_kHz, u16 max_val, in wlc_phy_tx_tone_nphy() argument
23381 num_samps = wlc_phy_gen_load_samples_nphy(pi, f_kHz, max_val, in wlc_phy_tx_tone_nphy()