Searched refs:eqNByte (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/rtl8723bs/hal/ |
D | hal_com_phycfg.c | 824 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()
|
D | hal_com.c | 850 bool eqNByte(u8 *str1, u8 *str2, u32 num) in eqNByte() function
|
/drivers/staging/rtl8723bs/include/ |
D | hal_com.h | 148 bool eqNByte(u8 *str1, u8 *str2, u32 num);
|