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:ESPC_NCR
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H
A
D
niu.h
2444
#define
ESPC_NCR
(IDX) (FZC_PROM + 0x40020UL + (IDX)*0x8UL)
macro
2447
#define ESPC_MAC_ADDR0
ESPC_NCR
(0)
2448
#define ESPC_MAC_ADDR1
ESPC_NCR
(1)
2449
#define ESPC_NUM_PORTS_MACS
ESPC_NCR
(2)
2451
#define ESPC_MOD_STR_LEN
ESPC_NCR
(4)
2452
#define ESPC_MOD_STR_1
ESPC_NCR
(5)
2453
#define ESPC_MOD_STR_2
ESPC_NCR
(6)
2454
#define ESPC_MOD_STR_3
ESPC_NCR
(7)
2455
#define ESPC_MOD_STR_4
ESPC_NCR
(8)
2456
#define ESPC_MOD_STR_5
ESPC_NCR
(
[all...]
H
A
D
niu.c
6881
val = nr64(
ESPC_NCR
((offset - b_offset) / 4));
in niu_get_eeprom()
6888
val = nr64(
ESPC_NCR
(offset / 4));
in niu_get_eeprom()
6895
val = nr64(
ESPC_NCR
(offset / 4));
in niu_get_eeprom()
8373
val = nr64(
ESPC_NCR
(i));
in niu_pci_probe_sprom()
8478
u64 tmp = nr64(
ESPC_NCR
(5 + (i / 4)));
in niu_pci_probe_sprom()
8494
u64 tmp = nr64(
ESPC_NCR
(14 + (i / 4)));
in niu_pci_probe_sprom()
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H
A
D
niu.h
2444
#define
ESPC_NCR
(IDX) (FZC_PROM + 0x40020UL + (IDX)*0x8UL)
macro
2447
#define ESPC_MAC_ADDR0
ESPC_NCR
(0)
2448
#define ESPC_MAC_ADDR1
ESPC_NCR
(1)
2449
#define ESPC_NUM_PORTS_MACS
ESPC_NCR
(2)
2451
#define ESPC_MOD_STR_LEN
ESPC_NCR
(4)
2452
#define ESPC_MOD_STR_1
ESPC_NCR
(5)
2453
#define ESPC_MOD_STR_2
ESPC_NCR
(6)
2454
#define ESPC_MOD_STR_3
ESPC_NCR
(7)
2455
#define ESPC_MOD_STR_4
ESPC_NCR
(8)
2456
#define ESPC_MOD_STR_5
ESPC_NCR
(
[all...]
H
A
D
niu.c
6899
val = nr64(
ESPC_NCR
((offset - b_offset) / 4));
in niu_get_eeprom()
6906
val = nr64(
ESPC_NCR
(offset / 4));
in niu_get_eeprom()
6913
val = nr64(
ESPC_NCR
(offset / 4));
in niu_get_eeprom()
8395
val = nr64(
ESPC_NCR
(i));
in niu_pci_probe_sprom()
8502
u64 tmp = nr64(
ESPC_NCR
(5 + (i / 4)));
in niu_pci_probe_sprom()
8518
u64 tmp = nr64(
ESPC_NCR
(14 + (i / 4)));
in niu_pci_probe_sprom()
Completed in 41 milliseconds