Home
last modified time | relevance | path

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
H A Diwh.c4725 uint16_t addr, eep_sz = sizeof (sc->sc_eep_map); in iwh_eep_load()
4726 uint16_t *eep_p = (uint16_t *)&sc->sc_eep_map; in iwh_eep_load()
4781 IEEE80211_ADDR_COPY(ic->ic_macaddr, &sc->sc_eep_map[EEP_MAC_ADDRESS]); in iwh_get_mac_from_eep()
5214 return (&sc->sc_eep_map[di_addr]); in iwh_eep_addr_trans()
5251 return (&sc->sc_eep_map[di_addr]); in iwh_eep_addr_trans()
/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
H A Diwp.c4464 uint16_t addr, eep_sz = sizeof (sc->sc_eep_map); in iwp_eep_load()
4465 uint16_t *eep_p = (uint16_t *)&sc->sc_eep_map; in iwp_eep_load()
4520 IEEE80211_ADDR_COPY(ic->ic_macaddr, &sc->sc_eep_map[EEP_MAC_ADDRESS]); in iwp_get_mac_from_eep()
4836 return (&sc->sc_eep_map[di_addr]); in iwp_eep_addr_trans()
4867 return (&sc->sc_eep_map[di_addr]); in iwp_eep_addr_trans()
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c4100 uint16_t addr, eep_sz = sizeof (sc->sc_eep_map); in iwk_eep_load()
4101 uint16_t *eep_p = (uint16_t *)&sc->sc_eep_map; in iwk_eep_load()
4148 struct iwk_eep *ep = &sc->sc_eep_map; in iwk_get_mac_from_eep()
4583 return (&sc->sc_eep_map.band_1_channels[i]); in iwk_get_eep_channel()
4589 return (&sc->sc_eep_map.band_2_channels[i]); in iwk_get_eep_channel()
4594 return (&sc->sc_eep_map.band_3_channels[i]); in iwk_get_eep_channel()
4599 return (&sc->sc_eep_map.band_4_channels[i]); in iwk_get_eep_channel()
4604 return (&sc->sc_eep_map.band_5_channels[i]); in iwk_get_eep_channel()
4626 (uint16_t)sc->sc_eep_map.calib_info. in iwk_band_number()
4629 (uint16_t)sc->sc_eep_map.calib_info. in iwk_band_number()
[all …]
H A Diwk2_var.h175 struct iwk_eep sc_eep_map; /* eeprom map */ member