HomeSort by: relevance | last modified time | path
    Searched refs: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
6857 bwi_regwin_info(sc, &rw_type, &rw_rev);
6874 BWI_CREATE_REGWIN(&sc->sc_com_regwin, 0, rw_type, rw_rev);
6902 if (rw_type == BWI_REGWIN_T_COM && rw_rev >= 4) {
6945 bwi_regwin_info(sc, &rw_type, &rw_rev);
6960 rw_type, rw_rev);
6964 bwi_mac_attach(sc, i, rw_rev);
7007 if (bus->rw_rev < 6 && bus->rw_type == BWI_REGWIN_T_BUSPCI) {
7042 if (bus->rw_rev < 5)
    [all...]

Completed in 16 milliseconds