Home
last modified time | relevance | path

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

/drivers/staging/rtl8723bs/hal/
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 …]
Dhal_com.c1341 bool eqNByte(u8 *str1, u8 *str2, u32 num) in eqNByte() function
/drivers/staging/rtl8723bs/include/
Dhal_com.h249 bool eqNByte(u8 *str1, u8 *str2, u32 num);