Home
last modified time | relevance | path

Searched refs:RATE_54M (Results 1 – 25 of 55) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/staging/vt6655/
H A Drxtx.c309 else if (wRate > RATE_54M) in s_uGetDataDuration()
310 wRate = RATE_54M; in s_uGetDataDuration()
369 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
371 else if ((byFBOption == AUTO_FB_1) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
378 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
380 else if ((byFBOption == AUTO_FB_1) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
387 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
389 else if ((byFBOption == AUTO_FB_1) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
396 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
398 else if ((byFBOption == AUTO_FB_1) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
[all …]
H A Dcard.c145 case RATE_54M: in s_vCalculateOFDMRParameter()
272 for (i = RATE_54M; i >= RATE_6M; i--) { in CARDbSetPhyParameter()
695 RATE_54M), in CARDvSetRSPINF()
703 RATE_54M), in CARDvSetRSPINF()
721 for (ii = RATE_54M; ii >= RATE_6M; ii--) { in CARDvUpdateBasicTopRate()
744 for (ii = RATE_54M; ii >= RATE_6M; ii--) { in CARDbIsOFDMinBasicRate()
H A Dchannel.c27 { .bitrate = 540, .hw_value = RATE_54M },
38 { .bitrate = 540, .hw_value = RATE_54M },
H A Dbaseband.c1716 if (rate_idx > RATE_54M) in bb_get_frame_time()
1869 case RATE_54M: in vnt_get_phy_field()
H A Ddevice_main.c372 priv->wCurrentRate = RATE_54M; in device_init_registers()
827 {RATE_54M, RATE_54M, RATE_48M, RATE_36M, RATE_36M}
835 {RATE_54M, RATE_54M, RATE_36M, RATE_18M, RATE_18M}
1387 priv->wCurrentRate = RATE_54M; in vnt_config()
H A Ddevice.h50 #define RATE_54M 11 macro
H A Drf.c799 case RATE_54M: in RFbSetPower()
/OK3568_Linux_fs/kernel/drivers/staging/vt6656/
H A Dchannel.c40 { .bitrate = 540, .hw_value = RATE_54M },
51 { .bitrate = 540, .hw_value = RATE_54M },
H A Dcard.c172 pos = fls(priv->basic_rates & GENMASK(RATE_54M, RATE_6M)); in vnt_update_top_rates()
181 return priv->basic_rates & GENMASK(RATE_54M, RATE_6M) ? true : false; in vnt_ofdm_min_rate()
H A Ddevice.h52 #define RATE_54M 11 macro
H A Drxtx.c133 i = tx_rate > RATE_54M ? RATE_54M : tx_rate; in vnt_get_phy_field()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Dhal_com.h59 #define RATE_54M BIT(11) macro
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/hal/
H A Dhal_com.c165 *rate_cfg |= RATE_54M; in hal_set_brate_cfg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dreg.h429 #define RATE_54M BIT(11) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Dhal_com_reg.h737 #define RATE_54M BIT(11) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Dhal_com_reg.h737 #define RATE_54M BIT(11) macro
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Dhal_com_reg.h688 #define RATE_54M BIT(11) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Dhal_com_reg.h780 #define RATE_54M BIT(11) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Dhal_com_reg.h778 #define RATE_54M BIT(11) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/
H A Dhal_com_reg.h778 #define RATE_54M BIT(11) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Dhal_com_reg.h760 #define RATE_54M BIT(11) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Dhal_com_reg.h782 #define RATE_54M BIT(11) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Dhal_com_reg.h782 #define RATE_54M BIT(11) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Dhal_com_reg.h782 #define RATE_54M BIT(11) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Dhal_com_reg.h764 #define RATE_54M BIT(11) macro

123