Searched refs:nvm_sw (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-nvm-parse.c | 813 static int iwl_get_sku(const struct iwl_cfg *cfg, const __le16 *nvm_sw, in iwl_get_sku() argument 817 return le16_to_cpup(nvm_sw + SKU); in iwl_get_sku() 822 static int iwl_get_nvm_version(const struct iwl_cfg *cfg, const __le16 *nvm_sw) in iwl_get_nvm_version() argument 825 return le16_to_cpup(nvm_sw + NVM_VERSION); in iwl_get_nvm_version() 827 return le32_to_cpup((__le32 *)(nvm_sw + in iwl_get_nvm_version() 831 static int iwl_get_radio_cfg(const struct iwl_cfg *cfg, const __le16 *nvm_sw, in iwl_get_radio_cfg() argument 835 return le16_to_cpup(nvm_sw + RADIO_CFG); in iwl_get_radio_cfg() 841 static int iwl_get_n_hw_addrs(const struct iwl_cfg *cfg, const __le16 *nvm_sw) in iwl_get_n_hw_addrs() argument 846 return le16_to_cpup(nvm_sw + N_HW_ADDRS); in iwl_get_n_hw_addrs() 848 n_hw_addr = le32_to_cpup((__le32 *)(nvm_sw in iwl_get_n_hw_addrs() 1023 iwl_parse_nvm_data(struct iwl_trans *trans, const struct iwl_cfg *cfg, const struct iwl_fw *fw, const __be16 *nvm_hw, const __le16 *nvm_sw, const __le16 *nvm_calib, const __le16 *regulatory, const __le16 *mac_override, const __le16 *phy_sku, u8 tx_chains, u8 rx_chains) iwl_parse_nvm_data() argument [all...] |
H A D | iwl-nvm-parse.h | 89 const __be16 *nvm_hw, const __le16 *nvm_sw,
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-nvm-parse.c | 1150 static int iwl_get_sku(const struct iwl_cfg *cfg, const __le16 *nvm_sw, in iwl_get_sku() argument 1154 return le16_to_cpup(nvm_sw + SKU); in iwl_get_sku() 1159 static int iwl_get_nvm_version(const struct iwl_cfg *cfg, const __le16 *nvm_sw) in iwl_get_nvm_version() argument 1162 return le16_to_cpup(nvm_sw + NVM_VERSION); in iwl_get_nvm_version() 1164 return le32_to_cpup((const __le32 *)(nvm_sw + in iwl_get_nvm_version() 1168 static int iwl_get_radio_cfg(const struct iwl_cfg *cfg, const __le16 *nvm_sw, in iwl_get_radio_cfg() argument 1172 return le16_to_cpup(nvm_sw + RADIO_CFG); in iwl_get_radio_cfg() 1178 static int iwl_get_n_hw_addrs(const struct iwl_cfg *cfg, const __le16 *nvm_sw) in iwl_get_n_hw_addrs() argument 1183 return le16_to_cpup(nvm_sw + N_HW_ADDRS); in iwl_get_n_hw_addrs() 1185 n_hw_addr = le32_to_cpup((const __le32 *)(nvm_sw in iwl_get_n_hw_addrs() 1424 iwl_parse_nvm_data(struct iwl_trans *trans, const struct iwl_cfg *cfg, const struct iwl_fw *fw, const __be16 *nvm_hw, const __le16 *nvm_sw, const __le16 *nvm_calib, const __le16 *regulatory, const __le16 *mac_override, const __le16 *phy_sku, u8 tx_chains, u8 rx_chains) iwl_parse_nvm_data() argument [all...] |
H A D | iwl-nvm-parse.h | 35 const __be16 *nvm_hw, const __le16 *nvm_sw,
|
Completed in 4 milliseconds