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:current_addr
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/nvm/
H
A
D
hi_nvm.c
203
nv_ctrl->
current_addr
= flash_addr;
in nv_init_common()
264
flash_addr = nv_ctrl->
current_addr
+ nv_index->nv_offset;
in nv_read_common()
289
hi_u32 new_addr = ((nv_ctrl->
current_addr
+ nv_ctrl->block_size) < (nv_ctrl->base_addr + nv_ctrl->total_block_size))
in nv_next_addr()
290
? (nv_ctrl->
current_addr
+ nv_ctrl->block_size) : (nv_ctrl->base_addr);
in nv_next_addr()
311
nv_ctrl->
current_addr
= flash_addr;
in nv_block_write()
340
ret = nv_read_flash(nv_ctrl->
current_addr
, nv_ctrl->block_size, nv_file);
in nv_common_write()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/common/nvm/
H
A
D
hi_nvm.c
204
nv_ctrl->
current_addr
= flash_addr;
in nv_init_common()
266
flash_addr = nv_ctrl->
current_addr
+ nv_index->nv_offset;
in nv_read_common()
291
hi_u32 new_addr = ((nv_ctrl->
current_addr
+ nv_ctrl->block_size) < (nv_ctrl->base_addr + nv_ctrl->total_block_size))
in nv_next_addr()
292
? (nv_ctrl->
current_addr
+ nv_ctrl->block_size) : (nv_ctrl->base_addr);
in nv_next_addr()
313
nv_ctrl->
current_addr
= flash_addr;
in nv_block_write()
343
ret = nv_read_flash(nv_ctrl->
current_addr
, nv_ctrl->block_size, nv_file);
in nv_common_write()
H
A
D
hi_nvm.h
63
hi_u32
current_addr
;
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/include/
H
A
D
hi_nvm.h
55
hi_u32
current_addr
;
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
H
A
D
hi_nvm.h
62
hi_u32
current_addr
;
member
Completed in 4 milliseconds