FreeBSD kernel E1000 device code
e1000_nvm.h
Go to the documentation of this file.
1/******************************************************************************
2 SPDX-License-Identifier: BSD-3-Clause
3
4 Copyright (c) 2001-2020, Intel Corporation
5 All rights reserved.
6
7 Redistribution and use in source and binary forms, with or without
8 modification, are permitted provided that the following conditions are met:
9
10 1. Redistributions of source code must retain the above copyright notice,
11 this list of conditions and the following disclaimer.
12
13 2. Redistributions in binary form must reproduce the above copyright
14 notice, this list of conditions and the following disclaimer in the
15 documentation and/or other materials provided with the distribution.
16
17 3. Neither the name of the Intel Corporation nor the names of its
18 contributors may be used to endorse or promote products derived from
19 this software without specific prior written permission.
20
21 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
22 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
25 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31 POSSIBILITY OF SUCH DAMAGE.
32
33******************************************************************************/
34/*$FreeBSD$*/
35
36#ifndef _E1000_NVM_H_
37#define _E1000_NVM_H_
38
39struct e1000_pba {
42};
43
49
53
58};
59
60
62s32 e1000_null_read_nvm(struct e1000_hw *hw, u16 a, u16 b, u16 *c);
67
68s32 e1000_poll_eerd_eewr_done(struct e1000_hw *hw, int ee_reg);
70s32 e1000_read_pba_num_generic(struct e1000_hw *hw, u32 *pba_num);
71s32 e1000_read_pba_string_generic(struct e1000_hw *hw, u8 *pba_num,
72 u32 pba_num_size);
73s32 e1000_read_pba_length_generic(struct e1000_hw *hw, u32 *pba_num_size);
74s32 e1000_read_pba_raw(struct e1000_hw *hw, u16 *eeprom_buf,
75 u32 eeprom_buf_size, u16 max_pba_block_size,
76 struct e1000_pba *pba);
77s32 e1000_write_pba_raw(struct e1000_hw *hw, u16 *eeprom_buf,
78 u32 eeprom_buf_size, struct e1000_pba *pba);
79s32 e1000_get_pba_block_size(struct e1000_hw *hw, u16 *eeprom_buf,
80 u32 eeprom_buf_size, u16 *pba_block_size);
81s32 e1000_read_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);
82s32 e1000_read_nvm_microwire(struct e1000_hw *hw, u16 offset,
83 u16 words, u16 *data);
84s32 e1000_read_nvm_eerd(struct e1000_hw *hw, u16 offset, u16 words,
85 u16 *data);
88s32 e1000_write_nvm_microwire(struct e1000_hw *hw, u16 offset,
89 u16 words, u16 *data);
90s32 e1000_write_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words,
91 u16 *data);
93void e1000_stop_nvm(struct e1000_hw *hw);
94void e1000_release_nvm_generic(struct e1000_hw *hw);
95void e1000_get_fw_version(struct e1000_hw *hw,
96 struct e1000_fw_version *fw_vers);
97
98#define E1000_STM_OPCODE 0xDB00
99
100#endif
s32 e1000_valid_led_default_generic(struct e1000_hw *hw, u16 *data)
Definition: e1000_mac.c:1752
s32 e1000_write_pba_raw(struct e1000_hw *hw, u16 *eeprom_buf, u32 eeprom_buf_size, struct e1000_pba *pba)
Definition: e1000_nvm.c:1059
s32 e1000_read_pba_num_generic(struct e1000_hw *hw, u32 *pba_num)
Definition: e1000_nvm.c:950
void e1000_stop_nvm(struct e1000_hw *hw)
Definition: e1000_nvm.c:344
s32 e1000_update_nvm_checksum_generic(struct e1000_hw *hw)
Definition: e1000_nvm.c:1235
s32 e1000_read_nvm_microwire(struct e1000_hw *hw, u16 offset, u16 words, u16 *data)
Definition: e1000_nvm.c:508
s32 e1000_read_mac_addr_generic(struct e1000_hw *hw)
Definition: e1000_nvm.c:1174
s32 e1000_write_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data)
Definition: e1000_nvm.c:611
s32 e1000_null_write_nvm(struct e1000_hw *hw, u16 a, u16 b, u16 *c)
s32 e1000_read_pba_string_generic(struct e1000_hw *hw, u8 *pba_num, u32 pba_num_size)
Definition: e1000_nvm.c:775
s32 e1000_read_nvm_eerd(struct e1000_hw *hw, u16 offset, u16 words, u16 *data)
Definition: e1000_nvm.c:563
s32 e1000_null_read_nvm(struct e1000_hw *hw, u16 a, u16 b, u16 *c)
void e1000_get_fw_version(struct e1000_hw *hw, struct e1000_fw_version *fw_vers)
Definition: e1000_nvm.c:1286
s32 e1000_read_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data)
Definition: e1000_nvm.c:448
void e1000_null_nvm_generic(struct e1000_hw *hw)
s32 e1000_read_pba_length_generic(struct e1000_hw *hw, u32 *pba_num_size)
Definition: e1000_nvm.c:891
s32 e1000_write_nvm_microwire(struct e1000_hw *hw, u16 offset, u16 words, u16 *data)
Definition: e1000_nvm.c:691
s32 e1000_null_led_default(struct e1000_hw *hw, u16 *data)
s32 e1000_read_pba_raw(struct e1000_hw *hw, u16 *eeprom_buf, u32 eeprom_buf_size, u16 max_pba_block_size, struct e1000_pba *pba)
Definition: e1000_nvm.c:990
void e1000_release_nvm_generic(struct e1000_hw *hw)
Definition: e1000_nvm.c:370
s32 e1000_poll_eerd_eewr_done(struct e1000_hw *hw, int ee_reg)
Definition: e1000_nvm.c:239
s32 e1000_acquire_nvm_generic(struct e1000_hw *hw)
Definition: e1000_nvm.c:269
void e1000_init_nvm_ops_generic(struct e1000_hw *hw)
Definition: e1000_nvm.c:46
s32 e1000_validate_nvm_checksum_generic(struct e1000_hw *hw)
Definition: e1000_nvm.c:1202
s32 e1000_get_pba_block_size(struct e1000_hw *hw, u16 *eeprom_buf, u32 eeprom_buf_size, u16 *pba_block_size)
Definition: e1000_nvm.c:1118
uint8_t u8
Definition: e1000_osdep.h:124
uint16_t u16
Definition: e1000_osdep.h:123
int32_t s32
Definition: e1000_osdep.h:126
uint32_t u32
Definition: e1000_osdep.h:122
u16 word[2]
Definition: e1000_nvm.h:40
u16 * pba_block
Definition: e1000_nvm.h:41