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:BIT_U16
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H
A
D
upg_common.h
56
#define
BIT_U16
16
macro
101
#define upg_align_128bit(x) ((((x) + (
BIT_U16
) - 1) / (
BIT_U16
)) * (
BIT_U16
))
H
A
D
upg_common.c
103
rsa_key_addr = rsa_key_addr | (val <<
BIT_U16
);
in upg_get_boot_key_addr()
109
ecc_key_addr = ecc_key_addr | (val <<
BIT_U16
);
in upg_get_boot_key_addr()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/
H
A
D
boot_upg_common.h
28
#define
BIT_U16
16
macro
H
A
D
boot_upg_check_secure.c
65
hi_reg_write16(DIAG_CTL_GP_REG1_REG, (rsa_key_addr >>
BIT_U16
));
in boot_upg_save_rsa_key_pos()
75
hi_reg_write16(DIAG_CTL_GP_REG3_REG, (ecc_key_addr >>
BIT_U16
));
in boot_upg_save_ecc_key_pos()
Completed in 4 milliseconds