Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/b43/
H A Dtables_nphy.h202 extern const u16 loscale[];
H A Dtables_nphy.c2969 const u16 loscale[] = { variable
H A Dphy_n.c4643 cur_real = (real_part * loscale[j] + 128) >> 8; in b43_nphy_tx_pwr_ctrl_coef_setup()
4644 cur_imag = (imag_part * loscale[j] + 128) >> 8; in b43_nphy_tx_pwr_ctrl_coef_setup()