Searched refs:rw_rev (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/bwi/ |
H A D | if_bwivar.h | 334 uint8_t rw_rev; member 344 (rw)->rw_rev = (rev); \ 460 #define mac_rev mac_regwin.rw_rev
|
H A D | if_bwi.c | 767 uint8_t rw_rev; in bwi_bbp_attach() local 780 bwi_regwin_info(sc, &rw_type, &rw_rev); in bwi_bbp_attach() 791 BWI_CREATE_REGWIN(&sc->sc_com_regwin, 0, rw_type, rw_rev); in bwi_bbp_attach() 816 if (rw_type == BWI_REGWIN_T_COM && rw_rev >= 4) { in bwi_bbp_attach() 859 bwi_regwin_info(sc, &rw_type, &rw_rev); in bwi_bbp_attach() 874 rw_type, rw_rev); in bwi_bbp_attach() 878 bwi_mac_attach(sc, i, rw_rev); in bwi_bbp_attach() 916 if (bus->rw_rev < 6 && bus->rw_type == BWI_REGWIN_T_BUSPCI) { in bwi_bus_init() 951 if (bus->rw_rev < 5) { in bwi_bus_init() 986 } else if (bus->rw_rev >= 11) { in bwi_bus_init() [all …]
|
H A D | bwimac.c | 305 if (sc->sc_bus_regwin.rw_rev <= 5 && in bwi_mac_init()
|