Home
last modified time | relevance | path

Searched refs:tx_bmp (Results 1 – 25 of 40) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/
H A Dhal_intf.c303 enum bb_path tx_bmp, rx_bmp; in rtw_hal_rfpath_init() local
305 rf_type_to_default_trx_bmp(hal_data->rf_type, &tx_bmp, &rx_bmp); in rtw_hal_rfpath_init()
306 hal_data->trx_path_bmp = (tx_bmp << 4) | rx_bmp; in rtw_hal_rfpath_init()
351 enum bb_path tx_bmp, rx_bmp; in rtw_hal_rfpath_init() local
353 rf_type_to_default_trx_bmp(type, &tx_bmp, &rx_bmp); in rtw_hal_rfpath_init()
354 hal_data->trx_path_bmp = (tx_bmp << 4) | rx_bmp; in rtw_hal_rfpath_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/
H A Drtw_rf.h164 enum rf_type trx_bmp_to_rf_type(u8 tx_bmp, u8 rx_bmp);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Drtw_rf.h218 enum rf_type trx_bmp_to_rf_type(u8 tx_bmp, u8 rx_bmp);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Drtw_rf.h218 enum rf_type trx_bmp_to_rf_type(u8 tx_bmp, u8 rx_bmp);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Drtw_rf.h203 enum rf_type trx_bmp_to_rf_type(u8 tx_bmp, u8 rx_bmp);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Drtw_rf.h203 enum rf_type trx_bmp_to_rf_type(u8 tx_bmp, u8 rx_bmp);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Drtw_rf.h204 enum rf_type trx_bmp_to_rf_type(u8 tx_bmp, u8 rx_bmp);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Drtw_rf.h222 enum rf_type trx_bmp_to_rf_type(u8 tx_bmp, u8 rx_bmp);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Drtw_rf.h237 enum rf_type trx_bmp_to_rf_type(u8 tx_bmp, u8 rx_bmp);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Drtw_rf.h238 enum rf_type trx_bmp_to_rf_type(u8 tx_bmp, u8 rx_bmp);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Drtw_rf.h222 enum rf_type trx_bmp_to_rf_type(u8 tx_bmp, u8 rx_bmp);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Drtw_rf.h223 enum rf_type trx_bmp_to_rf_type(u8 tx_bmp, u8 rx_bmp);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_rf.c1440 enum rf_type trx_bmp_to_rf_type(u8 tx_bmp, u8 rx_bmp) in trx_bmp_to_rf_type() argument
1447 if (tx_bmp >> i & BIT0) in trx_bmp_to_rf_type()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_rf.c1440 enum rf_type trx_bmp_to_rf_type(u8 tx_bmp, u8 rx_bmp) in trx_bmp_to_rf_type() argument
1447 if (tx_bmp >> i & BIT0) in trx_bmp_to_rf_type()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/
H A Dhal_intf.c300 enum bb_path tx_bmp, rx_bmp; in rtw_hal_rfpath_init() local
302 rf_type_to_default_trx_bmp(hal_data->rf_type, &tx_bmp, &rx_bmp); in rtw_hal_rfpath_init()
303 hal_data->trx_path_bmp = (tx_bmp << 4) | rx_bmp; in rtw_hal_rfpath_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/
H A Dhal_intf.c301 enum bb_path tx_bmp, rx_bmp; in rtw_hal_rfpath_init() local
303 rf_type_to_default_trx_bmp(hal_data->rf_type, &tx_bmp, &rx_bmp); in rtw_hal_rfpath_init()
304 hal_data->trx_path_bmp = (tx_bmp << 4) | rx_bmp; in rtw_hal_rfpath_init()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/
H A Dhal_intf.c300 enum bb_path tx_bmp, rx_bmp; in rtw_hal_rfpath_init() local
302 rf_type_to_default_trx_bmp(hal_data->rf_type, &tx_bmp, &rx_bmp); in rtw_hal_rfpath_init()
303 hal_data->trx_path_bmp = (tx_bmp << 4) | rx_bmp; in rtw_hal_rfpath_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_rf.c654 enum rf_type trx_bmp_to_rf_type(u8 tx_bmp, u8 rx_bmp) in trx_bmp_to_rf_type() argument
661 if (tx_bmp >> i & BIT0) in trx_bmp_to_rf_type()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/
H A Dhal_intf.c304 enum bb_path tx_bmp, rx_bmp; in rtw_hal_rfpath_init() local
306 rf_type_to_default_trx_bmp(hal_data->rf_type, &tx_bmp, &rx_bmp); in rtw_hal_rfpath_init()
307 hal_data->trx_path_bmp = (tx_bmp << 4) | rx_bmp; in rtw_hal_rfpath_init()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/
H A Dhal_intf.c304 enum bb_path tx_bmp, rx_bmp; in rtw_hal_rfpath_init() local
306 rf_type_to_default_trx_bmp(hal_data->rf_type, &tx_bmp, &rx_bmp); in rtw_hal_rfpath_init()
307 hal_data->trx_path_bmp = (tx_bmp << 4) | rx_bmp; in rtw_hal_rfpath_init()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/
H A Dhal_intf.c304 enum bb_path tx_bmp, rx_bmp; in rtw_hal_rfpath_init() local
306 rf_type_to_default_trx_bmp(hal_data->rf_type, &tx_bmp, &rx_bmp); in rtw_hal_rfpath_init()
307 hal_data->trx_path_bmp = (tx_bmp << 4) | rx_bmp; in rtw_hal_rfpath_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/
H A Dhal_intf.c306 enum bb_path tx_bmp, rx_bmp; in rtw_hal_rfpath_init() local
308 rf_type_to_default_trx_bmp(hal_data->rf_type, &tx_bmp, &rx_bmp); in rtw_hal_rfpath_init()
309 hal_data->trx_path_bmp = (tx_bmp << 4) | rx_bmp; in rtw_hal_rfpath_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/
H A Dhal_intf.c305 enum bb_path tx_bmp, rx_bmp; in rtw_hal_rfpath_init() local
307 rf_type_to_default_trx_bmp(hal_data->rf_type, &tx_bmp, &rx_bmp); in rtw_hal_rfpath_init()
308 hal_data->trx_path_bmp = (tx_bmp << 4) | rx_bmp; in rtw_hal_rfpath_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_rf.c1175 enum rf_type trx_bmp_to_rf_type(u8 tx_bmp, u8 rx_bmp) in trx_bmp_to_rf_type() argument
1182 if (tx_bmp >> i & BIT0) in trx_bmp_to_rf_type()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_rf.c1174 enum rf_type trx_bmp_to_rf_type(u8 tx_bmp, u8 rx_bmp) in trx_bmp_to_rf_type() argument
1181 if (tx_bmp >> i & BIT0) in trx_bmp_to_rf_type()

12