Searched refs:IWP_READ_EEP_SHORT (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-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])\ macro
H A Diwp.c4350 radio_cfg = IWP_READ_EEP_SHORT(sc, EEP_SP_RADIO_CONFIGURATION);
4837 temp = IWP_READ_EEP_SHORT(sc, EEP_LINK_GENERAL);
4840 temp = IWP_READ_EEP_SHORT(sc, EEP_LINK_HOST);
4843 temp = IWP_READ_EEP_SHORT(sc, EEP_LINK_REGULATORY);
4846 temp = IWP_READ_EEP_SHORT(sc, EEP_LINK_CALIBRATION);
4849 temp = IWP_READ_EEP_SHORT(sc, EEP_LINK_PROCESS_ADJST);
4852 temp = IWP_READ_EEP_SHORT(sc, EEP_LINK_OTHERS);
5375 if ((IWP_READ_EEP_SHORT(sc, EEP_VERSION) < 0x011a) ||

Completed in 72 milliseconds