nvm.c (594ce0b8a998aa4d05827cd7c0d0dcec9a1e3ae2) nvm.c (b476564b90668ea957db2411fc946753cdc36d8d)
1// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2/*
1// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2/*
3 * Copyright (C) 2012-2014, 2018-2019, 2021-2023 Intel Corporation
3 * Copyright (C) 2012-2014, 2018-2019, 2021-2024 Intel Corporation
4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
5 * Copyright (C) 2016-2017 Intel Deutschland GmbH
6 */
7#include <linux/firmware.h>
8#include <linux/rtnetlink.h>
9#include "iwl-trans.h"
10#include "iwl-csr.h"
11#include "mvm.h"
12#include "iwl-eeprom-parse.h"
4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
5 * Copyright (C) 2016-2017 Intel Deutschland GmbH
6 */
7#include <linux/firmware.h>
8#include <linux/rtnetlink.h>
9#include "iwl-trans.h"
10#include "iwl-csr.h"
11#include "mvm.h"
12#include "iwl-eeprom-parse.h"
13#include "iwl-eeprom-read.h"
14#include "iwl-nvm-parse.h"
15#include "iwl-prph.h"
16#include "fw/acpi.h"
17
18/* Default NVM size to read */
19#define IWL_NVM_DEFAULT_CHUNK_SIZE (2 * 1024)
20
21#define NVM_WRITE_OPCODE 1

--- 628 unchanged lines hidden ---
13#include "iwl-nvm-parse.h"
14#include "iwl-prph.h"
15#include "fw/acpi.h"
16
17/* Default NVM size to read */
18#define IWL_NVM_DEFAULT_CHUNK_SIZE (2 * 1024)
19
20#define NVM_WRITE_OPCODE 1

--- 628 unchanged lines hidden ---