Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IGC_EECD
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
H
A
D
igc_nvm.c
49
u32 eecd = rd32(
IGC_EECD
);
in igc_acquire_nvm()
52
wr32(
IGC_EECD
, eecd | IGC_EECD_REQ);
in igc_acquire_nvm()
53
eecd = rd32(
IGC_EECD
);
in igc_acquire_nvm()
59
eecd = rd32(
IGC_EECD
);
in igc_acquire_nvm()
65
wr32(
IGC_EECD
, eecd);
in igc_acquire_nvm()
83
eecd = rd32(
IGC_EECD
);
in igc_release_nvm()
85
wr32(
IGC_EECD
, eecd);
in igc_release_nvm()
H
A
D
igc_i225.c
356
reg = rd32(
IGC_EECD
);
in igc_pool_flash_update_done_i225()
382
flup = rd32(
IGC_EECD
) | IGC_EECD_FLUPD_I225;
in igc_update_flash_i225()
383
wr32(
IGC_EECD
, flup);
in igc_update_flash_i225()
463
eec = rd32(
IGC_EECD
);
in igc_get_flash_presence_i225()
H
A
D
igc_base.c
68
u32 eecd = rd32(
IGC_EECD
);
in igc_init_nvm_params_base()
H
A
D
igc_regs.h
10
#define
IGC_EECD
0x00010 /* EEPROM/Flash Control - RW */
macro
H
A
D
igc_mac.c
656
if (rd32(
IGC_EECD
) & IGC_EECD_AUTO_RD)
in igc_get_auto_rd_done()
H
A
D
igc_ethtool.c
167
regs_buff[5] = rd32(
IGC_EECD
);
in igc_ethtool_get_regs()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/
H
A
D
igc_nvm.c
49
u32 eecd = rd32(
IGC_EECD
);
in igc_acquire_nvm()
52
wr32(
IGC_EECD
, eecd | IGC_EECD_REQ);
in igc_acquire_nvm()
53
eecd = rd32(
IGC_EECD
);
in igc_acquire_nvm()
59
eecd = rd32(
IGC_EECD
);
in igc_acquire_nvm()
65
wr32(
IGC_EECD
, eecd);
in igc_acquire_nvm()
83
eecd = rd32(
IGC_EECD
);
in igc_release_nvm()
85
wr32(
IGC_EECD
, eecd);
in igc_release_nvm()
H
A
D
igc_i225.c
356
reg = rd32(
IGC_EECD
);
in igc_pool_flash_update_done_i225()
382
flup = rd32(
IGC_EECD
) | IGC_EECD_FLUPD_I225;
in igc_update_flash_i225()
383
wr32(
IGC_EECD
, flup);
in igc_update_flash_i225()
463
eec = rd32(
IGC_EECD
);
in igc_get_flash_presence_i225()
H
A
D
igc_base.c
68
u32 eecd = rd32(
IGC_EECD
);
in igc_init_nvm_params_base()
H
A
D
igc_regs.h
10
#define
IGC_EECD
0x00010 /* EEPROM/Flash Control - RW */
macro
H
A
D
igc_mac.c
656
if (rd32(
IGC_EECD
) & IGC_EECD_AUTO_RD)
in igc_get_auto_rd_done()
H
A
D
igc_ethtool.c
187
regs_buff[5] = rd32(
IGC_EECD
);
in igc_ethtool_get_regs()
Completed in 12 milliseconds