Searched defs:iwl_eeprom_query16 (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/iwlwifi/
H A Diwl-eeprom.c224 u16 iwl_eeprom_query16(const struct iwl_shared *shrd, size_t offset) function
236 eeprom_ver = iwl_eeprom_query16(priv->shrd, EEPROM_VERSION);
261 hw_params(priv).sku = iwl_eeprom_query16(shrd, EEPROM_SKU_CAP);
275 radio_cfg = iwl_eeprom_query16(shrd, EEPROM_RADIO_CONFIG);
758 iwl_eeprom_query16(trans->shrd, EEPROM_VERSION));
1075 radio_cfg = iwl_eeprom_query16(priv->shrd, EEPROM_RADIO_CONFIG);

Completed in 51 milliseconds