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:DIAG_CTL_BASE
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/
H
A
D
hi3861_platform.h
143
#define
DIAG_CTL_BASE
0x40060000
macro
144
#define DIAG_CTL_GP_REG0_REG (
DIAG_CTL_BASE
+ 0x010) /* used to save rsa key */
145
#define DIAG_CTL_GP_REG1_REG (
DIAG_CTL_BASE
+ 0x014) /* used to save rsa key */
146
#define DIAG_CTL_GP_REG2_REG (
DIAG_CTL_BASE
+ 0x018) /* used to save ecc key */
147
#define DIAG_CTL_GP_REG3_REG (
DIAG_CTL_BASE
+ 0x01C) /* used to save ecc key */
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi3861_platform_base.h
425
#define
DIAG_CTL_BASE
0x40060000
macro
426
#define DIAG_CTL_GP_REG0_REG (
DIAG_CTL_BASE
+ 0x010) /* used to save rsa key */
427
#define DIAG_CTL_GP_REG1_REG (
DIAG_CTL_BASE
+ 0x014) /* used to save rsa key */
428
#define DIAG_CTL_GP_REG2_REG (
DIAG_CTL_BASE
+ 0x018) /* used to save ecc key */
429
#define DIAG_CTL_GP_REG3_REG (
DIAG_CTL_BASE
+ 0x01C) /* used to save ecc key */
430
#define DIAG_CTL_DIAG_MUX (
DIAG_CTL_BASE
+ 0x0BC) /* diag mux */
431
#define DIAG_CTL_CLOCK_TEST_SEL (
DIAG_CTL_BASE
+ 0x0D0) /* clock test div */
432
#define DIAG_CTL_CLOCK_TEST_DIV (
DIAG_CTL_BASE
+ 0x0D4) /* clock test div */
433
#define DIAG_CTL_CLOCK_TEST_EN (
DIAG_CTL_BASE
+ 0x0D8) /* clock test en */
Completed in 3 milliseconds