Lines Matching +full:csr +full:- +full:offset

1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2018-2025 Intel Corporation
34 * struct iwl_fw_ini_header - Common Header for all ini debug TLV's structures
46 * struct iwl_fw_ini_addr_size - Base address and size that defines
49 * @addr: the base address (fixed size - 4 bytes)
58 * struct iwl_fw_ini_region_dev_addr_range - Configuration to read
61 * @offset: offset to add to the base address of each chunk
62 * The addrs[] array will be treated as an array of &iwl_fw_ini_addr_size -
66 __le32 offset; member
70 * struct iwl_fw_ini_region_dev_addr - Configuration to read device addresses
73 * @offset: offset to add to the base address of each chunk
77 __le32 offset; member
81 * struct iwl_fw_ini_region_fifos - Configuration to read Tx/Rx fifos
85 * @offset: offset to add to the registers addresses
90 __le32 offset; member
94 * struct iwl_fw_ini_region_err_table - error table region data
101 * @offset: offset to add to &base_addr
107 __le32 offset; member
111 * struct iwl_fw_ini_region_special_device_memory - special device memory
119 * @offset: offset to add to &base_addr
126 __le32 offset; member
130 * struct iwl_fw_ini_region_internal_buffer - internal buffer region data
145 * struct iwl_fw_ini_region_tlv - region TLV
217 * struct iwl_fw_ini_allocation_tlv - Allocates DRAM buffers
236 * struct iwl_fw_ini_trigger_tlv - trigger TLV
269 * struct iwl_fw_ini_hcmd_tlv - Generic Host command pass through TLV
275 * @hcmd: a variable length host-command to be sent to apply the configuration
285 * struct iwl_fw_ini_addr_val - Address and value to set it to
296 * struct iwl_fw_ini_conf_set_tlv - configuration TLV to set register/memory.
302 * @addr_offset: the offset to add to any item in address[0] field
321 * @IWL_FW_INI_CONFIG_SET_TYPE_CSR: for CSR configuration
392 * @IWL_FW_INI_REGION_CSR: CSR registers
520 * enum iwl_fw_ini_trigger_apply_policy - Determines how to apply triggers
544 * enum iwl_fw_ini_trigger_reset_fw_policy - Determines how to handle reset
557 * enum iwl_fw_ini_dump_policy - Determines how to handle dump based on enabled flags
573 * enum iwl_fw_ini_dump_type - Determines dump type based on size defined by FW.