Lines Matching +full:fw +full:- +full:cfg
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2005-2015, 2018-2024 Intel Corporation
4 * Copyright (C) 2016-2017 Intel Deutschland GmbH
10 #include "iwl-nvm-utils.h"
11 #include "mei/iwl-mei.h"
14 * enum iwl_nvm_sbands_flags - modification flags for the channel profiles
25 * iwl_parse_nvm_data - parse NVM data and return values
33 iwl_parse_nvm_data(struct iwl_trans *trans, const struct iwl_cfg *cfg,
34 const struct iwl_fw *fw,
41 * iwl_parse_nvm_mcc_info - parse MCC (mobile country code) info coming from FW
51 iwl_parse_nvm_mcc_info(struct device *dev, const struct iwl_cfg *cfg,
56 * struct iwl_nvm_section - describes an NVM section in memory.
68 * iwl_read_external_nvm - Reads external NVM from a file into nvm_sections
77 * iwl_get_nvm - retrieve NVM data from firmware
83 const struct iwl_fw *fw,
87 * iwl_parse_mei_nvm_data - parse the mei_nvm_data and get an iwl_nvm_data
90 iwl_parse_mei_nvm_data(struct iwl_trans *trans, const struct iwl_cfg *cfg,
92 const struct iwl_fw *fw, u8 set_tx_ant, u8 set_rx_ant);
95 * iwl_reinit_cab - to be called when the tx_chains or rx_chains are modified
98 u8 tx_chains, u8 rx_chains, const struct iwl_fw *fw);