Home
last modified time | relevance | path

Searched refs:CCK_TABLE_SIZE (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Ddm.h14 #define CCK_TABLE_SIZE 33 macro
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Dodm.h29 #define CCK_TABLE_SIZE 33 macro
1084 extern u8 CCKSwingTable_Ch1_Ch13[CCK_TABLE_SIZE][8];
1085 extern u8 CCKSwingTable_Ch14[CCK_TABLE_SIZE][8];
1088 extern u8 CCKSwingTable_Ch1_Ch13_New[CCK_TABLE_SIZE][8];
1089 extern u8 CCKSwingTable_Ch14_New[CCK_TABLE_SIZE][8];
H A Dodm.c52 u8 CCKSwingTable_Ch1_Ch13[CCK_TABLE_SIZE][8] = {
88 u8 CCKSwingTable_Ch14[CCK_TABLE_SIZE][8] = {
170 u8 CCKSwingTable_Ch1_Ch13_New[CCK_TABLE_SIZE][8] = {
206 u8 CCKSwingTable_Ch14_New[CCK_TABLE_SIZE][8] = {
H A DHalPhyRf_8723B.c241 if (Final_CCK_Swing_Index >= CCK_TABLE_SIZE) in ODM_TxPwrTrackSetPwr_8723B()
242 Final_CCK_Swing_Index = CCK_TABLE_SIZE-1; in ODM_TxPwrTrackSetPwr_8723B()
349 pConfig->SwingTableSize_CCK = CCK_TABLE_SIZE; in ConfigureTxpowerTrack_8723B()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Ddm.h14 #define CCK_TABLE_SIZE 33 macro
H A Ddm.c61 static const u8 cckswing_table_ch1ch13[CCK_TABLE_SIZE][8] = {
97 static const u8 cckswing_table_ch14[CCK_TABLE_SIZE][8] = {
1000 if (cck_index > CCK_TABLE_SIZE - 1) { in rtl92d_dm_txpower_tracking_callback_thermalmeter()
1001 cck_index = CCK_TABLE_SIZE - 1; in rtl92d_dm_txpower_tracking_callback_thermalmeter()
1060 if (cck_index >= CCK_TABLE_SIZE) in rtl92d_dm_txpower_tracking_callback_thermalmeter()
1061 cck_index = CCK_TABLE_SIZE - 1; in rtl92d_dm_txpower_tracking_callback_thermalmeter()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Ddm.h14 #define CCK_TABLE_SIZE 33 macro
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A Ddm_common.h19 #define CCK_TABLE_SIZE 33 macro
H A Ddm_common.c65 static const u8 cckswing_table_ch1ch13[CCK_TABLE_SIZE][8] = {
101 static const u8 cckswing_table_ch14[CCK_TABLE_SIZE][8] = {
943 if (cck_index > CCK_TABLE_SIZE - 1) in rtl92c_dm_txpower_tracking_callback_thermalmeter()
944 cck_index = CCK_TABLE_SIZE - 1; in rtl92c_dm_txpower_tracking_callback_thermalmeter()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Ddm.c63 static const u8 cckswing_table_ch1ch13[CCK_TABLE_SIZE][8] = {
99 static const u8 cckswing_table_ch14[CCK_TABLE_SIZE][8] = {
660 if (rtldm->swing_idx_cck >= CCK_TABLE_SIZE) in rtl8723be_dm_tx_power_track_set_power()
661 rtldm->swing_idx_cck = CCK_TABLE_SIZE - 1; in rtl8723be_dm_tx_power_track_set_power()
853 if (rtldm->cck_index > CCK_TABLE_SIZE - 1) in rtl8723be_dm_txpower_tracking_callback_thermalmeter()
854 rtldm->cck_index = CCK_TABLE_SIZE - 1; in rtl8723be_dm_txpower_tracking_callback_thermalmeter()
H A Ddm.h159 #define CCK_TABLE_SIZE 33 macro
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Ddm.h165 #define CCK_TABLE_SIZE 33 macro
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Ddm.h158 #define CCK_TABLE_SIZE 33 macro
H A Ddm.c61 static const u8 cck_tbl_ch1_13[CCK_TABLE_SIZE][8] = {
97 static const u8 cck_tbl_ch14[CCK_TABLE_SIZE][8] = {
1040 if (cck_index > CCK_TABLE_SIZE-1) in dm_txpower_track_cb_therm()
1041 cck_index = CCK_TABLE_SIZE-1; in dm_txpower_track_cb_therm()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Ddm.h163 #define CCK_TABLE_SIZE 33 macro