Home
last modified time | relevance | path

Searched refs:RateSection (Results 1 – 25 of 47) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A Dhal_com_phycfg.c15 u8 TxNum, enum RATE_SECTION RateSection) in PHY_GetTxPowerByRateBase() argument
26 switch (RateSection) { in PHY_GetTxPowerByRateBase()
59 RateSection, RfPath, TxNum); in PHY_GetTxPowerByRateBase()
63 switch (RateSection) { in PHY_GetTxPowerByRateBase()
93 RateSection, RfPath, TxNum); in PHY_GetTxPowerByRateBase()
107 enum RATE_SECTION RateSection, in phy_SetTxPowerByRateBase() argument
120 switch (RateSection) { in phy_SetTxPowerByRateBase()
153 RateSection, RfPath, TxNum); in phy_SetTxPowerByRateBase()
157 switch (RateSection) { in phy_SetTxPowerByRateBase()
187 RateSection, RfPath, TxNum); in phy_SetTxPowerByRateBase()
[all …]
H A Dodm_RegConfig8723B.c233 u8 *RateSection, in odm_ConfigBB_TXPWR_LMT_8723B() argument
244 RateSection, in odm_ConfigBB_TXPWR_LMT_8723B()
H A Dodm_RegConfig8723B.h46 u8 *RateSection,
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/
H A Dhal_com_phycfg.c34 IN RATE_SECTION RateSection in rtw_regsty_get_target_tx_power() argument
54 if (RateSection >= RATE_SECTION_NUM in rtw_regsty_get_target_tx_power()
56 || (Band == BAND_ON_5G && RateSection == CCK) in rtw_regsty_get_target_tx_power()
60 , RateSection, (Band == BAND_ON_2_4G) ? "2.4" : "5", RfPath); in rtw_regsty_get_target_tx_power()
65 value = regsty->target_tx_pwr_2g[RfPath][RateSection]; in rtw_regsty_get_target_tx_power()
68 value = regsty->target_tx_pwr_5g[RfPath][RateSection - 1]; in rtw_regsty_get_target_tx_power()
121 IN RATE_SECTION RateSection in PHY_GetTxPowerByRateBase() argument
137 if (RateSection >= RATE_SECTION_NUM in PHY_GetTxPowerByRateBase()
138 || (Band == BAND_ON_5G && RateSection == CCK) in PHY_GetTxPowerByRateBase()
141 , RateSection, (Band == BAND_ON_2_4G) ? "2.4" : "5", RfPath, TxNum); in PHY_GetTxPowerByRateBase()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/
H A Dhal_com_phycfg.c36 IN RATE_SECTION RateSection in rtw_regsty_get_target_tx_power() argument
56 if (RateSection >= RATE_SECTION_NUM in rtw_regsty_get_target_tx_power()
58 || (Band == BAND_ON_5G && RateSection == CCK) in rtw_regsty_get_target_tx_power()
62 , RateSection, (Band == BAND_ON_2_4G) ? "2.4" : "5", RfPath); in rtw_regsty_get_target_tx_power()
67 value = regsty->target_tx_pwr_2g[RfPath][RateSection]; in rtw_regsty_get_target_tx_power()
70 value = regsty->target_tx_pwr_5g[RfPath][RateSection - 1]; in rtw_regsty_get_target_tx_power()
123 IN RATE_SECTION RateSection in PHY_GetTxPowerByRateBase() argument
139 if (RateSection >= RATE_SECTION_NUM in PHY_GetTxPowerByRateBase()
140 || (Band == BAND_ON_5G && RateSection == CCK) in PHY_GetTxPowerByRateBase()
143 , RateSection, (Band == BAND_ON_2_4G) ? "2.4" : "5", RfPath, TxNum); in PHY_GetTxPowerByRateBase()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Dhal_com_phycfg.h79 enum RATE_SECTION RateSection
110 u8 RateSection
193 u8 *RateSection,
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/
H A Dhal_com_phycfg.c75 IN RATE_SECTION RateSection in PHY_GetTxPowerByRateBase() argument
89 switch ( RateSection ) { in PHY_GetTxPowerByRateBase()
122 RateSection, RfPath, TxNum ); in PHY_GetTxPowerByRateBase()
129 switch ( RateSection ) { in PHY_GetTxPowerByRateBase()
159 RateSection, RfPath, TxNum ); in PHY_GetTxPowerByRateBase()
176 IN RATE_SECTION RateSection, in phy_SetTxPowerByRateBase() argument
191 switch ( RateSection ) { in phy_SetTxPowerByRateBase()
224 RateSection, RfPath, TxNum ); in phy_SetTxPowerByRateBase()
230 switch ( RateSection ) { in phy_SetTxPowerByRateBase()
260 RateSection, RfPath, TxNum ); in phy_SetTxPowerByRateBase()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/rtl8188e/
H A Dphydm_regconfig8188e.c192 IN pu1Byte RateSection, in odm_ConfigBB_TXPWR_LMT_8188E() argument
200 Bandwidth, RateSection, RfPath, Channel, PowerLimit); in odm_ConfigBB_TXPWR_LMT_8188E()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/rtl8723b/
H A Dphydm_regconfig8723b.c219 IN pu1Byte RateSection, in odm_ConfigBB_TXPWR_LMT_8723B() argument
227 Bandwidth, RateSection, RfPath, Channel, PowerLimit); in odm_ConfigBB_TXPWR_LMT_8723B()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/rtl8822b/
H A Dphydm_regconfig8822b.c210 IN pu1Byte RateSection, in odm_ConfigBB_TXPWR_LMT_8822B() argument
218 Bandwidth, RateSection, RfPath, Channel, PowerLimit); in odm_ConfigBB_TXPWR_LMT_8822B()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/
H A Dhal_com_phycfg.c1212 IN RATE_SECTION RateSection in rtw_regsty_get_target_tx_power() argument
1232 if (RateSection >= RATE_SECTION_NUM in rtw_regsty_get_target_tx_power()
1234 || (Band == BAND_ON_5G && RateSection == CCK) in rtw_regsty_get_target_tx_power()
1238 , RateSection, Band, RfPath); in rtw_regsty_get_target_tx_power()
1243 value = regsty->target_tx_pwr_2g[RfPath][RateSection]; in rtw_regsty_get_target_tx_power()
1246 value = regsty->target_tx_pwr_5g[RfPath][RateSection - 1]; in rtw_regsty_get_target_tx_power()
1300 IN RATE_SECTION RateSection in PHY_GetTxPowerByRateBase() argument
1316 if (RateSection >= RATE_SECTION_NUM in PHY_GetTxPowerByRateBase()
1317 || (Band == BAND_ON_5G && RateSection == CCK) in PHY_GetTxPowerByRateBase()
1320 , RateSection, Band, RfPath); in PHY_GetTxPowerByRateBase()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/
H A Dhal_com_phycfg.c1343 RATE_SECTION RateSection in rtw_regsty_get_target_tx_power() argument
1363 if (RateSection >= RATE_SECTION_NUM in rtw_regsty_get_target_tx_power()
1365 || (Band == BAND_ON_5G && RateSection == CCK) in rtw_regsty_get_target_tx_power()
1369 , RateSection, Band, RfPath); in rtw_regsty_get_target_tx_power()
1374 value = regsty->target_tx_pwr_2g[RfPath][RateSection]; in rtw_regsty_get_target_tx_power()
1377 value = regsty->target_tx_pwr_5g[RfPath][RateSection - 1]; in rtw_regsty_get_target_tx_power()
1431 RATE_SECTION RateSection in PHY_GetTxPowerByRateBase() argument
1447 if (RateSection >= RATE_SECTION_NUM in PHY_GetTxPowerByRateBase()
1448 || (Band == BAND_ON_5G && RateSection == CCK) in PHY_GetTxPowerByRateBase()
1451 , RateSection, Band, RfPath); in PHY_GetTxPowerByRateBase()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/
H A Dhal_com_phycfg.c1343 RATE_SECTION RateSection in rtw_regsty_get_target_tx_power() argument
1363 if (RateSection >= RATE_SECTION_NUM in rtw_regsty_get_target_tx_power()
1365 || (Band == BAND_ON_5G && RateSection == CCK) in rtw_regsty_get_target_tx_power()
1369 , RateSection, Band, RfPath); in rtw_regsty_get_target_tx_power()
1374 value = regsty->target_tx_pwr_2g[RfPath][RateSection]; in rtw_regsty_get_target_tx_power()
1377 value = regsty->target_tx_pwr_5g[RfPath][RateSection - 1]; in rtw_regsty_get_target_tx_power()
1431 RATE_SECTION RateSection in PHY_GetTxPowerByRateBase() argument
1447 if (RateSection >= RATE_SECTION_NUM in PHY_GetTxPowerByRateBase()
1448 || (Band == BAND_ON_5G && RateSection == CCK) in PHY_GetTxPowerByRateBase()
1451 , RateSection, Band, RfPath); in PHY_GetTxPowerByRateBase()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/
H A Dhal_com_phycfg.c1351 RATE_SECTION RateSection in rtw_regsty_get_target_tx_power() argument
1371 if (RateSection >= RATE_SECTION_NUM in rtw_regsty_get_target_tx_power()
1373 || (Band == BAND_ON_5G && RateSection == CCK) in rtw_regsty_get_target_tx_power()
1377 , RateSection, Band, RfPath); in rtw_regsty_get_target_tx_power()
1382 value = regsty->target_tx_pwr_2g[RfPath][RateSection]; in rtw_regsty_get_target_tx_power()
1385 value = regsty->target_tx_pwr_5g[RfPath][RateSection - 1]; in rtw_regsty_get_target_tx_power()
1439 RATE_SECTION RateSection in PHY_GetTxPowerByRateBase() argument
1455 if (RateSection >= RATE_SECTION_NUM in PHY_GetTxPowerByRateBase()
1456 || (Band == BAND_ON_5G && RateSection == CCK) in PHY_GetTxPowerByRateBase()
1459 , RateSection, Band, RfPath); in PHY_GetTxPowerByRateBase()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Dhal_com_phycfg.h100 IN RATE_SECTION RateSection
131 IN u8 RateSection
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/
H A Dhal_com_phycfg.c1423 RATE_SECTION RateSection in rtw_regsty_get_target_tx_power() argument
1443 if (RateSection >= RATE_SECTION_NUM in rtw_regsty_get_target_tx_power()
1445 || (Band == BAND_ON_5G && RateSection == CCK) in rtw_regsty_get_target_tx_power()
1449 , RateSection, Band, RfPath); in rtw_regsty_get_target_tx_power()
1454 value = regsty->target_tx_pwr_2g[RfPath][RateSection]; in rtw_regsty_get_target_tx_power()
1457 value = regsty->target_tx_pwr_5g[RfPath][RateSection - 1]; in rtw_regsty_get_target_tx_power()
1509 RATE_SECTION RateSection in phy_get_target_txpwr() argument
1525 if (RateSection >= RATE_SECTION_NUM in phy_get_target_txpwr()
1526 || (Band == BAND_ON_5G && RateSection == CCK) in phy_get_target_txpwr()
1529 , RateSection, Band, RfPath); in phy_get_target_txpwr()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/
H A Dhal_com_phycfg.c1424 RATE_SECTION RateSection in rtw_regsty_get_target_tx_power() argument
1444 if (RateSection >= RATE_SECTION_NUM in rtw_regsty_get_target_tx_power()
1446 || (Band == BAND_ON_5G && RateSection == CCK) in rtw_regsty_get_target_tx_power()
1450 , RateSection, Band, RfPath); in rtw_regsty_get_target_tx_power()
1455 value = regsty->target_tx_pwr_2g[RfPath][RateSection]; in rtw_regsty_get_target_tx_power()
1458 value = regsty->target_tx_pwr_5g[RfPath][RateSection - 1]; in rtw_regsty_get_target_tx_power()
1510 RATE_SECTION RateSection in phy_get_target_txpwr() argument
1526 if (RateSection >= RATE_SECTION_NUM in phy_get_target_txpwr()
1527 || (Band == BAND_ON_5G && RateSection == CCK) in phy_get_target_txpwr()
1530 , RateSection, Band, RfPath); in phy_get_target_txpwr()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/
H A Dhal_com_phycfg.c1423 RATE_SECTION RateSection in rtw_regsty_get_target_tx_power() argument
1443 if (RateSection >= RATE_SECTION_NUM in rtw_regsty_get_target_tx_power()
1445 || (Band == BAND_ON_5G && RateSection == CCK) in rtw_regsty_get_target_tx_power()
1449 , RateSection, Band, RfPath); in rtw_regsty_get_target_tx_power()
1454 value = regsty->target_tx_pwr_2g[RfPath][RateSection]; in rtw_regsty_get_target_tx_power()
1457 value = regsty->target_tx_pwr_5g[RfPath][RateSection - 1]; in rtw_regsty_get_target_tx_power()
1509 RATE_SECTION RateSection in phy_get_target_txpwr() argument
1525 if (RateSection >= RATE_SECTION_NUM in phy_get_target_txpwr()
1526 || (Band == BAND_ON_5G && RateSection == CCK) in phy_get_target_txpwr()
1529 , RateSection, Band, RfPath); in phy_get_target_txpwr()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Dhal_com_phycfg.h83 IN RATE_SECTION RateSection
116 IN u8 RateSection
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Dhal_com_phycfg.h64 RATE_SECTION RateSection
88 u8 RateSection
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Dhal_com_phycfg.h83 IN RATE_SECTION RateSection
116 IN u8 RateSection
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Dhal_com_phycfg.h64 RATE_SECTION RateSection
88 u8 RateSection
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Dhal_com_phycfg.h64 RATE_SECTION RateSection
88 u8 RateSection
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/
H A Dhal_com_phycfg.c1474 RATE_SECTION RateSection in rtw_regsty_get_target_tx_power() argument
1494 if (RateSection >= RATE_SECTION_NUM in rtw_regsty_get_target_tx_power()
1496 || (Band == BAND_ON_5G && RateSection == CCK) in rtw_regsty_get_target_tx_power()
1500 , RateSection, Band, RfPath); in rtw_regsty_get_target_tx_power()
1505 value = regsty->target_tx_pwr_2g[RfPath][RateSection]; in rtw_regsty_get_target_tx_power()
1508 value = regsty->target_tx_pwr_5g[RfPath][RateSection - 1]; in rtw_regsty_get_target_tx_power()
1560 RATE_SECTION RateSection in phy_get_target_txpwr() argument
1576 if (RateSection >= RATE_SECTION_NUM in phy_get_target_txpwr()
1577 || (Band == BAND_ON_5G && RateSection == CCK) in phy_get_target_txpwr()
1580 , RateSection, Band, RfPath); in phy_get_target_txpwr()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/
H A Dhal_com_phycfg.c1449 RATE_SECTION RateSection in rtw_regsty_get_target_tx_power() argument
1469 if (RateSection >= RATE_SECTION_NUM in rtw_regsty_get_target_tx_power()
1471 || (Band == BAND_ON_5G && RateSection == CCK) in rtw_regsty_get_target_tx_power()
1475 , RateSection, Band, RfPath); in rtw_regsty_get_target_tx_power()
1480 value = regsty->target_tx_pwr_2g[RfPath][RateSection]; in rtw_regsty_get_target_tx_power()
1483 value = regsty->target_tx_pwr_5g[RfPath][RateSection - 1]; in rtw_regsty_get_target_tx_power()
1535 RATE_SECTION RateSection in phy_get_target_txpwr() argument
1551 if (RateSection >= RATE_SECTION_NUM in phy_get_target_txpwr()
1552 || (Band == BAND_ON_5G && RateSection == CCK) in phy_get_target_txpwr()
1555 , RateSection, Band, RfPath); in phy_get_target_txpwr()
[all …]

12