Searched refs:CORDIC_CONVERT (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/wireless/b43/
H A Dphy_common.h12 #define CORDIC_CONVERT(value) (((value) >= 0) ? \ macro
H A Dphy_lp.c1803 buf[i] = CORDIC_CONVERT((sample.i * max) & 0xFF) << 8; lpphy_start_tx_tone()
1804 buf[i] |= CORDIC_CONVERT((sample.q * max) & 0xFF); lpphy_start_tx_tone()
H A Dphy_n.c1575 samples[i].q = CORDIC_CONVERT(samples[i].q * max); b43_nphy_gen_load_samples()
1576 samples[i].i = CORDIC_CONVERT(samples[i].i * max); b43_nphy_gen_load_samples()

Completed in 143 milliseconds