Searched refs:CORDIC_CONVERT (Results 1 – 3 of 3) sorted by relevance
12 #define CORDIC_CONVERT(value) (((value) >= 0) ? \ macro
1803 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()
1148 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()