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:RST_BOOT
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
ptp.c
35
#define
RST_BOOT
0x1600ULL
macro
47
* with multiplier bits present in
RST_BOOT
register of RESET block.
in get_clock_rate()
60
cfg = readq(base +
RST_BOOT
);
in get_clock_rate()
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/common/
H
A
D
cavium_ptp.c
30
#define
RST_BOOT
0x1600ULL
macro
48
ret = CLOCK_BASE_RATE * ((readq(base +
RST_BOOT
) >> 33) & 0x3f);
in ptp_cavium_clock_get()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/common/
H
A
D
cavium_ptp.c
30
#define
RST_BOOT
0x1600ULL
macro
48
ret = CLOCK_BASE_RATE * ((readq(base +
RST_BOOT
) >> 33) & 0x3f);
in ptp_cavium_clock_get()
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
H
A
D
nitrox_hal.c
617
offset =
RST_BOOT
;
in nitrox_get_hwinfo()
H
A
D
nitrox_csr.h
199
#define
RST_BOOT
0x10C1600
macro
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/
H
A
D
nitrox_hal.c
618
offset =
RST_BOOT
;
in nitrox_get_hwinfo()
H
A
D
nitrox_csr.h
199
#define
RST_BOOT
0x10C1600
macro
Completed in 9 milliseconds