Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Dhal_com_phycfg.c824 if (eqNByte(Regulation, (u8 *)("FCC"), 3)) in PHY_SetTxPowerLimit()
826 else if (eqNByte(Regulation, (u8 *)("MKK"), 3)) in PHY_SetTxPowerLimit()
828 else if (eqNByte(Regulation, (u8 *)("ETSI"), 4)) in PHY_SetTxPowerLimit()
830 else if (eqNByte(Regulation, (u8 *)("WW13"), 4)) in PHY_SetTxPowerLimit()
833 if (eqNByte(RateSection, (u8 *)("CCK"), 3) && eqNByte(RfPath, (u8 *)("1T"), 2)) in PHY_SetTxPowerLimit()
835 else if (eqNByte(RateSection, (u8 *)("OFDM"), 4) && eqNByte(RfPath, (u8 *)("1T"), 2)) in PHY_SetTxPowerLimit()
837 else if (eqNByte(RateSection, (u8 *)("HT"), 2) && eqNByte(RfPath, (u8 *)("1T"), 2)) in PHY_SetTxPowerLimit()
842 if (eqNByte(Bandwidth, (u8 *)("20M"), 3)) in PHY_SetTxPowerLimit()
844 else if (eqNByte(Bandwidth, (u8 *)("40M"), 3)) in PHY_SetTxPowerLimit()
H A Dhal_com.c850 bool eqNByte(u8 *str1, u8 *str2, u32 num) in eqNByte() function
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dhal_com.h148 bool eqNByte(u8 *str1, u8 *str2, u32 num);