Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/b43/
Dtables_nphy.h201 extern const u16 loscale[];
Dtables_nphy.c2982 const u16 loscale[] = { variable
Dphy_n.c4703 cur_real = (real_part * loscale[j] + 128) >> 8; in b43_nphy_tx_pwr_ctrl_coef_setup()
4704 cur_imag = (imag_part * loscale[j] + 128) >> 8; in b43_nphy_tx_pwr_ctrl_coef_setup()