Searched refs:sc_eep_map (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_eeprom.h203 #define IWH_READ_EEP_SHORT(sc, addr) ((((uint16_t)sc->sc_eep_map[addr + 1])\
205 ((uint16_t)sc->sc_eep_map[addr]))
H A Diwh_var.h181 uint8_t sc_eep_map[IWH_SP_EEPROM_SIZE]; member in struct:iwh_softc
H A Diwh.c4724 uint16_t addr, eep_sz = sizeof (sc->sc_eep_map);
4725 uint16_t *eep_p = (uint16_t *)&sc->sc_eep_map;
4780 IEEE80211_ADDR_COPY(ic->ic_macaddr, &sc->sc_eep_map[EEP_MAC_ADDRESS]);
5213 return (&sc->sc_eep_map[di_addr]);
5250 return (&sc->sc_eep_map[di_addr]);
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_eeprom.h200 #define IWP_READ_EEP_SHORT(sc, addr) ((((uint16_t)sc->sc_eep_map[addr + 1])\
202 ((uint16_t)sc->sc_eep_map[addr]))
H A Diwp_var.h199 uint8_t sc_eep_map[IWP_SP_EEPROM_SIZE]; member in struct:iwp_softc
H A Diwp.c4460 uint16_t addr, eep_sz = sizeof (sc->sc_eep_map);
4461 uint16_t *eep_p = (uint16_t *)&sc->sc_eep_map;
4516 IEEE80211_ADDR_COPY(ic->ic_macaddr, &sc->sc_eep_map[EEP_MAC_ADDRESS]);
4832 return (&sc->sc_eep_map[di_addr]);
4863 return (&sc->sc_eep_map[di_addr]);
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2_var.h175 struct iwk_eep sc_eep_map; /* eeprom map */ member in struct:iwk_softc
H A Diwk2.c638 if (LE_16(sc->sc_eep_map.calib_version) < EEP_TX_POWER_VERSION_NEW) {
4100 uint16_t addr, eep_sz = sizeof (sc->sc_eep_map);
4101 uint16_t *eep_p = (uint16_t *)&sc->sc_eep_map;
4148 struct iwk_eep *ep = &sc->sc_eep_map;
4572 return (&sc->sc_eep_map.band_24_channels[i]);
4577 return (&sc->sc_eep_map.band_52_channels[i]);
4583 return (&sc->sc_eep_map.band_1_channels[i]);
4589 return (&sc->sc_eep_map.band_2_channels[i]);
4594 return (&sc->sc_eep_map.band_3_channels[i]);
4599 return (&sc->sc_eep_map
[all...]

Completed in 97 milliseconds