| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/ |
| H A D | hal_mp.c | 278 if (((CurrCCKSwingVal & 0xff) == (u32)cck_swing_table_ch14[i][0]) && in hal_mpt_CCKTxPowerAdjust() 279 (((CurrCCKSwingVal & 0xff00) >> 8) == (u32)cck_swing_table_ch14[i][1])) { in hal_mpt_CCKTxPowerAdjust() 286 TempVal = cck_swing_table_ch14[CCKSwingIndex][0] + in hal_mpt_CCKTxPowerAdjust() 287 (cck_swing_table_ch14[CCKSwingIndex][1] << 8); in hal_mpt_CCKTxPowerAdjust() 291 TempVal2 = cck_swing_table_ch14[CCKSwingIndex][2] + in hal_mpt_CCKTxPowerAdjust() 292 (cck_swing_table_ch14[CCKSwingIndex][3] << 8) + in hal_mpt_CCKTxPowerAdjust() 293 (cck_swing_table_ch14[CCKSwingIndex][4] << 16) + in hal_mpt_CCKTxPowerAdjust() 294 (cck_swing_table_ch14[CCKSwingIndex][5] << 24); in hal_mpt_CCKTxPowerAdjust() 298 TempVal3 = cck_swing_table_ch14[CCKSwingIndex][6] + in hal_mpt_CCKTxPowerAdjust() 299 (cck_swing_table_ch14[CCKSwingIndex][7] << 8); in hal_mpt_CCKTxPowerAdjust()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/ |
| H A D | hal_mp.c | 289 if (((CurrCCKSwingVal & 0xff) == (u32)cck_swing_table_ch14[i][0]) && in hal_mpt_CCKTxPowerAdjust() 290 (((CurrCCKSwingVal & 0xff00) >> 8) == (u32)cck_swing_table_ch14[i][1])) { in hal_mpt_CCKTxPowerAdjust() 297 TempVal = cck_swing_table_ch14[CCKSwingIndex][0] + in hal_mpt_CCKTxPowerAdjust() 298 (cck_swing_table_ch14[CCKSwingIndex][1] << 8); in hal_mpt_CCKTxPowerAdjust() 302 TempVal2 = cck_swing_table_ch14[CCKSwingIndex][2] + in hal_mpt_CCKTxPowerAdjust() 303 (cck_swing_table_ch14[CCKSwingIndex][3] << 8) + in hal_mpt_CCKTxPowerAdjust() 304 (cck_swing_table_ch14[CCKSwingIndex][4] << 16) + in hal_mpt_CCKTxPowerAdjust() 305 (cck_swing_table_ch14[CCKSwingIndex][5] << 24); in hal_mpt_CCKTxPowerAdjust() 309 TempVal3 = cck_swing_table_ch14[CCKSwingIndex][6] + in hal_mpt_CCKTxPowerAdjust() 310 (cck_swing_table_ch14[CCKSwingIndex][7] << 8); in hal_mpt_CCKTxPowerAdjust()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/ |
| H A D | hal_mp.c | 289 if (((CurrCCKSwingVal & 0xff) == (u32)cck_swing_table_ch14[i][0]) && in hal_mpt_CCKTxPowerAdjust() 290 (((CurrCCKSwingVal & 0xff00) >> 8) == (u32)cck_swing_table_ch14[i][1])) { in hal_mpt_CCKTxPowerAdjust() 297 TempVal = cck_swing_table_ch14[CCKSwingIndex][0] + in hal_mpt_CCKTxPowerAdjust() 298 (cck_swing_table_ch14[CCKSwingIndex][1] << 8); in hal_mpt_CCKTxPowerAdjust() 302 TempVal2 = cck_swing_table_ch14[CCKSwingIndex][2] + in hal_mpt_CCKTxPowerAdjust() 303 (cck_swing_table_ch14[CCKSwingIndex][3] << 8) + in hal_mpt_CCKTxPowerAdjust() 304 (cck_swing_table_ch14[CCKSwingIndex][4] << 16) + in hal_mpt_CCKTxPowerAdjust() 305 (cck_swing_table_ch14[CCKSwingIndex][5] << 24); in hal_mpt_CCKTxPowerAdjust() 309 TempVal3 = cck_swing_table_ch14[CCKSwingIndex][6] + in hal_mpt_CCKTxPowerAdjust() 310 (cck_swing_table_ch14[CCKSwingIndex][7] << 8); in hal_mpt_CCKTxPowerAdjust()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/ |
| H A D | hal_mp.c | 289 if (((CurrCCKSwingVal & 0xff) == (u32)cck_swing_table_ch14[i][0]) && in hal_mpt_CCKTxPowerAdjust() 290 (((CurrCCKSwingVal & 0xff00) >> 8) == (u32)cck_swing_table_ch14[i][1])) { in hal_mpt_CCKTxPowerAdjust() 297 TempVal = cck_swing_table_ch14[CCKSwingIndex][0] + in hal_mpt_CCKTxPowerAdjust() 298 (cck_swing_table_ch14[CCKSwingIndex][1] << 8); in hal_mpt_CCKTxPowerAdjust() 302 TempVal2 = cck_swing_table_ch14[CCKSwingIndex][2] + in hal_mpt_CCKTxPowerAdjust() 303 (cck_swing_table_ch14[CCKSwingIndex][3] << 8) + in hal_mpt_CCKTxPowerAdjust() 304 (cck_swing_table_ch14[CCKSwingIndex][4] << 16) + in hal_mpt_CCKTxPowerAdjust() 305 (cck_swing_table_ch14[CCKSwingIndex][5] << 24); in hal_mpt_CCKTxPowerAdjust() 309 TempVal3 = cck_swing_table_ch14[CCKSwingIndex][6] + in hal_mpt_CCKTxPowerAdjust() 310 (cck_swing_table_ch14[CCKSwingIndex][7] << 8); in hal_mpt_CCKTxPowerAdjust()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/ |
| H A D | hal_mp.c | 287 if (((CurrCCKSwingVal & 0xff) == (u32)cck_swing_table_ch14[i][0]) && in hal_mpt_CCKTxPowerAdjust() 288 (((CurrCCKSwingVal & 0xff00) >> 8) == (u32)cck_swing_table_ch14[i][1])) { in hal_mpt_CCKTxPowerAdjust() 295 TempVal = cck_swing_table_ch14[CCKSwingIndex][0] + in hal_mpt_CCKTxPowerAdjust() 296 (cck_swing_table_ch14[CCKSwingIndex][1] << 8); in hal_mpt_CCKTxPowerAdjust() 300 TempVal2 = cck_swing_table_ch14[CCKSwingIndex][2] + in hal_mpt_CCKTxPowerAdjust() 301 (cck_swing_table_ch14[CCKSwingIndex][3] << 8) + in hal_mpt_CCKTxPowerAdjust() 302 (cck_swing_table_ch14[CCKSwingIndex][4] << 16) + in hal_mpt_CCKTxPowerAdjust() 303 (cck_swing_table_ch14[CCKSwingIndex][5] << 24); in hal_mpt_CCKTxPowerAdjust() 307 TempVal3 = cck_swing_table_ch14[CCKSwingIndex][6] + in hal_mpt_CCKTxPowerAdjust() 308 (cck_swing_table_ch14[CCKSwingIndex][7] << 8); in hal_mpt_CCKTxPowerAdjust()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/ |
| H A D | hal_mp.c | 288 if (((CurrCCKSwingVal & 0xff) == (u32)cck_swing_table_ch14[i][0]) && in hal_mpt_CCKTxPowerAdjust() 289 (((CurrCCKSwingVal & 0xff00) >> 8) == (u32)cck_swing_table_ch14[i][1])) { in hal_mpt_CCKTxPowerAdjust() 296 TempVal = cck_swing_table_ch14[CCKSwingIndex][0] + in hal_mpt_CCKTxPowerAdjust() 297 (cck_swing_table_ch14[CCKSwingIndex][1] << 8); in hal_mpt_CCKTxPowerAdjust() 301 TempVal2 = cck_swing_table_ch14[CCKSwingIndex][2] + in hal_mpt_CCKTxPowerAdjust() 302 (cck_swing_table_ch14[CCKSwingIndex][3] << 8) + in hal_mpt_CCKTxPowerAdjust() 303 (cck_swing_table_ch14[CCKSwingIndex][4] << 16) + in hal_mpt_CCKTxPowerAdjust() 304 (cck_swing_table_ch14[CCKSwingIndex][5] << 24); in hal_mpt_CCKTxPowerAdjust() 308 TempVal3 = cck_swing_table_ch14[CCKSwingIndex][6] + in hal_mpt_CCKTxPowerAdjust() 309 (cck_swing_table_ch14[CCKSwingIndex][7] << 8); in hal_mpt_CCKTxPowerAdjust()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/ |
| H A D | hal_mp.c | 287 if (((CurrCCKSwingVal & 0xff) == (u32)cck_swing_table_ch14[i][0]) && in hal_mpt_CCKTxPowerAdjust() 288 (((CurrCCKSwingVal & 0xff00) >> 8) == (u32)cck_swing_table_ch14[i][1])) { in hal_mpt_CCKTxPowerAdjust() 295 TempVal = cck_swing_table_ch14[CCKSwingIndex][0] + in hal_mpt_CCKTxPowerAdjust() 296 (cck_swing_table_ch14[CCKSwingIndex][1] << 8); in hal_mpt_CCKTxPowerAdjust() 300 TempVal2 = cck_swing_table_ch14[CCKSwingIndex][2] + in hal_mpt_CCKTxPowerAdjust() 301 (cck_swing_table_ch14[CCKSwingIndex][3] << 8) + in hal_mpt_CCKTxPowerAdjust() 302 (cck_swing_table_ch14[CCKSwingIndex][4] << 16) + in hal_mpt_CCKTxPowerAdjust() 303 (cck_swing_table_ch14[CCKSwingIndex][5] << 24); in hal_mpt_CCKTxPowerAdjust() 307 TempVal3 = cck_swing_table_ch14[CCKSwingIndex][6] + in hal_mpt_CCKTxPowerAdjust() 308 (cck_swing_table_ch14[CCKSwingIndex][7] << 8); in hal_mpt_CCKTxPowerAdjust()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/ |
| H A D | hal_mp.c | 287 if (((CurrCCKSwingVal & 0xff) == (u32)cck_swing_table_ch14[i][0]) && in hal_mpt_CCKTxPowerAdjust() 288 (((CurrCCKSwingVal & 0xff00) >> 8) == (u32)cck_swing_table_ch14[i][1])) { in hal_mpt_CCKTxPowerAdjust() 295 TempVal = cck_swing_table_ch14[CCKSwingIndex][0] + in hal_mpt_CCKTxPowerAdjust() 296 (cck_swing_table_ch14[CCKSwingIndex][1] << 8); in hal_mpt_CCKTxPowerAdjust() 300 TempVal2 = cck_swing_table_ch14[CCKSwingIndex][2] + in hal_mpt_CCKTxPowerAdjust() 301 (cck_swing_table_ch14[CCKSwingIndex][3] << 8) + in hal_mpt_CCKTxPowerAdjust() 302 (cck_swing_table_ch14[CCKSwingIndex][4] << 16) + in hal_mpt_CCKTxPowerAdjust() 303 (cck_swing_table_ch14[CCKSwingIndex][5] << 24); in hal_mpt_CCKTxPowerAdjust() 307 TempVal3 = cck_swing_table_ch14[CCKSwingIndex][6] + in hal_mpt_CCKTxPowerAdjust() 308 (cck_swing_table_ch14[CCKSwingIndex][7] << 8); in hal_mpt_CCKTxPowerAdjust()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/ |
| H A D | hal_mp.c | 288 if (((CurrCCKSwingVal & 0xff) == (u32)cck_swing_table_ch14[i][0]) && in hal_mpt_CCKTxPowerAdjust() 289 (((CurrCCKSwingVal & 0xff00) >> 8) == (u32)cck_swing_table_ch14[i][1])) { in hal_mpt_CCKTxPowerAdjust() 296 TempVal = cck_swing_table_ch14[CCKSwingIndex][0] + in hal_mpt_CCKTxPowerAdjust() 297 (cck_swing_table_ch14[CCKSwingIndex][1] << 8); in hal_mpt_CCKTxPowerAdjust() 301 TempVal2 = cck_swing_table_ch14[CCKSwingIndex][2] + in hal_mpt_CCKTxPowerAdjust() 302 (cck_swing_table_ch14[CCKSwingIndex][3] << 8) + in hal_mpt_CCKTxPowerAdjust() 303 (cck_swing_table_ch14[CCKSwingIndex][4] << 16) + in hal_mpt_CCKTxPowerAdjust() 304 (cck_swing_table_ch14[CCKSwingIndex][5] << 24); in hal_mpt_CCKTxPowerAdjust() 308 TempVal3 = cck_swing_table_ch14[CCKSwingIndex][6] + in hal_mpt_CCKTxPowerAdjust() 309 (cck_swing_table_ch14[CCKSwingIndex][7] << 8); in hal_mpt_CCKTxPowerAdjust()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/ |
| H A D | hal_mp.c | 287 if (((CurrCCKSwingVal & 0xff) == (u32)cck_swing_table_ch14[i][0]) && in hal_mpt_CCKTxPowerAdjust() 288 (((CurrCCKSwingVal & 0xff00) >> 8) == (u32)cck_swing_table_ch14[i][1])) { in hal_mpt_CCKTxPowerAdjust() 295 TempVal = cck_swing_table_ch14[CCKSwingIndex][0] + in hal_mpt_CCKTxPowerAdjust() 296 (cck_swing_table_ch14[CCKSwingIndex][1] << 8); in hal_mpt_CCKTxPowerAdjust() 300 TempVal2 = cck_swing_table_ch14[CCKSwingIndex][2] + in hal_mpt_CCKTxPowerAdjust() 301 (cck_swing_table_ch14[CCKSwingIndex][3] << 8) + in hal_mpt_CCKTxPowerAdjust() 302 (cck_swing_table_ch14[CCKSwingIndex][4] << 16) + in hal_mpt_CCKTxPowerAdjust() 303 (cck_swing_table_ch14[CCKSwingIndex][5] << 24); in hal_mpt_CCKTxPowerAdjust() 307 TempVal3 = cck_swing_table_ch14[CCKSwingIndex][6] + in hal_mpt_CCKTxPowerAdjust() 308 (cck_swing_table_ch14[CCKSwingIndex][7] << 8); in hal_mpt_CCKTxPowerAdjust()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/ |
| H A D | hal_mp.c | 287 if (((CurrCCKSwingVal & 0xff) == (u32)cck_swing_table_ch14[i][0]) && in hal_mpt_CCKTxPowerAdjust() 288 (((CurrCCKSwingVal & 0xff00) >> 8) == (u32)cck_swing_table_ch14[i][1])) { in hal_mpt_CCKTxPowerAdjust() 295 TempVal = cck_swing_table_ch14[CCKSwingIndex][0] + in hal_mpt_CCKTxPowerAdjust() 296 (cck_swing_table_ch14[CCKSwingIndex][1] << 8); in hal_mpt_CCKTxPowerAdjust() 300 TempVal2 = cck_swing_table_ch14[CCKSwingIndex][2] + in hal_mpt_CCKTxPowerAdjust() 301 (cck_swing_table_ch14[CCKSwingIndex][3] << 8) + in hal_mpt_CCKTxPowerAdjust() 302 (cck_swing_table_ch14[CCKSwingIndex][4] << 16) + in hal_mpt_CCKTxPowerAdjust() 303 (cck_swing_table_ch14[CCKSwingIndex][5] << 24); in hal_mpt_CCKTxPowerAdjust() 307 TempVal3 = cck_swing_table_ch14[CCKSwingIndex][6] + in hal_mpt_CCKTxPowerAdjust() 308 (cck_swing_table_ch14[CCKSwingIndex][7] << 8); in hal_mpt_CCKTxPowerAdjust()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/ |
| H A D | hal_mp.c | 287 if (((CurrCCKSwingVal & 0xff) == (u32)cck_swing_table_ch14[i][0]) && in hal_mpt_CCKTxPowerAdjust() 288 (((CurrCCKSwingVal & 0xff00) >> 8) == (u32)cck_swing_table_ch14[i][1])) { in hal_mpt_CCKTxPowerAdjust() 295 TempVal = cck_swing_table_ch14[CCKSwingIndex][0] + in hal_mpt_CCKTxPowerAdjust() 296 (cck_swing_table_ch14[CCKSwingIndex][1] << 8); in hal_mpt_CCKTxPowerAdjust() 300 TempVal2 = cck_swing_table_ch14[CCKSwingIndex][2] + in hal_mpt_CCKTxPowerAdjust() 301 (cck_swing_table_ch14[CCKSwingIndex][3] << 8) + in hal_mpt_CCKTxPowerAdjust() 302 (cck_swing_table_ch14[CCKSwingIndex][4] << 16) + in hal_mpt_CCKTxPowerAdjust() 303 (cck_swing_table_ch14[CCKSwingIndex][5] << 24); in hal_mpt_CCKTxPowerAdjust() 307 TempVal3 = cck_swing_table_ch14[CCKSwingIndex][6] + in hal_mpt_CCKTxPowerAdjust() 308 (cck_swing_table_ch14[CCKSwingIndex][7] << 8); in hal_mpt_CCKTxPowerAdjust()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/ |
| H A D | hal_mp.c | 287 if (((CurrCCKSwingVal & 0xff) == (u32)cck_swing_table_ch14[i][0]) && in hal_mpt_CCKTxPowerAdjust() 288 (((CurrCCKSwingVal & 0xff00) >> 8) == (u32)cck_swing_table_ch14[i][1])) { in hal_mpt_CCKTxPowerAdjust() 295 TempVal = cck_swing_table_ch14[CCKSwingIndex][0] + in hal_mpt_CCKTxPowerAdjust() 296 (cck_swing_table_ch14[CCKSwingIndex][1] << 8); in hal_mpt_CCKTxPowerAdjust() 300 TempVal2 = cck_swing_table_ch14[CCKSwingIndex][2] + in hal_mpt_CCKTxPowerAdjust() 301 (cck_swing_table_ch14[CCKSwingIndex][3] << 8) + in hal_mpt_CCKTxPowerAdjust() 302 (cck_swing_table_ch14[CCKSwingIndex][4] << 16) + in hal_mpt_CCKTxPowerAdjust() 303 (cck_swing_table_ch14[CCKSwingIndex][5] << 24); in hal_mpt_CCKTxPowerAdjust() 307 TempVal3 = cck_swing_table_ch14[CCKSwingIndex][6] + in hal_mpt_CCKTxPowerAdjust() 308 (cck_swing_table_ch14[CCKSwingIndex][7] << 8); in hal_mpt_CCKTxPowerAdjust()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/halrf/ |
| H A D | halrf_powertracking_iot.c | 114 u8 cck_swing_table_ch14[CCK_TABLE_SIZE][8] = { variable
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/halrf/ |
| H A D | halrf_powertracking_iot.c | 114 u8 cck_swing_table_ch14[CCK_TABLE_SIZE][8] = { variable
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/halrf/ |
| H A D | halrf_powertracking_iot.c | 114 u8 cck_swing_table_ch14[CCK_TABLE_SIZE][8] = { variable
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/halrf/ |
| H A D | halrf_powertracking_iot.c | 114 u8 cck_swing_table_ch14[CCK_TABLE_SIZE][8] = { variable
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/halrf/ |
| H A D | halrf_powertracking_iot.c | 113 const u8 cck_swing_table_ch14[CCK_TABLE_SIZE][8] = { variable
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/halrf/ |
| H A D | halrf_powertracking_iot.c | 113 const u8 cck_swing_table_ch14[CCK_TABLE_SIZE][8] = { variable
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/halrf/ |
| H A D | halrf_powertracking_iot.c | 113 const u8 cck_swing_table_ch14[CCK_TABLE_SIZE][8] = { variable
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/halrf/ |
| H A D | halrf_powertracking_iot.c | 114 const u8 cck_swing_table_ch14[CCK_TABLE_SIZE][8] = { variable
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/halrf/ |
| H A D | halrf_powertracking_iot.c | 113 const u8 cck_swing_table_ch14[CCK_TABLE_SIZE][8] = { variable
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/halrf/ |
| H A D | halrf_powertracking_iot.c | 113 const u8 cck_swing_table_ch14[CCK_TABLE_SIZE][8] = { variable
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/halrf/ |
| H A D | halrf_powertracking_iot.c | 113 const u8 cck_swing_table_ch14[CCK_TABLE_SIZE][8] = { variable
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/halrf/ |
| H A D | halrf_powertracking_win.h | 51 extern u8 cck_swing_table_ch14[CCK_TABLE_SIZE][8];
|