Home
last modified time | relevance | path

Searched refs:is_cck (Results 1 – 25 of 45) sorted by relevance

12

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/test/mp/
H A Dhal_test_mp_txpwr.c107 PHL_INFO("%s: is ofdm = %d\n", __FUNCTION__, arg->is_cck); in rtw_hal_mp_txpwr_get_pwr_idx()
111 arg->tx_path, arg->is_cck); in rtw_hal_mp_txpwr_get_pwr_idx()
124 PHL_INFO("%s: is ofdm = %d\n", __FUNCTION__, arg->is_cck); in rtw_hal_mp_txpwr_set_pwr_idx()
128 arg->tx_path, arg->is_cck); in rtw_hal_mp_txpwr_set_pwr_idx()
248 arg->is_cck, arg->tx_path); in rtw_hal_mp_txpwr_get_pwr_ref()
252 arg->is_cck, in rtw_hal_mp_txpwr_get_pwr_ref()
266 arg->is_cck, arg->tx_path); in rtw_hal_mp_txpwr_get_pwr_ref_cw()
272 arg->is_cck in rtw_hal_mp_txpwr_get_pwr_ref_cw()
312 …rtw_hal_bb_set_pow_patten_sharp(hal_info->hal_com, arg->channel, arg->is_cck, arg->sharp_id, mp->c… in rtw_hal_mp_set_tx_pow_patten_sharp()
H A Dhal_test_mp_tx.c45 PHL_INFO("%s: is cck: %d\n", __FUNCTION__, arg->is_cck); in rtw_hal_mp_tx_pmac_packet()
52 arg->is_cck, in rtw_hal_mp_tx_pmac_packet()
70 PHL_INFO("%s: is cck: %d\n", __FUNCTION__, arg->is_cck); in rtw_hal_mp_tx_pmac_continuous()
74 arg->is_cck, in rtw_hal_mp_tx_pmac_continuous()
89 PHL_INFO("%s: is cck: %d\n", __FUNCTION__, arg->is_cck); in rtw_hal_mp_tx_pmac_fw_trigger()
95 arg->is_cck, in rtw_hal_mp_tx_pmac_fw_trigger()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/test/mp/
H A Dhal_test_mp_txpwr.c107 PHL_INFO("%s: is ofdm = %d\n", __FUNCTION__, arg->is_cck); in rtw_hal_mp_txpwr_get_pwr_idx()
111 arg->tx_path, arg->is_cck); in rtw_hal_mp_txpwr_get_pwr_idx()
124 PHL_INFO("%s: is ofdm = %d\n", __FUNCTION__, arg->is_cck); in rtw_hal_mp_txpwr_set_pwr_idx()
128 arg->tx_path, arg->is_cck); in rtw_hal_mp_txpwr_set_pwr_idx()
248 arg->is_cck, arg->tx_path); in rtw_hal_mp_txpwr_get_pwr_ref()
252 arg->is_cck, in rtw_hal_mp_txpwr_get_pwr_ref()
266 arg->is_cck, arg->tx_path); in rtw_hal_mp_txpwr_get_pwr_ref_cw()
272 arg->is_cck in rtw_hal_mp_txpwr_get_pwr_ref_cw()
312 …rtw_hal_bb_set_pow_patten_sharp(hal_info->hal_com, arg->channel, arg->is_cck, arg->sharp_id, mp->c… in rtw_hal_mp_set_tx_pow_patten_sharp()
H A Dhal_test_mp_tx.c45 PHL_INFO("%s: is cck: %d\n", __FUNCTION__, arg->is_cck); in rtw_hal_mp_tx_pmac_packet()
52 arg->is_cck, in rtw_hal_mp_tx_pmac_packet()
70 PHL_INFO("%s: is cck: %d\n", __FUNCTION__, arg->is_cck); in rtw_hal_mp_tx_pmac_continuous()
74 arg->is_cck, in rtw_hal_mp_tx_pmac_continuous()
89 PHL_INFO("%s: is cck: %d\n", __FUNCTION__, arg->is_cck); in rtw_hal_mp_tx_pmac_fw_trigger()
95 arg->is_cck, in rtw_hal_mp_tx_pmac_fw_trigger()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_api_bb.c708 rtw_hal_bb_set_pwr_index(void *hal, u16 pwr_idx, enum rf_path tx_path, bool is_cck) in rtw_hal_bb_set_pwr_index() argument
715 if (is_cck) { in rtw_hal_bb_set_pwr_index()
730 …tw_hal_status rtw_hal_bb_get_pwr_index(void *hal, u16 *pwr_idx, enum rf_path tx_path, bool is_cck){ in rtw_hal_bb_get_pwr_index() argument
736 if (is_cck) { in rtw_hal_bb_get_pwr_index()
764 rtw_hal_bb_set_pmac_cont_tx(struct rtw_hal_com_t *hal_com, u8 enable, u8 is_cck, in rtw_hal_bb_set_pmac_cont_tx() argument
771 __FUNCTION__, enable, is_cck, phy_idx); in rtw_hal_bb_set_pmac_cont_tx()
774 tx_info.is_cck = is_cck; in rtw_hal_bb_set_pmac_cont_tx()
783 u8 is_cck, u16 tx_cnt ,u16 period, u16 tx_time, in rtw_hal_bb_set_pmac_packet_tx() argument
790 __FUNCTION__, enable, is_cck, phy_idx); in rtw_hal_bb_set_pmac_packet_tx()
795 tx_info.is_cck = is_cck; in rtw_hal_bb_set_pmac_packet_tx()
[all …]
H A Dhal_api_bb.h149 …rtw_hal_status rtw_hal_bb_set_pwr_index(void *hal, u16 pwr_idx, enum rf_path tx_path, bool is_cck);
151 …tw_hal_status rtw_hal_bb_get_pwr_index(void *hal, u16 *pwr_idx, enum rf_path tx_path, bool is_cck);
159 enum rtw_hal_status rtw_hal_bb_get_txpwr_ref(struct hal_info_t *hal_info, u8 is_cck, u8 tx_path, s1…
H A Dhal_api_drv.h225 rtw_hal_bb_set_pmac_cont_tx(struct rtw_hal_com_t *hal_com, u8 enable, u8 is_cck,
230 u8 is_cck, u16 tx_cnt ,u16 period, u16 tx_time,
235 u8 is_cck, u16 tx_cnt, u8 tx_duty,
382 void rtw_hal_bb_set_pow_patten_sharp(struct rtw_hal_com_t *hal_com, u8 channel, u8 is_cck, u8 sharp…
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_api_bb.c708 rtw_hal_bb_set_pwr_index(void *hal, u16 pwr_idx, enum rf_path tx_path, bool is_cck) in rtw_hal_bb_set_pwr_index() argument
715 if (is_cck) { in rtw_hal_bb_set_pwr_index()
730 …tw_hal_status rtw_hal_bb_get_pwr_index(void *hal, u16 *pwr_idx, enum rf_path tx_path, bool is_cck){ in rtw_hal_bb_get_pwr_index() argument
736 if (is_cck) { in rtw_hal_bb_get_pwr_index()
764 rtw_hal_bb_set_pmac_cont_tx(struct rtw_hal_com_t *hal_com, u8 enable, u8 is_cck, in rtw_hal_bb_set_pmac_cont_tx() argument
771 __FUNCTION__, enable, is_cck, phy_idx); in rtw_hal_bb_set_pmac_cont_tx()
774 tx_info.is_cck = is_cck; in rtw_hal_bb_set_pmac_cont_tx()
783 u8 is_cck, u16 tx_cnt ,u16 period, u16 tx_time, in rtw_hal_bb_set_pmac_packet_tx() argument
790 __FUNCTION__, enable, is_cck, phy_idx); in rtw_hal_bb_set_pmac_packet_tx()
795 tx_info.is_cck = is_cck; in rtw_hal_bb_set_pmac_packet_tx()
[all …]
H A Dhal_api_bb.h149 …rtw_hal_status rtw_hal_bb_set_pwr_index(void *hal, u16 pwr_idx, enum rf_path tx_path, bool is_cck);
151 …tw_hal_status rtw_hal_bb_get_pwr_index(void *hal, u16 *pwr_idx, enum rf_path tx_path, bool is_cck);
159 enum rtw_hal_status rtw_hal_bb_get_txpwr_ref(struct hal_info_t *hal_info, u8 is_cck, u8 tx_path, s1…
H A Dhal_api_drv.h225 rtw_hal_bb_set_pmac_cont_tx(struct rtw_hal_com_t *hal_com, u8 enable, u8 is_cck,
230 u8 is_cck, u16 tx_cnt ,u16 period, u16 tx_time,
235 u8 is_cck, u16 tx_cnt, u8 tx_duty,
382 void rtw_hal_bb_set_pow_patten_sharp(struct rtw_hal_com_t *hal_com, u8 channel, u8 is_cck, u8 sharp…
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/
H A Dhalrf_interface.h55 …t_pmac_packet_tx(rf, enable, is_cck, cnt, period, time, phy_idx) rtw_hal_bb_set_pmac_packet_tx((rf… argument
104 …t_pow_patten_sharp(rf, channel, is_cck, sharp_id, phy_idx) rtw_hal_bb_set_pow_patten_sharp((rf)->h… argument
H A Dhalrf_pmac.c143 halrf_set_pmac_packet_tx(rf, enable, tx->is_cck, tx->cnt, in halrf_set_pmac_tx()
150 s16 dbm, u8 enable, u8 is_cck, u16 cnt ,u16 time, u16 period)
169 halrf_set_pmac_packet_tx(rf, enable, is_cck, cnt, period, time, phy_idx);
H A Dhalrf_pmac.h42 u8 is_cck; member
139 u8 enable, u8 is_cck, u16 cnt ,u16 time, u16 period);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/
H A Dhalrf_interface.h55 …t_pmac_packet_tx(rf, enable, is_cck, cnt, period, time, phy_idx) rtw_hal_bb_set_pmac_packet_tx((rf… argument
104 …t_pow_patten_sharp(rf, channel, is_cck, sharp_id, phy_idx) rtw_hal_bb_set_pow_patten_sharp((rf)->h… argument
H A Dhalrf_pmac.c143 halrf_set_pmac_packet_tx(rf, enable, tx->is_cck, tx->cnt, in halrf_set_pmac_tx()
150 s16 dbm, u8 enable, u8 is_cck, u16 cnt ,u16 time, u16 period)
169 halrf_set_pmac_packet_tx(rf, enable, is_cck, cnt, period, time, phy_idx);
H A Dhalrf_pmac.h42 u8 is_cck; member
139 u8 enable, u8 is_cck, u16 cnt ,u16 time, u16 period);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/halbb_8852b/
H A Dhalbb_8852b.c56 if (tx_info->is_cck) { // CCK in halbb_stop_pmac_tx_8852b()
80 if (tx_info->is_cck) { in halbb_start_pmac_tx_8852b()
94 if (tx_info->is_cck) { in halbb_start_pmac_tx_8852b()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/halbb_8852b/
H A Dhalbb_8852b.c56 if (tx_info->is_cck) { // CCK in halbb_stop_pmac_tx_8852b()
80 if (tx_info->is_cck) { in halbb_start_pmac_tx_8852b()
94 if (tx_info->is_cck) { in halbb_start_pmac_tx_8852b()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dtrx.c49 bool is_cck = pstats->is_cck; in _rtl92se_query_rxphystatus() local
57 if (is_cck) { in _rtl92se_query_rxphystatus()
186 if (is_cck) in _rtl92se_query_rxphystatus()
258 stats->is_cck = SE_RX_HAL_IS_CCK_RATE(pdesc); in rtl92se_rx_query_desc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dtrx.c39 bool is_cck = pstatus->is_cck; in _rtl8723e_query_rxphystatus() local
48 if (is_cck) { in _rtl8723e_query_rxphystatus()
209 if (is_cck) in _rtl8723e_query_rxphystatus()
287 status->is_cck = RX_HAL_IS_CCK_RATE(status->rate); in rtl8723e_rx_query_desc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dtrx.c42 bool is_cck = pstatus->is_cck; in _rtl8723be_query_rxphystatus() local
52 if (is_cck) { in _rtl8723be_query_rxphystatus()
182 if (is_cck) in _rtl8723be_query_rxphystatus()
326 status->is_cck = RX_HAL_IS_CCK_RATE(status->rate); in rtl8723be_rx_query_desc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dtrx.c43 bool is_cck = pstatus->is_cck; in _rtl88ee_query_rxphystatus() local
53 if (is_cck) { in _rtl88ee_query_rxphystatus()
226 if (is_cck) in _rtl88ee_query_rxphystatus()
401 status->is_cck = RTL8188_RX_HAL_IS_CCK_RATE(status->rate); in rtl88ee_rx_query_desc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dtrx.c72 bool is_cck = pstatus->is_cck; in query_rxphystatus() local
82 if (is_cck) { in query_rxphystatus()
264 if (is_cck) in query_rxphystatus()
462 status->is_cck = RTL8821AE_RX_HAL_IS_CCK_RATE(status->rate); in rtl8821ae_rx_query_desc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dtrx.c41 bool is_cck = pstatus->is_cck; in _rtl92ee_query_rxphystatus() local
51 if (is_cck) { in _rtl92ee_query_rxphystatus()
206 if (is_cck) in _rtl92ee_query_rxphystatus()
354 status->is_cck = RTL92EE_RX_HAL_IS_CCK_RATE(status->rate); in rtl92ee_rx_query_desc()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/halrf_8852b/
H A Dhalrf_tssi_8852b.h44 bool is_cck);

12