Home
last modified time | relevance | path

Searched refs:RATE_54M (Results 1 - 25 of 42) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/staging/vt6655/
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 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 Dchannel.c27 { .bitrate = 540, .hw_value = RATE_54M },
38 { .bitrate = 540, .hw_value = RATE_54M },
H A Ddevice.h50 #define RATE_54M 11 macro
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 Drf.c799 case RATE_54M: in RFbSetPower()
H A Dbaseband.c1716 if (rate_idx > RATE_54M) in bb_get_frame_time()
1869 case RATE_54M: in vnt_get_phy_field()
/kernel/linux/linux-6.6/drivers/staging/vt6655/
H A Dcard.c149 case RATE_54M: in s_vCalculateOFDMRParameter()
223 for (i = RATE_54M; i >= RATE_6M; i--) { in CARDbSetPhyParameter()
633 RATE_54M), in CARDvSetRSPINF()
640 RATE_54M), in CARDvSetRSPINF()
657 for (ii = RATE_54M; ii >= RATE_6M; ii--) { in CARDvUpdateBasicTopRate()
680 for (ii = RATE_54M; ii >= RATE_6M; ii--) { in CARDbIsOFDMinBasicRate()
H A Drxtx.c307 else if (wRate > RATE_54M) in s_uGetDataDuration()
308 wRate = RATE_54M; in s_uGetDataDuration()
367 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
369 else if ((byFBOption == AUTO_FB_1) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
376 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
378 else if ((byFBOption == AUTO_FB_1) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
385 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
387 else if ((byFBOption == AUTO_FB_1) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
394 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
396 else if ((byFBOption == AUTO_FB_1) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
[all...]
H A Dchannel.c25 { .bitrate = 540, .hw_value = RATE_54M },
H A Ddevice.h48 #define RATE_54M 11 macro
H A Ddevice_main.c437 priv->wCurrentRate = RATE_54M; in device_init_registers()
894 {RATE_54M, RATE_54M, RATE_48M, RATE_36M, RATE_36M}
902 {RATE_54M, RATE_54M, RATE_36M, RATE_18M, RATE_18M}
1453 priv->wCurrentRate = RATE_54M; in vnt_config()
H A Drf.c436 case RATE_54M: in RFbSetPower()
H A Dbaseband.c1713 if (rate_idx > RATE_54M) in bb_get_frame_time()
1866 case RATE_54M: in vnt_get_phy_field()
/kernel/linux/linux-5.10/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.c54 0x8c /* RATE_54M */
133 i = tx_rate > RATE_54M ? RATE_54M : tx_rate; in vnt_get_phy_field()
/kernel/linux/linux-6.6/drivers/staging/vt6656/
H A Dchannel.c38 { .bitrate = 540, .hw_value = RATE_54M },
H A Dcard.c170 pos = fls(priv->basic_rates & GENMASK(RATE_54M, RATE_6M)); in vnt_update_top_rates()
179 return priv->basic_rates & GENMASK(RATE_54M, RATE_6M) ? true : false; in vnt_ofdm_min_rate()
H A Ddevice.h50 #define RATE_54M 11 macro
H A Drxtx.c52 0x8c /* RATE_54M */
129 i = tx_rate > RATE_54M ? RATE_54M : tx_rate; in vnt_get_phy_field()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
H A Dhal_com.h59 #define RATE_54M BIT(11) macro
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/hal/
H A Dhal_com.c165 *rate_cfg |= RATE_54M; in hal_set_brate_cfg()
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/hal/
H A Dhal_com.c341 *pBrateCfg |= RATE_54M; in HalSetBrateCfg()

Completed in 24 milliseconds

12