Home
last modified time | relevance | path

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

/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c4841 uint32_t cur_real, cur_imag, real_part, imag_part; in bwn_nphy_tx_pwr_ctrl_coef_setup() local
4871 cur_real = real_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()
4878 cur_real = (real_part * loscale[j] + 128) >> 8; in bwn_nphy_tx_pwr_ctrl_coef_setup()
4880 tmp = ((cur_real & 0xFF) << 8) | in bwn_nphy_tx_pwr_ctrl_coef_setup()