Home
last modified time | relevance | path

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

/netbsd/sys/dev/ic/
H A Drtwphy.c183 rtw_sa2400_tune(struct rtw_rf *rf, u_int freq) in rtw_sa2400_tune()
310 struct rtw_rf *rf = &sa->sa_rf; in rtw_sa2400_dc_calibration()
357 rtw_sa2400_destroy(struct rtw_rf *rf) in rtw_sa2400_destroy()
417 struct rtw_rf *
422 struct rtw_rf *rf; in rtw_sa2400_create()
578 rtw_grf5101_destroy(struct rtw_rf *rf) in rtw_grf5101_destroy()
585 struct rtw_rf *
591 struct rtw_rf *rf; in rtw_grf5101_create()
641 rtw_max2820_destroy(struct rtw_rf *rf) in rtw_max2820_destroy()
721 struct rtw_rf *
[all …]
H A Drtwvar.h334 struct rtw_rf *p_rf;
353 struct rtw_rf { struct
354 void (*rf_destroy)(struct rtw_rf *); argument
361 int (*rf_tune)(struct rtw_rf *, u_int); argument
363 int (*rf_txpower)(struct rtw_rf *, uint8_t); argument
370 rtw_rf_destroy(struct rtw_rf *rf) in rtw_rf_destroy() argument
389 rtw_rf_tune(struct rtw_rf *rf, u_int freq) in rtw_rf_tune()
416 struct rtw_rf mx_rf;
422 struct rtw_rf gr_rf;
427 struct rtw_rf sa_rf;
[all …]
H A Drtwphy.h32 struct rtw_rf *rtw_grf5101_create(struct rtw_regs *, rtw_rf_write_t, int);
33 struct rtw_rf *rtw_sa2400_create(struct rtw_regs *, rtw_rf_write_t, int);
34 struct rtw_rf *rtw_max2820_create(struct rtw_regs *, rtw_rf_write_t, int);
36 int rtw_phy_init(struct rtw_regs *, struct rtw_rf *, uint8_t, uint8_t, u_int,
H A Drtw.c3966 static struct rtw_rf *
3970 struct rtw_rf *rf; in rtw_rf_attach()