Searched refs:STR_EQUAL_5G (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | hal_com_phycfg.c | 2839 #define STR_EQUAL_5G(_band, _path, _sign, _rate, _chnl) \ in initDeltaSwingIndexTables() macro 2881 } else if (STR_EQUAL_5G("5G", "A", "+", "ALL", "0")) { in initDeltaSwingIndexTables() 2883 } else if (STR_EQUAL_5G("5G", "A", "-", "ALL", "0")) { in initDeltaSwingIndexTables() 2885 } else if (STR_EQUAL_5G("5G", "B", "+", "ALL", "0")) { in initDeltaSwingIndexTables() 2887 } else if (STR_EQUAL_5G("5G", "B", "-", "ALL", "0")) { in initDeltaSwingIndexTables() 2889 } else if (STR_EQUAL_5G("5G", "A", "+", "ALL", "1")) { in initDeltaSwingIndexTables() 2891 } else if (STR_EQUAL_5G("5G", "A", "-", "ALL", "1")) { in initDeltaSwingIndexTables() 2893 } else if (STR_EQUAL_5G("5G", "B", "+", "ALL", "1")) { in initDeltaSwingIndexTables() 2895 } else if (STR_EQUAL_5G("5G", "B", "-", "ALL", "1")) { in initDeltaSwingIndexTables() 2897 } else if (STR_EQUAL_5G("5G", "A", "+", "ALL", "2")) { in initDeltaSwingIndexTables() [all …]
|