Home
last modified time | relevance | path

Searched refs:phy_bw (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_n.c23058 u8 phy_bw, is_phybw40; in wlc_phy_gen_load_samples_nphy() local
23065 phy_bw = (is_phybw40 == 1) ? 40 : 20; in wlc_phy_gen_load_samples_nphy()
23066 tbl_len = (phy_bw << 3); in wlc_phy_gen_load_samples_nphy()
23071 phy_bw = (spur == 1) ? 82 : 80; in wlc_phy_gen_load_samples_nphy()
23072 phy_bw = (is_phybw40 == 1) ? (phy_bw << 1) : phy_bw; in wlc_phy_gen_load_samples_nphy()
23074 tbl_len = (phy_bw << 1); in wlc_phy_gen_load_samples_nphy()
23083 rot = ((f_kHz * 36) / phy_bw) / 100; in wlc_phy_gen_load_samples_nphy()
23109 u8 phy_bw, sample_cmd; in wlc_phy_runsamples_nphy() local
23117 phy_bw = 20; in wlc_phy_runsamples_nphy()
23119 phy_bw = 40; in wlc_phy_runsamples_nphy()
[all …]
Dphy_lcn.c3409 u8 phy_bw; in wlc_lcnphy_start_tx_tone() local
3423 phy_bw = 40; in wlc_lcnphy_start_tx_tone()
3434 bw = phy_bw * 1000 * k; in wlc_lcnphy_start_tx_tone()
3441 rot = ((f_kHz * 36) / phy_bw) / 100; in wlc_lcnphy_start_tx_tone()