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:INTR_STAT_OFS
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mailbox/
H
A
D
platform_mhu.c
23
#define
INTR_STAT_OFS
0x4
macro
52
val = readl_relaxed(mlink->rx_reg +
INTR_STAT_OFS
);
in platform_mhu_rx_interrupt()
66
u32 val = readl_relaxed(mlink->tx_reg +
INTR_STAT_OFS
);
in platform_mhu_last_tx_done()
87
val = readl_relaxed(mlink->tx_reg +
INTR_STAT_OFS
);
in platform_mhu_startup()
H
A
D
arm_mhu.c
16
#define
INTR_STAT_OFS
0x0
macro
46
val = readl_relaxed(mlink->rx_reg +
INTR_STAT_OFS
);
in mhu_rx_interrupt()
60
u32 val = readl_relaxed(mlink->tx_reg +
INTR_STAT_OFS
);
in mhu_last_tx_done()
81
val = readl_relaxed(mlink->tx_reg +
INTR_STAT_OFS
);
in mhu_startup()
H
A
D
arm_mhu_db.c
20
#define
INTR_STAT_OFS
0x0
macro
103
bits = readl_relaxed(base +
INTR_STAT_OFS
);
in mhu_db_mbox_irq_to_channel()
143
if (readl_relaxed(base +
INTR_STAT_OFS
) & BIT(chan_info->doorbell))
in mhu_db_last_tx_done()
/kernel/linux/linux-6.6/drivers/mailbox/
H
A
D
arm_mhu.c
17
#define
INTR_STAT_OFS
0x0
macro
47
val = readl_relaxed(mlink->rx_reg +
INTR_STAT_OFS
);
in mhu_rx_interrupt()
61
u32 val = readl_relaxed(mlink->tx_reg +
INTR_STAT_OFS
);
in mhu_last_tx_done()
82
val = readl_relaxed(mlink->tx_reg +
INTR_STAT_OFS
);
in mhu_startup()
H
A
D
platform_mhu.c
24
#define
INTR_STAT_OFS
0x4
macro
53
val = readl_relaxed(mlink->rx_reg +
INTR_STAT_OFS
);
in platform_mhu_rx_interrupt()
67
u32 val = readl_relaxed(mlink->tx_reg +
INTR_STAT_OFS
);
in platform_mhu_last_tx_done()
88
val = readl_relaxed(mlink->tx_reg +
INTR_STAT_OFS
);
in platform_mhu_startup()
H
A
D
arm_mhu_db.c
19
#define
INTR_STAT_OFS
0x0
macro
102
bits = readl_relaxed(base +
INTR_STAT_OFS
);
in mhu_db_mbox_irq_to_channel()
142
if (readl_relaxed(base +
INTR_STAT_OFS
) & BIT(chan_info->doorbell))
in mhu_db_last_tx_done()
Completed in 3 milliseconds