sys/dev/ic/rtw.c
126
int rtw_srom_read(struct rtw_regs *, u_int32_t, struct rtw_srom *,
sys/dev/ic/rtw.c
129
u_int8_t rtw_chan2txpower(struct rtw_srom *, struct ieee80211com *,
sys/dev/ic/rtw.c
3836
struct rtw_srom *sr;
sys/dev/ic/rtw.c
560
struct rtw_srom *sr = &sc->sc_srom;
sys/dev/ic/rtw.c
635
rtw_srom_read(struct rtw_regs *regs, u_int32_t flags, struct rtw_srom *sr,
sys/dev/ic/rtw.c
809
rtw_chan2txpower(struct rtw_srom *sr, struct ieee80211com *ic,
sys/dev/ic/rtwvar.h
377
struct rtw_srom sc_srom;