Home
last modified time | relevance | path

Searched refs:iwl_eeprom_query16 (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/net/wireless/iwlwifi/
Diwl-eeprom.c224 u16 iwl_eeprom_query16(const struct iwl_shared *shrd, size_t offset) in iwl_eeprom_query16() function
236 eeprom_ver = iwl_eeprom_query16(priv->shrd, EEPROM_VERSION); in iwl_eeprom_check_version()
261 hw_params(priv).sku = iwl_eeprom_query16(shrd, EEPROM_SKU_CAP); in iwl_eeprom_init_hw_params()
275 radio_cfg = iwl_eeprom_query16(shrd, EEPROM_RADIO_CONFIG); in iwl_eeprom_init_hw_params()
758 iwl_eeprom_query16(trans->shrd, EEPROM_VERSION)); in iwl_eeprom_init()
1075 radio_cfg = iwl_eeprom_query16(priv->shrd, EEPROM_RADIO_CONFIG); in iwl_rf_config()
Diwl-agn-lib.c119 offset = iwl_eeprom_query16(shrd, EEPROM_LINK_HOST); in eeprom_indirect_address()
122 offset = iwl_eeprom_query16(shrd, EEPROM_LINK_GENERAL); in eeprom_indirect_address()
125 offset = iwl_eeprom_query16(shrd, EEPROM_LINK_REGULATORY); in eeprom_indirect_address()
128 offset = iwl_eeprom_query16(shrd, EEPROM_LINK_TXP_LIMIT); in eeprom_indirect_address()
131 offset = iwl_eeprom_query16(shrd, EEPROM_LINK_TXP_LIMIT_SIZE); in eeprom_indirect_address()
134 offset = iwl_eeprom_query16(shrd, EEPROM_LINK_CALIBRATION); in eeprom_indirect_address()
137 offset = iwl_eeprom_query16(shrd, EEPROM_LINK_PROCESS_ADJST); in eeprom_indirect_address()
140 offset = iwl_eeprom_query16(shrd, EEPROM_LINK_OTHERS); in eeprom_indirect_address()
Diwl-eeprom.h314 u16 iwl_eeprom_query16(const struct iwl_shared *shrd, size_t offset);
Diwl-agn.c1300 num_mac = iwl_eeprom_query16(priv->shrd, EEPROM_NUM_MAC_ADDRESS); in iwl_op_mode_dvm_start()
Diwl-debugfs.c429 eeprom_ver = iwl_eeprom_query16(priv->shrd, EEPROM_VERSION); in iwl_dbgfs_nvm_read()