Home
last modified time | relevance | path

Searched refs:b43_c32 (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/broadcom/b43/
Dphy_common.h10 struct b43_c32 { s32 i, q; }; struct
452 struct b43_c32 b43_cordic(int theta);
Dphy_common.c609 struct b43_c32 b43_cordic(int theta) in b43_cordic()
620 struct b43_c32 ret = { .i = 39797, .q = 0, }; in b43_cordic()
Dphy_n.c1516 struct b43_c32 *samples, u16 len) { in b43_nphy_load_samples()
1547 struct b43_c32 *samples; in b43_nphy_gen_load_samples()
1564 samples = kcalloc(len, sizeof(struct b43_c32), GFP_KERNEL); in b43_nphy_gen_load_samples()
Dphy_lp.c1785 struct b43_c32 sample; in lpphy_start_tx_tone()