Lines Matching +full:num +full:- +full:addresses
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2005-2014, 2018-2021 Intel Corporation
4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
11 #include "api/dbg-tlv.h"
14 #include "error-dump.h"
65 return test_bit((__force long)api, capabilities->_api); in fw_has_api()
72 return test_bit((__force long)capa, capabilities->_capa); in fw_has_capa()
135 * struct iwl_fw_cscheme_list - a cipher scheme list
145 * enum iwl_fw_type - iwlwifi firmware type
155 * struct iwl_fw_dbg - debug data
158 * @n_dest_reg: num of reg_ops in dest_tlv
162 * @mem_tlv: Runtime addresses to dump
163 * @n_mem_tlv: number of runtime addresses
178 * struct iwl_fw - variables associated with the firmware
249 const struct iwl_fw_dbg_conf_tlv *conf_tlv = fw->dbg.conf_tlv[id]; in iwl_fw_dbg_conf_usniffer()
254 return conf_tlv->usniffer; in iwl_fw_dbg_conf_usniffer()
263 return &fw->img[ucode_type]; in iwl_get_ucode_image()
269 const char *iwl_fw_lookup_assert_desc(u32 num);