Home
last modified time | relevance | path

Searched refs:is_ofdm (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_ul_tb_ctrl.c34 bool is_ofdm = true; in halbb_ul_tb_reset() local
39 halbb_set_tx_pow_pattern_shap(bb, bb_api->central_ch, is_ofdm, bb->bb_phy_idx); in halbb_ul_tb_reset()
73 bool is_ofdm = true; in halbb_ul_tb_ctrl() local
140 halbb_set_tx_pow_pattern_shap(bb, bb_api->central_ch, is_ofdm, bb->bb_phy_idx); in halbb_ul_tb_ctrl()
H A Dhalbb_api_ex.h113 bool is_ofdm, enum phl_phy_idx phy_idx);
H A Dhalbb_api.c1732 bool is_ofdm, enum phl_phy_idx phy_idx) { in halbb_set_tx_pow_pattern_shap() argument
1741 if (is_ofdm) in halbb_set_tx_pow_pattern_shap()
1748 if (is_ofdm) in halbb_set_tx_pow_pattern_shap()
1757 if (is_ofdm) in halbb_set_tx_pow_pattern_shap()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_ul_tb_ctrl.c34 bool is_ofdm = true; in halbb_ul_tb_reset() local
39 halbb_set_tx_pow_pattern_shap(bb, bb_api->central_ch, is_ofdm, bb->bb_phy_idx); in halbb_ul_tb_reset()
73 bool is_ofdm = true; in halbb_ul_tb_ctrl() local
140 halbb_set_tx_pow_pattern_shap(bb, bb_api->central_ch, is_ofdm, bb->bb_phy_idx); in halbb_ul_tb_ctrl()
H A Dhalbb_api_ex.h113 bool is_ofdm, enum phl_phy_idx phy_idx);
H A Dhalbb_api.c1732 bool is_ofdm, enum phl_phy_idx phy_idx) { in halbb_set_tx_pow_pattern_shap() argument
1741 if (is_ofdm) in halbb_set_tx_pow_pattern_shap()
1748 if (is_ofdm) in halbb_set_tx_pow_pattern_shap()
1757 if (is_ofdm) in halbb_set_tx_pow_pattern_shap()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/
H A Dphy_common.c512 const bool is_ofdm = (shm_offset != B43_SHM_SH_TSSI_CCK); in b43_phy_shm_tssi_read() local
532 if (is_ofdm) { in b43_phy_shm_tssi_read()
541 if (is_ofdm) { in b43_phy_shm_tssi_read()
H A Dmain.c3152 static void b43_rate_memory_write(struct b43_wldev *dev, u16 rate, int is_ofdm) in b43_rate_memory_write() argument
3156 if (is_ofdm) { in b43_rate_memory_write()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_api_bb.c1536 u8 is_ofdm = (is_cck == 0)?1:0; in rtw_hal_bb_set_pow_patten_sharp() local
1541 halbb_set_tx_pow_pattern_shap(hal_info->bb, channel, is_ofdm, phy_idx); in rtw_hal_bb_set_pow_patten_sharp()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_api_bb.c1536 u8 is_ofdm = (is_cck == 0)?1:0; in rtw_hal_bb_set_pow_patten_sharp() local
1541 halbb_set_tx_pow_pattern_shap(hal_info->bb, channel, is_ofdm, phy_idx); in rtw_hal_bb_set_pow_patten_sharp()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43legacy/
H A Dmain.c2053 int is_ofdm) in b43legacy_rate_memory_write() argument
2057 if (is_ofdm) { in b43legacy_rate_memory_write()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c1774 wlc_lcnphy_load_tx_iir_filter(struct brcms_phy *pi, bool is_ofdm, s16 filt_type) in wlc_lcnphy_load_tx_iir_filter() argument
1817 if (!is_ofdm) { in wlc_lcnphy_load_tx_iir_filter()