Searched refs:iwl_eeprom_query16 (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/drivers/net/wireless/iwlwifi/ |
D | iwl-eeprom.c | 224 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()
|
D | iwl-agn-lib.c | 119 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()
|
D | iwl-eeprom.h | 314 u16 iwl_eeprom_query16(const struct iwl_shared *shrd, size_t offset);
|
D | iwl-agn.c | 1300 num_mac = iwl_eeprom_query16(priv->shrd, EEPROM_NUM_MAC_ADDRESS); in iwl_op_mode_dvm_start()
|
D | iwl-debugfs.c | 429 eeprom_ver = iwl_eeprom_query16(priv->shrd, EEPROM_VERSION); in iwl_dbgfs_nvm_read()
|