Lines Matching defs:rtw_softc
351 struct rtw_softc { struct
352 struct device sc_dev;
353 struct ieee80211com sc_ic;
354 struct rtw_regs sc_regs;
355 bus_dma_tag_t sc_dmat;
356 u_int32_t sc_flags;
358 int sc_rfchipid;
359 enum rtw_locale sc_locale;
360 u_int8_t sc_phydelay;
384 int (*sc_rf_init)(struct rtw_softc *, u_int, argument
386 int (*sc_rf_pwrstate)(struct rtw_softc *, argument
388 int (*sc_rf_tune)(struct rtw_softc *, u_int); argument
389 int (*sc_rf_txpower)(struct rtw_softc *, u_int8_t); argument
394 int (*sc_enable)(struct rtw_softc *); argument
395 void (*sc_disable)(struct rtw_softc *); argument
396 void (*sc_power)(struct rtw_softc *, int); argument
397 struct rtw_mtbl sc_mtbl;
399 caddr_t sc_radiobpf;
401 struct timeval sc_last_beacon;
402 struct timeout sc_scan_to;
403 u_int sc_cur_chan;
405 u_int32_t sc_tsfth; /* most significant TSFT bits */
406 u_int32_t sc_rcr; /* RTW_RCR */
407 u_int8_t sc_csthr; /* carrier-sense threshold */
409 int sc_do_tick; /* indicate 1s ticks */
410 struct timeval sc_tick0; /* first tick */
435 void rtw_txdac_enable(struct rtw_softc *, int); argument