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_MAX_STATE_NUM
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/include/
H
A
D
hi_comm_irq.h
23
#define
HI_MAX_STATE_NUM
2
macro
45
volatile hi_u32 raw_state[
HI_MAX_STATE_NUM
]; /* raw interrupt states */
46
volatile hi_u32 mask_state[
HI_MAX_STATE_NUM
]; /* interrupt states after mask */
106
unsigned int raw_int_reg[
HI_MAX_STATE_NUM
]; /* raw int state */
107
unsigned int mask_int_reg[
HI_MAX_STATE_NUM
]; /* int state after mask */
108
unsigned int clr_int_reg[
HI_MAX_STATE_NUM
];
109
unsigned int clr_or_mask[
HI_MAX_STATE_NUM
];
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
H
A
D
hi_comm_irq.h
23
#define
HI_MAX_STATE_NUM
1
macro
37
volatile hi_u32 raw_state[
HI_MAX_STATE_NUM
]; /* raw interrupt states */
38
volatile hi_u32 mask_state[
HI_MAX_STATE_NUM
]; /* interrupt states after mask */
93
unsigned int raw_int_reg[
HI_MAX_STATE_NUM
]; /* raw int state */
94
unsigned int mask_int_reg[
HI_MAX_STATE_NUM
]; /* int state after mask */
95
unsigned int clr_int_reg[
HI_MAX_STATE_NUM
];
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
hi_comm_irq.h
23
#define
HI_MAX_STATE_NUM
1
macro
37
volatile hi_u32 raw_state[
HI_MAX_STATE_NUM
]; /* raw interrupt states */
38
volatile hi_u32 mask_state[
HI_MAX_STATE_NUM
]; /* interrupt states after mask */
93
unsigned int raw_int_reg[
HI_MAX_STATE_NUM
]; /* raw int state */
94
unsigned int mask_int_reg[
HI_MAX_STATE_NUM
]; /* int state after mask */
95
unsigned int clr_int_reg[
HI_MAX_STATE_NUM
];
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
hi_comm_irq.h
23
#define
HI_MAX_STATE_NUM
1
macro
37
volatile hi_u32 raw_state[
HI_MAX_STATE_NUM
]; /* raw interrupt states */
38
volatile hi_u32 mask_state[
HI_MAX_STATE_NUM
]; /* interrupt states after mask */
93
unsigned int raw_int_reg[
HI_MAX_STATE_NUM
]; /* raw int state */
94
unsigned int mask_int_reg[
HI_MAX_STATE_NUM
]; /* int state after mask */
95
unsigned int clr_int_reg[
HI_MAX_STATE_NUM
];
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_irq/kernel/
H
A
D
hiirq.c
46
volatile unsigned int *raw_int_reg[
HI_MAX_STATE_NUM
];
47
volatile unsigned int *mask_int_reg[
HI_MAX_STATE_NUM
];
48
volatile unsigned int *clr_int_reg[
HI_MAX_STATE_NUM
];
687
if (reg->reg_num >
HI_MAX_STATE_NUM
) {
in hiirq_map_irq_reg_for_normal()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hiirq/kernel/
H
A
D
hiirq.c
71
volatile unsigned int *raw_int_reg[
HI_MAX_STATE_NUM
];
72
volatile unsigned int *mask_int_reg[
HI_MAX_STATE_NUM
];
73
volatile unsigned int *clr_int_reg[
HI_MAX_STATE_NUM
];
74
unsigned int clr_or_mask[
HI_MAX_STATE_NUM
];
882
if (reg->reg_num >
HI_MAX_STATE_NUM
) {
in hiirq_map_irq_reg_for_normal()
Completed in 5 milliseconds