Home
last modified time | relevance | path

Searched refs:sc_rf (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/dev/usb/
Dif_urtwreg.h336 struct urtw_rf sc_rf; member
Dif_zyd.c903 struct zyd_rf *rf = &sc->sc_rf; in zyd_rfwrite()
1467 struct zyd_rf *rf = &sc->sc_rf; in zyd_rf_attach()
1542 struct zyd_rf *rf = &sc->sc_rf; in zyd_hw_init()
1705 struct zyd_rf *rf = &sc->sc_rf; in zyd_switch_radio()
1754 struct zyd_rf *rf = &sc->sc_rf; in zyd_set_chan()
Dif_zydreg.h1183 struct zyd_rf sc_rf; member
Dif_urtw.c1273 struct urtw_rf *rf = &sc->sc_rf; in urtw_get_rfchip()
2253 struct urtw_rf *rf = &sc->sc_rf; in urtw_init()
3404 struct urtw_rf *rf = &sc->sc_rf; in urtw_set_chan()
3594 struct urtw_rf *rf = &sc->sc_rf; in urtw_8187b_init()
/netbsd/src/sys/dev/ic/
Drtwvar.h494 struct rtw_rf *sc_rf; member
Drtw.c2482 rc = rtw_rf_pwrstate(sc->sc_rf, power); in rtw_pwrstate()
2537 if ((rc = rtw_phy_init(&sc->sc_regs, sc->sc_rf, in rtw_tune()
4188 sc->sc_rf = rtw_rf_attach(sc, sc->sc_rfchipid, in rtw_attach()
4191 if (sc->sc_rf == NULL) { in rtw_attach()
4280 rtw_rf_destroy(sc->sc_rf); in rtw_detach()
4281 sc->sc_rf = NULL; in rtw_detach()