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:HI_IOCFG_REG_BASE
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/io/
H
A
D
hi_flashboot_io.c
41
reg_addr =
HI_IOCFG_REG_BASE
+ IO_MUX_REG_BASE_ADDR + ((hi_u32)id << 2); /* lift shift 2 bits */
in hi_io_get_func()
53
hi_reg_read((
HI_IOCFG_REG_BASE
+ IO_CTRL_REG_BASE_ADDR + ((hi_u32)id << 2)), reg_val); /* lift shift 2 bits */
in hi_io_get_pull()
70
hi_reg_read((
HI_IOCFG_REG_BASE
+ IO_CTRL_REG_BASE_ADDR + ((hi_u32)id << 2)), reg_val); /* lift shift 2 bits */
in hi_io_set_driver_strength()
73
hi_reg_write((
HI_IOCFG_REG_BASE
+ IO_CTRL_REG_BASE_ADDR + ((hi_u32)id << 2)), reg_val); /* lift shift 2 bits */
in hi_io_set_driver_strength()
85
hi_reg_read((
HI_IOCFG_REG_BASE
+ IO_CTRL_REG_BASE_ADDR + ((hi_u32)id << 2)), reg_val); /* lift shift 2 bits */
in hi_io_get_driver_strength()
97
hi_reg_read((
HI_IOCFG_REG_BASE
+ IO_CTRL_REG_BASE_ADDR + ((hi_u32)id << OFFSET_2_B)), reg_val);
in hi_io_set_input_enable()
100
hi_reg_write((
HI_IOCFG_REG_BASE
+ IO_CTRL_REG_BASE_ADDR + ((hi_u32)id << OFFSET_2_B)), reg_val);
in hi_io_set_input_enable()
110
hi_reg_read((
HI_IOCFG_REG_BASE
+ IO_CTRL_REG_BASE_ADDR + ((hi_u32)id << OFFSET_2_B)), reg_val);
in hi_io_get_input_enable()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/startup/
H
A
D
main.c
75
hi_reg_read(
HI_IOCFG_REG_BASE
+ IO_CTRL_REG_BASE_ADDR, reg_val);
in boot_extern_32k()
82
hi_reg_write(
HI_IOCFG_REG_BASE
+ IO_CTRL_REG_BASE_ADDR, reg_val);
in boot_extern_32k()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/
H
A
D
hi3861_platform.h
152
#define
HI_IOCFG_REG_BASE
0x5000A000
macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/
H
A
D
app_main.c
113
#define iocfg_reg_addr(_x) (
HI_IOCFG_REG_BASE
+ IO_CTRL_REG_BASE_ADDR + (_x) * 4)
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/wifiiot_app/src/
H
A
D
app_main.c
98
#define iocfg_reg_addr(_x) (
HI_IOCFG_REG_BASE
+ IO_CTRL_REG_BASE_ADDR + (_x) * 4)
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi3861_platform_base.h
48
#define
HI_IOCFG_REG_BASE
0x5000A000
macro
Completed in 5 milliseconds