Home
last modified time | relevance | path

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

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