Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/iwlwifi/
Diwl-eeprom.c301 const u8 *addr = iwl_eeprom_query_addr(shrd, in iwl_eeprom_get_mac()
603 txp_len = (__le16 *) iwl_eeprom_query_addr(shrd, EEPROM_TXP_SZ_OFFS); in iwl_eeprom_enhanced_txpower()
606 txp_array = (void *) iwl_eeprom_query_addr(shrd, EEPROM_TXP_OFFS); in iwl_eeprom_enhanced_txpower()
789 iwl_eeprom_query_addr(shrd, offset); in iwl_init_band_reference()
795 iwl_eeprom_query_addr(shrd, offset); in iwl_init_band_reference()
801 iwl_eeprom_query_addr(shrd, offset); in iwl_init_band_reference()
807 iwl_eeprom_query_addr(shrd, offset); in iwl_init_band_reference()
813 iwl_eeprom_query_addr(shrd, offset); in iwl_init_band_reference()
819 iwl_eeprom_query_addr(shrd, offset); in iwl_init_band_reference()
825 iwl_eeprom_query_addr(shrd, offset); in iwl_init_band_reference()
Diwl-ucode.c96 (__le16 *)iwl_eeprom_query_addr(priv->shrd, EEPROM_XTAL); in iwl_set_Xtal_calib()
108 (__le16 *)iwl_eeprom_query_addr(priv->shrd, in iwl_set_temperature_offset_calib()
125 __le16 *offset_calib_high = (__le16 *)iwl_eeprom_query_addr(priv->shrd, in iwl_set_temperature_offset_calib_v2()
128 (__le16 *)iwl_eeprom_query_addr(priv->shrd, in iwl_set_temperature_offset_calib_v2()
134 hdr = (struct iwl_eeprom_calib_hdr *)iwl_eeprom_query_addr(priv->shrd, in iwl_set_temperature_offset_calib_v2()
Diwl-eeprom.h313 const u8 *iwl_eeprom_query_addr(const struct iwl_shared *shrd, size_t offset);
Diwl-5000.c136 __le16 *temp_calib = (__le16 *)iwl_eeprom_query_addr(shrd, in iwl_temp_calib_to_offset()
Diwl-agn-lib.c101 hdr = (struct iwl_eeprom_calib_hdr *)iwl_eeprom_query_addr(shrd, in iwl_eeprom_calib_version()
152 const u8 *iwl_eeprom_query_addr(const struct iwl_shared *shrd, size_t offset) in iwl_eeprom_query_addr() function