OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:eerd
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/pci/igc/
igc_nvm.c
131
* igc_read_nvm_eerd - Reads EEPROM using
EERD
register
137
* Reads a 16 bit word from the EEPROM using the
EERD
register.
144
uint32_t i,
eerd
= 0;
local in function:igc_read_nvm_eerd
159
eerd
= ((offset + i) << IGC_NVM_RW_ADDR_SHIFT) +
162
IGC_WRITE_REG(hw, IGC_EERD,
eerd
);
/src/sys/dev/pci/ixgbe/
ixgbe_common.c
85
/* If EEPROM is valid (bit 8 = 1), use
EERD
otherwise use bit bang */
1625
* ixgbe_read_eerd_buffer_generic - Read EEPROM word(s) using
EERD
1631
* Reads a 16 bit word(s) from the EEPROM using the
EERD
register.
1636
u32
eerd
;
local in function:ixgbe_read_eerd_buffer_generic
1657
eerd
= ((offset + i) << IXGBE_EEPROM_RW_ADDR_SHIFT) |
1660
IXGBE_WRITE_REG(hw, IXGBE_EERD,
eerd
);
1720
* ixgbe_read_eerd_generic - Read EEPROM word using
EERD
1725
* Reads a 16 bit word from the EEPROM using the
EERD
register.
1802
* ixgbe_poll_eerd_eewr_done - Poll
EERD
read or EEWR write status
1806
* Polls the status bit (bit 1) of the
EERD
or EEWR to determine when th
[
all
...]
/src/sys/dev/pci/
if_wm.c
1043
* Microwire, SPI (w/wo
EERD
) and Flash.
1054
/* Using with
EERD
*/
2495
/* Not use WM_F_LOCK_EECD because we use
EERD
*/
2507
/* Not use WM_F_LOCK_EECD because we use
EERD
*/
2541
/* Don't use WM_F_LOCK_EECD because we use
EERD
*/
2610
/* Don't use WM_F_LOCK_EECD because we use
EERD
*/
14165
* Microwire, SPI (w/wo
EERD
) and Flash.
14452
/* Using with
EERD
*/
14477
int i,
eerd
= 0;
local in function:wm_nvm_read_eerd
14488
eerd
= ((offset + i) << EERD_ADDR_SHIFT) | EERD_START
[
all
...]
Completed in 28 milliseconds
Indexes created Sun Sep 28 12:09:53 GMT 2025