Home
last modified time | relevance | path

Searched refs:sc_com_regwin (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bwi/
H A Dif_bwivar.h349 (BWI_REGWIN_EXIST(&(sc)->sc_com_regwin) ? \
350 &(sc)->sc_com_regwin : &(sc)->sc_bus_regwin)
579 struct bwi_regwin sc_com_regwin; member
H A Dif_bwi.c396 if (BWI_REGWIN_EXIST(&sc->sc_com_regwin)) { in bwi_attach()
791 BWI_CREATE_REGWIN(&sc->sc_com_regwin, 0, rw_type, rw_rev); in bwi_bbp_attach()
847 i = BWI_REGWIN_EXIST(&sc->sc_com_regwin) ? 1 : 0; in bwi_bbp_attach()
952 struct bwi_regwin *com = &sc->sc_com_regwin; in bwi_bus_init()
1045 com = &sc->sc_com_regwin; in bwi_get_clock_freq()
1106 com = &sc->sc_com_regwin; in bwi_set_clock_mode()
1162 com = &sc->sc_com_regwin; in bwi_set_clock_delay()
3432 com = &sc->sc_com_regwin; in bwi_get_pwron_delay()