Home
last modified time | relevance | path

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

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