HomeSort by: relevance | last modified time | path
    Searched defs:rw_rev (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
bwivar.h 326 uint8_t rw_rev; member in struct:bwi_regwin
336 (rw)->rw_rev = (rev); \
450 #define mac_rev mac_regwin.rw_rev
bwi.c 1354 if (sc->sc_bus_regwin.rw_rev <= 5 &&
6843 uint8_t rw_rev; local in function:bwi_bbp_attach
6856 bwi_regwin_info(sc, &rw_type, &rw_rev);
6867 BWI_CREATE_REGWIN(&sc->sc_com_regwin, 0, rw_type, rw_rev);
6895 if (rw_type == BWI_REGWIN_T_COM && rw_rev >= 4) {
6938 bwi_regwin_info(sc, &rw_type, &rw_rev);
6953 rw_type, rw_rev);
6957 bwi_mac_attach(sc, i, rw_rev);
7000 if (bus->rw_rev < 6 && bus->rw_type == BWI_REGWIN_T_BUSPCI) {
7035 if (bus->rw_rev < 5)
    [all...]

Completed in 16 milliseconds