Lines Matching refs:b43_wldev

33 void b43_wa_initgains(struct b43_wldev *dev)  in b43_wa_initgains()
57 static void b43_wa_rssi_lt(struct b43_wldev *dev) /* RSSI lookup table */ in b43_wa_rssi_lt()
72 static void b43_wa_analog(struct b43_wldev *dev) in b43_wa_analog()
86 static void b43_wa_fft(struct b43_wldev *dev) /* Fine frequency table */ in b43_wa_fft()
95 static void b43_wa_nft(struct b43_wldev *dev) /* Noise figure table */ in b43_wa_nft()
110 static void b43_wa_rt(struct b43_wldev *dev) /* Rotor table */ in b43_wa_rt()
118 static void b43_write_nst(struct b43_wldev *dev, const u16 *nst) in b43_write_nst()
126 static void b43_wa_nst(struct b43_wldev *dev) /* Noise scale table */ in b43_wa_nst()
140 static void b43_wa_art(struct b43_wldev *dev) /* ADV retard table */ in b43_wa_art()
149 static void b43_wa_msst(struct b43_wldev *dev) /* Min sigma square table */ in b43_wa_msst()
168 static void b43_wa_crs_ed(struct b43_wldev *dev) in b43_wa_crs_ed()
186 static void b43_wa_crs_thr(struct b43_wldev *dev) in b43_wa_crs_thr()
191 static void b43_wa_crs_blank(struct b43_wldev *dev) in b43_wa_crs_blank()
196 static void b43_wa_cck_shiftbits(struct b43_wldev *dev) in b43_wa_cck_shiftbits()
201 static void b43_wa_wrssi_offset(struct b43_wldev *dev) in b43_wa_wrssi_offset()
218 static void b43_wa_txpuoff_rxpuon(struct b43_wldev *dev) in b43_wa_txpuoff_rxpuon()
224 static void b43_wa_altagc(struct b43_wldev *dev) in b43_wa_altagc()
302 static void b43_wa_tr_ltov(struct b43_wldev *dev) /* TR Lookup Table Original Values */ in b43_wa_tr_ltov()
307 static void b43_wa_cpll_nonpilot(struct b43_wldev *dev) in b43_wa_cpll_nonpilot()
313 static void b43_wa_boards_g(struct b43_wldev *dev) in b43_wa_boards_g()
345 void b43_wa_all(struct b43_wldev *dev) in b43_wa_all()