Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/broadcom/b43/
Dphy_n.c4654 u32 cur_real, cur_imag, real_part, imag_part; in b43_nphy_tx_pwr_ctrl_coef_setup() local
4685 cur_imag = imag_part; in b43_nphy_tx_pwr_ctrl_coef_setup()
4686 tmp = ((cur_real & 0xFF) << 8) | (cur_imag & 0xFF); in b43_nphy_tx_pwr_ctrl_coef_setup()
4692 cur_imag = (imag_part * loscale[j] + 128) >> 8; in b43_nphy_tx_pwr_ctrl_coef_setup()
4694 (cur_imag & 0xFF); in b43_nphy_tx_pwr_ctrl_coef_setup()