Searched refs:cur_imag (Results 1 – 1 of 1) sorted by relevance
4841 uint32_t cur_real, cur_imag, real_part, imag_part; in bwn_nphy_tx_pwr_ctrl_coef_setup() local4872 cur_imag = imag_part; in bwn_nphy_tx_pwr_ctrl_coef_setup()4873 tmp = ((cur_real & 0xFF) << 8) | (cur_imag & 0xFF); in bwn_nphy_tx_pwr_ctrl_coef_setup()4879 cur_imag = (imag_part * loscale[j] + 128) >> 8; in bwn_nphy_tx_pwr_ctrl_coef_setup()4881 (cur_imag & 0xFF); in bwn_nphy_tx_pwr_ctrl_coef_setup()