Searched refs:eqNByte (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/staging/rtl8723bs/hal/ |
D | hal_com_phycfg.c | 823 if (eqNByte(Regulation, (u8 *)("FCC"), 3)) in PHY_SetTxPowerLimit() 825 else if (eqNByte(Regulation, (u8 *)("MKK"), 3)) in PHY_SetTxPowerLimit() 827 else if (eqNByte(Regulation, (u8 *)("ETSI"), 4)) in PHY_SetTxPowerLimit() 829 else if (eqNByte(Regulation, (u8 *)("WW13"), 4)) in PHY_SetTxPowerLimit() 832 if (eqNByte(RateSection, (u8 *)("CCK"), 3) && eqNByte(RfPath, (u8 *)("1T"), 2)) in PHY_SetTxPowerLimit() 834 else if (eqNByte(RateSection, (u8 *)("OFDM"), 4) && eqNByte(RfPath, (u8 *)("1T"), 2)) in PHY_SetTxPowerLimit() 836 else if (eqNByte(RateSection, (u8 *)("HT"), 2) && eqNByte(RfPath, (u8 *)("1T"), 2)) in PHY_SetTxPowerLimit() 841 if (eqNByte(Bandwidth, (u8 *)("20M"), 3)) in PHY_SetTxPowerLimit() 843 else if (eqNByte(Bandwidth, (u8 *)("40M"), 3)) in PHY_SetTxPowerLimit()
|
D | hal_com.c | 849 bool eqNByte(u8 *str1, u8 *str2, u32 num) in eqNByte() function
|
/linux-6.12.1/drivers/staging/rtl8723bs/include/ |
D | hal_com.h | 148 bool eqNByte(u8 *str1, u8 *str2, u32 num);
|