Home
last modified time | relevance | path

Searched refs:nvm_sw (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-nvm-parse.c1236 static int iwl_get_sku(const struct iwl_rf_cfg *cfg, const __le16 *nvm_sw, in iwl_get_sku() argument
1240 return le16_to_cpup(nvm_sw + SKU); in iwl_get_sku()
1245 static int iwl_get_nvm_version(const struct iwl_rf_cfg *cfg, const __le16 *nvm_sw) in iwl_get_nvm_version() argument
1248 return le16_to_cpup(nvm_sw + NVM_VERSION); in iwl_get_nvm_version()
1250 return le32_to_cpup((const __le32 *)(nvm_sw + in iwl_get_nvm_version()
1254 static int iwl_get_radio_cfg(const struct iwl_rf_cfg *cfg, const __le16 *nvm_sw, in iwl_get_radio_cfg() argument
1258 return le16_to_cpup(nvm_sw + RADIO_CFG); in iwl_get_radio_cfg()
1264 static int iwl_get_n_hw_addrs(const struct iwl_rf_cfg *cfg, const __le16 *nvm_sw) in iwl_get_n_hw_addrs() argument
1269 return le16_to_cpup(nvm_sw + N_HW_ADDRS); in iwl_get_n_hw_addrs()
1271 n_hw_addr = le32_to_cpup((const __le32 *)(nvm_sw + N_HW_ADDRS_FAMILY_8000)); in iwl_get_n_hw_addrs()
[all …]
H A Diwl-nvm-parse.h127 const __be16 *nvm_hw, const __le16 *nvm_sw,