Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/hal/
A Dodm.h30 #define CCK_TABLE_SIZE 33 macro
1092 extern u8 CCKSwingTable_Ch1_Ch13[CCK_TABLE_SIZE][8];
1093 extern u8 CCKSwingTable_Ch14[CCK_TABLE_SIZE][8];
1096 extern u8 CCKSwingTable_Ch1_Ch13_New[CCK_TABLE_SIZE][8];
1097 extern u8 CCKSwingTable_Ch14_New[CCK_TABLE_SIZE][8];
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] = {
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()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
A Ddm.h14 #define CCK_TABLE_SIZE 33 macro
/linux/drivers/staging/r8188eu/include/
A Dodm.h671 #define CCK_TABLE_SIZE 33 macro
674 extern u8 CCKSwingTable_Ch1_Ch13[CCK_TABLE_SIZE][8];
675 extern u8 CCKSwingTable_Ch14 [CCK_TABLE_SIZE][8];
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
A Ddm.h14 #define CCK_TABLE_SIZE 33 macro
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()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
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()
A Ddm.h159 #define CCK_TABLE_SIZE 33 macro
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
A Ddm.h14 #define CCK_TABLE_SIZE 33 macro
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
A Ddm_common.h19 #define CCK_TABLE_SIZE 33 macro
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()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
A Ddm.h165 #define CCK_TABLE_SIZE 33 macro
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
A Ddm.h158 #define CCK_TABLE_SIZE 33 macro
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()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
A Ddm.h163 #define CCK_TABLE_SIZE 33 macro
/linux/drivers/staging/r8188eu/hal/
A DHalPhyRf_8188e.c172 for (i = 0; i < CCK_TABLE_SIZE; i++) { in odm_TXPowerTrackingCallback_ThermalMeter_8188E()
270 if (CCK_index > CCK_TABLE_SIZE - 1) in odm_TXPowerTrackingCallback_ThermalMeter_8188E()
271 CCK_index = CCK_TABLE_SIZE - 1; in odm_TXPowerTrackingCallback_ThermalMeter_8188E()
A Dodm.c70 u8 CCKSwingTable_Ch1_Ch13[CCK_TABLE_SIZE][8] = {
106 u8 CCKSwingTable_Ch14[CCK_TABLE_SIZE][8] = {

Completed in 66 milliseconds