Searched refs:loscale (Results 1 – 3 of 3) sorted by relevance
227 extern const uint16_t loscale[];
3034 const uint16_t loscale[] = { variable
4878 cur_real = (real_part * loscale[j] + 128) >> 8; 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()