Home
last modified time | relevance | path

Searched refs:ofdmRates (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A Dhal_com_phycfg.c823 u8 ofdmRates[8] = { in phy_ConvertTxPowerByRateInDbmToRelativeValues() local
862 for (i = 0; i < sizeof(ofdmRates); ++i) { in phy_ConvertTxPowerByRateInDbmToRelativeValues()
863 value = PHY_GetTxPowerByRate(padapter, band, path, txNum, ofdmRates[i]); in phy_ConvertTxPowerByRateInDbmToRelativeValues()
864 PHY_SetTxPowerByRate(padapter, band, path, txNum, ofdmRates[i], value - base); in phy_ConvertTxPowerByRateInDbmToRelativeValues()
940 u8 ofdmRates[] = {MGN_6M, MGN_9M, MGN_12M, MGN_18M, MGN_24M, MGN_36M, MGN_48M, MGN_54M}; in PHY_SetTxPowerIndexByRateSection() local
943 Channel, ofdmRates, in PHY_SetTxPowerIndexByRateSection()
944 ARRAY_SIZE(ofdmRates)); in PHY_SetTxPowerIndexByRateSection()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/
H A Dhal_com_phycfg.c1086 ofdmRates[8] = {MGN_6M, MGN_9M, MGN_12M, MGN_18M, MGN_24M, MGN_36M, MGN_48M, MGN_54M}, in phy_ConvertTxPowerByRateInDbmToRelativeValues() local
1115 for ( i = 0; i < sizeof( ofdmRates ); ++i ) in phy_ConvertTxPowerByRateInDbmToRelativeValues()
1117 value = PHY_GetTxPowerByRate( pAdapter, band, path, txNum, ofdmRates[i] ); in phy_ConvertTxPowerByRateInDbmToRelativeValues()
1118 PHY_SetTxPowerByRate( pAdapter, band, path, txNum, ofdmRates[i], value - base ); in phy_ConvertTxPowerByRateInDbmToRelativeValues()
1210 u8 ofdmRates[] = {MGN_6M, MGN_9M, MGN_12M, MGN_18M, MGN_24M, MGN_36M, MGN_48M, MGN_54M}; in PHY_SetTxPowerIndexByRateSection() local
1212 ofdmRates, sizeof(ofdmRates)/sizeof(u8)); in PHY_SetTxPowerIndexByRateSection()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/
H A Dhal_com_phycfg.c1009 ofdmRates[8] = {MGN_6M, MGN_9M, MGN_12M, MGN_18M, MGN_24M, MGN_36M, MGN_48M, MGN_54M}, in phy_ConvertTxPowerByRateInDbmToRelativeValues() local
1038 for ( i = 0; i < sizeof( ofdmRates ); ++i ) in phy_ConvertTxPowerByRateInDbmToRelativeValues()
1040 value = PHY_GetTxPowerByRate( pAdapter, band, path, txNum, ofdmRates[i] ); in phy_ConvertTxPowerByRateInDbmToRelativeValues()
1041 PHY_SetTxPowerByRate( pAdapter, band, path, txNum, ofdmRates[i], value - base ); in phy_ConvertTxPowerByRateInDbmToRelativeValues()
1133 u8 ofdmRates[] = {MGN_6M, MGN_9M, MGN_12M, MGN_18M, MGN_24M, MGN_36M, MGN_48M, MGN_54M}; in PHY_SetTxPowerIndexByRateSection() local
1135 ofdmRates, sizeof(ofdmRates)/sizeof(u8)); in PHY_SetTxPowerIndexByRateSection()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/
H A Dhal_com_phycfg.c997 ofdmRates[8] = {MGN_6M, MGN_9M, MGN_12M, MGN_18M, MGN_24M, MGN_36M, MGN_48M, MGN_54M}, in phy_ConvertTxPowerByRateInDbmToRelativeValues() local
1025 for (i = 0; i < sizeof(ofdmRates); ++i) { in phy_ConvertTxPowerByRateInDbmToRelativeValues()
1026 value = PHY_GetTxPowerByRate(pAdapter, band, path, txNum, ofdmRates[i]); in phy_ConvertTxPowerByRateInDbmToRelativeValues()
1027 PHY_SetTxPowerByRate(pAdapter, band, path, txNum, ofdmRates[i], value - base); in phy_ConvertTxPowerByRateInDbmToRelativeValues()
1110 u8 ofdmRates[] = {MGN_6M, MGN_9M, MGN_12M, MGN_18M, MGN_24M, MGN_36M, MGN_48M, MGN_54M}; in PHY_SetTxPowerIndexByRateSection() local
1112 ofdmRates, sizeof(ofdmRates) / sizeof(u8)); in PHY_SetTxPowerIndexByRateSection()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/
H A Dhal_com_phycfg.c1969 ofdmRates[8] = {MGN_6M, MGN_9M, MGN_12M, MGN_18M, MGN_24M, MGN_36M, MGN_48M, MGN_54M}, in phy_ConvertTxPowerByRateInDbmToRelativeValues() local
1995 for (i = 0; i < sizeof(ofdmRates); ++i) { in phy_ConvertTxPowerByRateInDbmToRelativeValues()
1996 value = PHY_GetTxPowerByRate(pAdapter, band, path, ofdmRates[i]); in phy_ConvertTxPowerByRateInDbmToRelativeValues()
1997 PHY_SetTxPowerByRate(pAdapter, band, path, ofdmRates[i], value - base); in phy_ConvertTxPowerByRateInDbmToRelativeValues()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/
H A Dhal_com_phycfg.c2064 ofdmRates[8] = {MGN_6M, MGN_9M, MGN_12M, MGN_18M, MGN_24M, MGN_36M, MGN_48M, MGN_54M}, in phy_ConvertTxPowerByRateInDbmToRelativeValues() local
2090 for (i = 0; i < sizeof(ofdmRates); ++i) { in phy_ConvertTxPowerByRateInDbmToRelativeValues()
2091 value = PHY_GetTxPowerByRate(pAdapter, band, path, ofdmRates[i]); in phy_ConvertTxPowerByRateInDbmToRelativeValues()
2092 PHY_SetTxPowerByRate(pAdapter, band, path, ofdmRates[i], value - base); in phy_ConvertTxPowerByRateInDbmToRelativeValues()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/
H A Dhal_com_phycfg.c2064 ofdmRates[8] = {MGN_6M, MGN_9M, MGN_12M, MGN_18M, MGN_24M, MGN_36M, MGN_48M, MGN_54M}, in phy_ConvertTxPowerByRateInDbmToRelativeValues() local
2090 for (i = 0; i < sizeof(ofdmRates); ++i) { in phy_ConvertTxPowerByRateInDbmToRelativeValues()
2091 value = PHY_GetTxPowerByRate(pAdapter, band, path, ofdmRates[i]); in phy_ConvertTxPowerByRateInDbmToRelativeValues()
2092 PHY_SetTxPowerByRate(pAdapter, band, path, ofdmRates[i], value - base); in phy_ConvertTxPowerByRateInDbmToRelativeValues()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/
H A Dhal_com_phycfg.c2072 ofdmRates[8] = {MGN_6M, MGN_9M, MGN_12M, MGN_18M, MGN_24M, MGN_36M, MGN_48M, MGN_54M}, in phy_ConvertTxPowerByRateInDbmToRelativeValues() local
2098 for (i = 0; i < sizeof(ofdmRates); ++i) { in phy_ConvertTxPowerByRateInDbmToRelativeValues()
2099 value = PHY_GetTxPowerByRate(pAdapter, band, path, ofdmRates[i]); in phy_ConvertTxPowerByRateInDbmToRelativeValues()
2100 PHY_SetTxPowerByRate(pAdapter, band, path, ofdmRates[i], value - base); in phy_ConvertTxPowerByRateInDbmToRelativeValues()