Lines Matching +full:num +full:- +full:addresses
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2005-2014, 2018-2024 Intel Corporation
4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
11 #include "api/dbg-tlv.h"
14 #include "error-dump.h"
67 return test_bit((__force long)api, capabilities->_api); in fw_has_api()
74 return test_bit((__force long)capa, capabilities->_capa); in fw_has_capa()
139 * enum iwl_fw_type - iwlwifi firmware type
149 * struct iwl_fw_dbg - debug data
152 * @n_dest_reg: num of reg_ops in dest_tlv
156 * @mem_tlv: Runtime addresses to dump
157 * @n_mem_tlv: number of runtime addresses
176 * struct iwl_fw - variables associated with the firmware
251 const struct iwl_fw_dbg_conf_tlv *conf_tlv = fw->dbg.conf_tlv[id]; in iwl_fw_dbg_conf_usniffer()
256 return conf_tlv->usniffer; in iwl_fw_dbg_conf_usniffer()
265 return &fw->img[ucode_type]; in iwl_get_ucode_image()
271 const char *iwl_fw_lookup_assert_desc(u32 num);