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:EEPROMSIZE
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
t4_hw.h
43
EEPROMSIZE
= 17408,/* Serial EEPROM physical size */
enumerator
H
A
D
cxgb4_ethtool.c
194
return
EEPROMSIZE
;
in get_eeprom_len()
1208
u8 *buf = kvzalloc(
EEPROMSIZE
, GFP_KERNEL);
in get_eeprom()
H
A
D
t4_hw.c
2719
if (phys_addr <
EEPROMSIZE
)
in t4_eeprom_ptov()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
t4_hw.h
43
EEPROMSIZE
= 17408,/* Serial EEPROM physical size */
enumerator
H
A
D
cxgb4_ethtool.c
194
return
EEPROMSIZE
;
in get_eeprom_len()
1216
u8 *buf = kvzalloc(
EEPROMSIZE
, GFP_KERNEL);
in get_eeprom()
H
A
D
t4_hw.c
2718
if (phys_addr <
EEPROMSIZE
)
in t4_eeprom_ptov()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H
A
D
subr.c
554
#define
EEPROMSIZE
(8 * 1024)
macro
568
if (addr >=
EEPROMSIZE
|| (addr & 3))
in t1_seeprom_read()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H
A
D
subr.c
557
#define
EEPROMSIZE
(8 * 1024)
macro
571
if (addr >=
EEPROMSIZE
|| (addr & 3))
in t1_seeprom_read()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
common.h
71
EEPROMSIZE
= 8192, /* Serial EEPROM size */
enumerator
H
A
D
t3_hw.c
620
if ((addr >=
EEPROMSIZE
&& addr != EEPROM_STAT_ADDR) || (addr & 3))
in t3_seeprom_read()
653
if ((addr >=
EEPROMSIZE
&& addr != EEPROM_STAT_ADDR) || (addr & 3))
in t3_seeprom_write()
H
A
D
cxgb3_main.c
1616
return
EEPROMSIZE
;
in get_eeprom_len()
2038
u8 *buf = kmalloc(
EEPROMSIZE
, GFP_KERNEL);
in get_eeprom()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
common.h
71
EEPROMSIZE
= 8192, /* Serial EEPROM size */
enumerator
H
A
D
cxgb3_main.c
1615
return
EEPROMSIZE
;
in get_eeprom_len()
Completed in 53 milliseconds