Searched refs:b43_c32 (Results 1 – 4 of 4) sorted by relevance
10 struct b43_c32 { s32 i, q; }; argument441 struct b43_c32 b43_cordic(int theta);
440 struct b43_c32 b43_cordic(int theta) in b43_cordic()451 struct b43_c32 ret = { .i = 39797, .q = 0, }; in b43_cordic()
1554 struct b43_c32 *samples, u16 len) { in b43_nphy_load_samples()1585 struct b43_c32 *samples; in b43_nphy_gen_load_samples()1603 samples = kcalloc(len, sizeof(struct b43_c32), GFP_KERNEL); in b43_nphy_gen_load_samples()
1791 struct b43_c32 sample; in lpphy_start_tx_tone()