Searched refs:OFDM_TABLE_SIZE (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Ddm.h13 #define OFDM_TABLE_SIZE 37 macro
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Ddm.h13 #define OFDM_TABLE_SIZE 37 macro
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A Ddm_common.h18 #define OFDM_TABLE_SIZE 37 macro
H A Ddm_common.c25 static const u32 ofdmswing_table[OFDM_TABLE_SIZE] = {
936 if (ofdm_index[i] > OFDM_TABLE_SIZE - 1)
937 ofdm_index[i] = OFDM_TABLE_SIZE - 1;
/linux-master/drivers/staging/rtl8723bs/hal/
H A Dodm.h28 #define OFDM_TABLE_SIZE 43 macro
1083 extern u32 OFDMSwingTable[OFDM_TABLE_SIZE];
1087 extern u32 OFDMSwingTable_New[OFDM_TABLE_SIZE];
H A Dodm.c12 u32 OFDMSwingTable[OFDM_TABLE_SIZE] = {
124 u32 OFDMSwingTable_New[OFDM_TABLE_SIZE] = {
661 swingTableSize = OFDM_TABLE_SIZE;
699 pDM_Odm->DefaultOfdmIndex = (defaultSwingIndex >= OFDM_TABLE_SIZE) ? 30 : defaultSwingIndex;
H A DHalPhyRf_8723B.c54 if (OFDM_index >= OFDM_TABLE_SIZE)
55 OFDM_index = OFDM_TABLE_SIZE-1;
350 pConfig->SwingTableSize_OFDM = OFDM_TABLE_SIZE;
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Ddm.h158 #define OFDM_TABLE_SIZE 37 macro
H A Ddm.c848 if (rtldm->ofdm_index[0] > OFDM_TABLE_SIZE - 1)
849 rtldm->ofdm_index[0] = OFDM_TABLE_SIZE - 1;
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Ddm.h162 #define OFDM_TABLE_SIZE 37 macro
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Ddm.h157 #define OFDM_TABLE_SIZE 43 macro
H A Ddm.c15 static const u32 ofdmswing_table[OFDM_TABLE_SIZE] = {
1034 if (ofdm_index[i] > OFDM_TABLE_SIZE-1)
1035 ofdm_index[i] = OFDM_TABLE_SIZE-1;
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Ddm.h164 #define OFDM_TABLE_SIZE 43 macro

Completed in 373 milliseconds