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:SIZE_32_BITS
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/
H
A
D
efuse_opt.c
32
if (size <
SIZE_32_BITS
) {
in efuse_read()
34
size =
SIZE_32_BITS
;
in efuse_read()
35
} else if (size >
SIZE_32_BITS
&& size < SIZE_64_BITS) {
in efuse_read()
36
*(volatile hi_u32 *)(data + WORD_WIDTH) &= ((1 << (size -
SIZE_32_BITS
)) - 1);
in efuse_read()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/drivers/efuse/
H
A
D
efuse.c
61
data_u32[0] = data_u32[0] | (data_u32[1] << (
SIZE_32_BITS
- diff_head_read));
in efuse_start_addr_unaligned_read()
63
data_u32[1] = data_u32[1] | ((hi_u32)end_u8 << (
SIZE_32_BITS
- diff_head_read));
in efuse_start_addr_unaligned_read()
64
*(hi_u64 *)data = (((hi_u64)data_u32[1] <<
SIZE_32_BITS
) | data_u32[0]);
in efuse_start_addr_unaligned_read()
110
} else if (origine_size <
SIZE_32_BITS
) {
in efuse_bits_read()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/efuse/
H
A
D
efuse.c
60
data_u32[0] = data_u32[0] | (data_u32[1] << (
SIZE_32_BITS
- diff_head_read));
in efuse_start_addr_unaligned_read()
62
data_u32[1] = data_u32[1] | ((hi_u32)end_u8 << (
SIZE_32_BITS
- diff_head_read));
in efuse_start_addr_unaligned_read()
63
*(hi_u64 *)data = (((hi_u64)data_u32[1] <<
SIZE_32_BITS
) | data_u32[0]);
in efuse_start_addr_unaligned_read()
108
} else if (origine_size <
SIZE_32_BITS
) {
in efuse_bits_read()
H
A
D
efuse.h
25
#define
SIZE_32_BITS
32
macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
H
A
D
efuse.h
25
#define
SIZE_32_BITS
32
macro
H
A
D
efuse_opt.h
22
#define
SIZE_32_BITS
32
macro
Completed in 2 milliseconds