| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/ |
| H A D | hal_com_phycfg.c | 1965 if (eqNByte(Regulation, (u8 *)("FCC"), 3)) in PHY_SetTxPowerLimit() 1967 else if (eqNByte(Regulation, (u8 *)("MKK"), 3)) in PHY_SetTxPowerLimit() 1969 else if (eqNByte(Regulation, (u8 *)("ETSI"), 4)) in PHY_SetTxPowerLimit() 1971 else if (eqNByte(Regulation, (u8 *)("WW13"), 4)) in PHY_SetTxPowerLimit() 1974 if (eqNByte(RateSection, (u8 *)("CCK"), 3) && eqNByte(RfPath, (u8 *)("1T"), 2)) in PHY_SetTxPowerLimit() 1976 else if (eqNByte(RateSection, (u8 *)("OFDM"), 4) && eqNByte(RfPath, (u8 *)("1T"), 2)) in PHY_SetTxPowerLimit() 1978 else if (eqNByte(RateSection, (u8 *)("HT"), 2) && eqNByte(RfPath, (u8 *)("1T"), 2)) in PHY_SetTxPowerLimit() 1980 else if (eqNByte(RateSection, (u8 *)("HT"), 2) && eqNByte(RfPath, (u8 *)("2T"), 2)) in PHY_SetTxPowerLimit() 1982 else if (eqNByte(RateSection, (u8 *)("HT"), 2) && eqNByte(RfPath, (u8 *)("3T"), 2)) in PHY_SetTxPowerLimit() 1984 else if (eqNByte(RateSection, (u8 *)("HT"), 2) && eqNByte(RfPath, (u8 *)("4T"), 2)) in PHY_SetTxPowerLimit() [all …]
|
| H A D | hal_com.c | 1341 bool eqNByte(u8 *str1, u8 *str2, u32 num) in eqNByte() function
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/ |
| H A D | hal_com_phycfg.c | 2261 if ( eqNByte( Regulation, (u8 *)("FCC"), 3 ) ) regulation = 0; in PHY_SetTxPowerLimit() 2262 else if ( eqNByte( Regulation, (u8 *)("MKK"), 3 ) ) regulation = 1; in PHY_SetTxPowerLimit() 2263 else if ( eqNByte( Regulation, (u8 *)("ETSI"), 4 ) ) regulation = 2; in PHY_SetTxPowerLimit() 2264 else if ( eqNByte( Regulation, (u8 *)("WW13"), 4 ) ) regulation = 3; in PHY_SetTxPowerLimit() 2266 if ( eqNByte( RateSection, (u8 *)("CCK"), 3 ) && eqNByte( RfPath, (u8 *)("1T"), 2 ) ) in PHY_SetTxPowerLimit() 2268 else if ( eqNByte( RateSection, (u8 *)("OFDM"), 4 ) && eqNByte( RfPath, (u8 *)("1T"), 2 ) ) in PHY_SetTxPowerLimit() 2270 else if ( eqNByte( RateSection, (u8 *)("HT"), 2 ) && eqNByte( RfPath, (u8 *)("1T"), 2 ) ) in PHY_SetTxPowerLimit() 2272 else if ( eqNByte( RateSection, (u8 *)("HT"), 2 ) && eqNByte( RfPath, (u8 *)("2T"), 2 ) ) in PHY_SetTxPowerLimit() 2274 else if ( eqNByte( RateSection, (u8 *)("HT"), 2 ) && eqNByte( RfPath, (u8 *)("3T"), 2 ) ) in PHY_SetTxPowerLimit() 2276 else if ( eqNByte( RateSection, (u8 *)("HT"), 2 ) && eqNByte( RfPath, (u8 *)("4T"), 2 ) ) in PHY_SetTxPowerLimit() [all …]
|
| H A D | hal_com.c | 5944 eqNByte( in eqNByte() function
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/ |
| H A D | hal_com_phycfg.c | 2138 if (eqNByte(Regulation, (u8 *)("FCC"), 3)) in PHY_SetTxPowerLimit() 2140 else if (eqNByte(Regulation, (u8 *)("MKK"), 3)) in PHY_SetTxPowerLimit() 2142 else if (eqNByte(Regulation, (u8 *)("ETSI"), 4)) in PHY_SetTxPowerLimit() 2144 else if (eqNByte(Regulation, (u8 *)("WW13"), 4)) in PHY_SetTxPowerLimit() 2151 if (eqNByte(RateSection, (u8 *)("CCK"), 3) && eqNByte(RfPath, (u8 *)("1T"), 2)) in PHY_SetTxPowerLimit() 2153 else if (eqNByte(RateSection, (u8 *)("OFDM"), 4) && eqNByte(RfPath, (u8 *)("1T"), 2)) in PHY_SetTxPowerLimit() 2155 else if (eqNByte(RateSection, (u8 *)("HT"), 2) && eqNByte(RfPath, (u8 *)("1T"), 2)) in PHY_SetTxPowerLimit() 2157 else if (eqNByte(RateSection, (u8 *)("HT"), 2) && eqNByte(RfPath, (u8 *)("2T"), 2)) in PHY_SetTxPowerLimit() 2159 else if (eqNByte(RateSection, (u8 *)("HT"), 2) && eqNByte(RfPath, (u8 *)("3T"), 2)) in PHY_SetTxPowerLimit() 2161 else if (eqNByte(RateSection, (u8 *)("HT"), 2) && eqNByte(RfPath, (u8 *)("4T"), 2)) in PHY_SetTxPowerLimit() [all …]
|
| H A D | hal_com.c | 6512 eqNByte( in eqNByte() function
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/ |
| H A D | hal_com_phycfg.c | 2692 if (eqNByte(Regulation, (u8 *)("FCC"), 3)) in PHY_SetTxPowerLimit() 2694 else if (eqNByte(Regulation, (u8 *)("MKK"), 3)) in PHY_SetTxPowerLimit() 2696 else if (eqNByte(Regulation, (u8 *)("ETSI"), 4)) in PHY_SetTxPowerLimit() 2698 else if (eqNByte(Regulation, (u8 *)("WW13"), 4)) in PHY_SetTxPowerLimit() 2705 if (eqNByte(RateSection, (u8 *)("CCK"), 3) && eqNByte(RfPath, (u8 *)("1T"), 2)) in PHY_SetTxPowerLimit() 2707 else if (eqNByte(RateSection, (u8 *)("OFDM"), 4) && eqNByte(RfPath, (u8 *)("1T"), 2)) in PHY_SetTxPowerLimit() 2709 else if (eqNByte(RateSection, (u8 *)("HT"), 2) && eqNByte(RfPath, (u8 *)("1T"), 2)) in PHY_SetTxPowerLimit() 2711 else if (eqNByte(RateSection, (u8 *)("HT"), 2) && eqNByte(RfPath, (u8 *)("2T"), 2)) in PHY_SetTxPowerLimit() 2713 else if (eqNByte(RateSection, (u8 *)("HT"), 2) && eqNByte(RfPath, (u8 *)("3T"), 2)) in PHY_SetTxPowerLimit() 2715 else if (eqNByte(RateSection, (u8 *)("HT"), 2) && eqNByte(RfPath, (u8 *)("4T"), 2)) in PHY_SetTxPowerLimit() [all …]
|
| H A D | hal_com.c | 7910 eqNByte( in eqNByte() function
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/ |
| H A D | hal_com_phycfg.c | 3408 if (eqNByte(RateSection, (u8 *)("CCK"), 3)) in phy_set_tx_power_limit() 3410 else if (eqNByte(RateSection, (u8 *)("OFDM"), 4)) in phy_set_tx_power_limit() 3412 else if (eqNByte(RateSection, (u8 *)("HT"), 2)) in phy_set_tx_power_limit() 3414 else if (eqNByte(RateSection, (u8 *)("VHT"), 3)) in phy_set_tx_power_limit() 3421 if (eqNByte(ntx, (u8 *)("1T"), 2)) in phy_set_tx_power_limit() 3423 else if (eqNByte(ntx, (u8 *)("2T"), 2)) in phy_set_tx_power_limit() 3425 else if (eqNByte(ntx, (u8 *)("3T"), 2)) in phy_set_tx_power_limit() 3427 else if (eqNByte(ntx, (u8 *)("4T"), 2)) in phy_set_tx_power_limit() 3434 if (eqNByte(Bandwidth, (u8 *)("20M"), 3)) in phy_set_tx_power_limit() 3436 else if (eqNByte(Bandwidth, (u8 *)("40M"), 3)) in phy_set_tx_power_limit() [all …]
|
| H A D | hal_com.c | 10179 eqNByte( in eqNByte() function
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/ |
| H A D | hal_com_phycfg.c | 3631 if (eqNByte(RateSection, (u8 *)("CCK"), 3)) in phy_set_tx_power_limit() 3633 else if (eqNByte(RateSection, (u8 *)("OFDM"), 4)) in phy_set_tx_power_limit() 3635 else if (eqNByte(RateSection, (u8 *)("HT"), 2)) in phy_set_tx_power_limit() 3637 else if (eqNByte(RateSection, (u8 *)("VHT"), 3)) in phy_set_tx_power_limit() 3644 if (eqNByte(ntx, (u8 *)("1T"), 2)) in phy_set_tx_power_limit() 3646 else if (eqNByte(ntx, (u8 *)("2T"), 2)) in phy_set_tx_power_limit() 3648 else if (eqNByte(ntx, (u8 *)("3T"), 2)) in phy_set_tx_power_limit() 3650 else if (eqNByte(ntx, (u8 *)("4T"), 2)) in phy_set_tx_power_limit() 3657 if (eqNByte(Bandwidth, (u8 *)("20M"), 3)) in phy_set_tx_power_limit() 3659 else if (eqNByte(Bandwidth, (u8 *)("40M"), 3)) in phy_set_tx_power_limit() [all …]
|
| H A D | hal_com.c | 12487 eqNByte( in eqNByte() function
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/ |
| H A D | hal_com_phycfg.c | 3621 if (eqNByte(RateSection, (u8 *)("CCK"), 3)) in phy_set_tx_power_limit() 3623 else if (eqNByte(RateSection, (u8 *)("OFDM"), 4)) in phy_set_tx_power_limit() 3625 else if (eqNByte(RateSection, (u8 *)("HT"), 2)) in phy_set_tx_power_limit() 3627 else if (eqNByte(RateSection, (u8 *)("VHT"), 3)) in phy_set_tx_power_limit() 3634 if (eqNByte(ntx, (u8 *)("1T"), 2)) in phy_set_tx_power_limit() 3636 else if (eqNByte(ntx, (u8 *)("2T"), 2)) in phy_set_tx_power_limit() 3638 else if (eqNByte(ntx, (u8 *)("3T"), 2)) in phy_set_tx_power_limit() 3640 else if (eqNByte(ntx, (u8 *)("4T"), 2)) in phy_set_tx_power_limit() 3647 if (eqNByte(Bandwidth, (u8 *)("20M"), 3)) in phy_set_tx_power_limit() 3649 else if (eqNByte(Bandwidth, (u8 *)("40M"), 3)) in phy_set_tx_power_limit() [all …]
|
| H A D | hal_com.c | 12744 eqNByte( in eqNByte() function
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/ |
| H A D | hal_com_phycfg.c | 3630 if (eqNByte(RateSection, (u8 *)("CCK"), 3)) in phy_set_tx_power_limit() 3632 else if (eqNByte(RateSection, (u8 *)("OFDM"), 4)) in phy_set_tx_power_limit() 3634 else if (eqNByte(RateSection, (u8 *)("HT"), 2)) in phy_set_tx_power_limit() 3636 else if (eqNByte(RateSection, (u8 *)("VHT"), 3)) in phy_set_tx_power_limit() 3643 if (eqNByte(ntx, (u8 *)("1T"), 2)) in phy_set_tx_power_limit() 3645 else if (eqNByte(ntx, (u8 *)("2T"), 2)) in phy_set_tx_power_limit() 3647 else if (eqNByte(ntx, (u8 *)("3T"), 2)) in phy_set_tx_power_limit() 3649 else if (eqNByte(ntx, (u8 *)("4T"), 2)) in phy_set_tx_power_limit() 3656 if (eqNByte(Bandwidth, (u8 *)("20M"), 3)) in phy_set_tx_power_limit() 3658 else if (eqNByte(Bandwidth, (u8 *)("40M"), 3)) in phy_set_tx_power_limit() [all …]
|
| H A D | hal_com.c | 12924 eqNByte( in eqNByte() function
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/ |
| H A D | hal_com.h | 249 bool eqNByte(u8 *str1, u8 *str2, u32 num);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/ |
| H A D | hal_com.h | 299 eqNByte(
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/ |
| H A D | hal_com.h | 368 eqNByte(
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/ |
| H A D | hal_com.h | 402 eqNByte(
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/ |
| H A D | hal_com.h | 432 eqNByte(
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/ |
| H A D | hal_com.h | 471 eqNByte(
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/ |
| H A D | hal_com.h | 471 eqNByte(
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/ |
| H A D | hal_com.h | 510 eqNByte(
|