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