Searched refs:STR_EQUAL_5G (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/staging/rtl8723bs/hal/ |
| D | hal_com_phycfg.c | 2823 #define STR_EQUAL_5G(_band, _path, _sign, _rate, _chnl) \ in initDeltaSwingIndexTables() macro 2865 } else if (STR_EQUAL_5G("5G", "A", "+", "ALL", "0")) { in initDeltaSwingIndexTables() 2867 } else if (STR_EQUAL_5G("5G", "A", "-", "ALL", "0")) { in initDeltaSwingIndexTables() 2869 } else if (STR_EQUAL_5G("5G", "B", "+", "ALL", "0")) { in initDeltaSwingIndexTables() 2871 } else if (STR_EQUAL_5G("5G", "B", "-", "ALL", "0")) { in initDeltaSwingIndexTables() 2873 } else if (STR_EQUAL_5G("5G", "A", "+", "ALL", "1")) { in initDeltaSwingIndexTables() 2875 } else if (STR_EQUAL_5G("5G", "A", "-", "ALL", "1")) { in initDeltaSwingIndexTables() 2877 } else if (STR_EQUAL_5G("5G", "B", "+", "ALL", "1")) { in initDeltaSwingIndexTables() 2879 } else if (STR_EQUAL_5G("5G", "B", "-", "ALL", "1")) { in initDeltaSwingIndexTables() 2881 } else if (STR_EQUAL_5G("5G", "A", "+", "ALL", "2")) { in initDeltaSwingIndexTables() [all …]
|