Lines Matching +full:4 +full:kb +full:- +full:page
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2005-2014, 2018-2023 Intel Corporation
4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
11 #include "api/dbg-tlv.h"
14 #include "error-dump.h"
37 * For new firmware, there can be up to 4 sections (see below) but the
66 return test_bit((__force long)api, capabilities->_api);
73 return test_bit((__force long)capa, capabilities->_capa);
93 #define PAGE_2_EXP_SIZE 12 /* 4K == 2^12 */
94 #define FW_PAGING_SIZE BIT(PAGE_2_EXP_SIZE) /* page size is 4KB */
98 /* don't change, support only 32KB size */
109 /* maximum image size 1024KB */
125 * @fw_paging_phys: page phy pointer
127 * @fw_paging_size: page size
132 struct page *fw_paging_block;
138 * enum iwl_fw_type - iwlwifi firmware type
148 * struct iwl_fw_dbg - debug data
175 * struct iwl_fw - variables associated with the firmware
250 const struct iwl_fw_dbg_conf_tlv *conf_tlv = fw->dbg.conf_tlv[id];
255 return conf_tlv->usniffer;
264 return &fw->img[ucode_type];