Searched refs:diff_tab (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/rtl8822c/ |
| H A D | phydm_hal_api8822c.c | 475 s8 diff_tab[2][NUM_RATE_AC_2SS]; /*power diff table of 2 paths*/ in config_phydm_set_txagc_to_hw_8822c() local 506 odm_move_memory(dm, diff_tab[path], dm->txagc_buff[path], in config_phydm_set_txagc_to_hw_8822c() 512 pr_debug("[A][rate:%d] = %d\n", i, diff_tab[RF_PATH_A][i]); in config_phydm_set_txagc_to_hw_8822c() 515 pr_debug("[B][rate:%d] = %d\n", i, diff_tab[RF_PATH_B][i]); in config_phydm_set_txagc_to_hw_8822c() 522 diff_tab[path][j] -= (s8)ref_pow_tmp; in config_phydm_set_txagc_to_hw_8822c() 528 diff_tab[path][j] -= (s8)ref_pow_tmp; in config_phydm_set_txagc_to_hw_8822c() 532 diff_tab[path][j] -= (s8)ref_pow_tmp; in config_phydm_set_txagc_to_hw_8822c() 540 pr_debug("[A][rate:%d] = %d\n", i, diff_tab[RF_PATH_A][i]); in config_phydm_set_txagc_to_hw_8822c() 543 pr_debug("[B][rate:%d] = %d\n", i, diff_tab[RF_PATH_B][i]); in config_phydm_set_txagc_to_hw_8822c() 547 diff_tab_min[i] = MIN_2(diff_tab[RF_PATH_A][i], in config_phydm_set_txagc_to_hw_8822c() [all …]
|