Home
last modified time | relevance | path

Searched refs:eqNByte (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A Dhal_com_phycfg.c1965 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 Dhal_com.c1341 bool eqNByte(u8 *str1, u8 *str2, u32 num) in eqNByte() function
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/
H A Dhal_com_phycfg.c2261 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 Dhal_com.c5944 eqNByte( in eqNByte() function
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/
H A Dhal_com_phycfg.c2138 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 Dhal_com.c6512 eqNByte( in eqNByte() function
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/
H A Dhal_com_phycfg.c2692 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 Dhal_com.c7910 eqNByte( in eqNByte() function
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/
H A Dhal_com_phycfg.c3408 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 Dhal_com.c10179 eqNByte( in eqNByte() function
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/
H A Dhal_com_phycfg.c3631 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 Dhal_com.c12487 eqNByte( in eqNByte() function
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/
H A Dhal_com_phycfg.c3621 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 Dhal_com.c12744 eqNByte( in eqNByte() function
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/
H A Dhal_com_phycfg.c3630 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 Dhal_com.c12924 eqNByte( in eqNByte() function
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Dhal_com.h249 bool eqNByte(u8 *str1, u8 *str2, u32 num);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Dhal_com.h299 eqNByte(
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Dhal_com.h368 eqNByte(
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Dhal_com.h402 eqNByte(
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Dhal_com.h432 eqNByte(
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Dhal_com.h471 eqNByte(
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Dhal_com.h471 eqNByte(
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/
H A Dhal_com.h510 eqNByte(