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:irq_chan
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
k3dma.c
220
u32 i,
irq_chan
= 0;
in k3_dma_int_handler()
local
245
irq_chan
|= BIT(i);
in k3_dma_int_handler()
251
writel_relaxed(
irq_chan
, d->base + INT_TC1_RAW);
in k3_dma_int_handler()
252
writel_relaxed(
irq_chan
, d->base + INT_TC2_RAW);
in k3_dma_int_handler()
256
if (
irq_chan
)
in k3_dma_int_handler()
259
if (
irq_chan
|| err1 || err2)
in k3_dma_int_handler()
H
A
D
zx_dma.c
280
u32 i,
irq_chan
= 0, task = 0;
in zx_dma_int_handler()
local
297
irq_chan
|= BIT(i);
in zx_dma_int_handler()
305
writel_relaxed(
irq_chan
, d->base + REG_ZX_TC_IRQ_RAW);
in zx_dma_int_handler()
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
k3dma.c
220
u32 i,
irq_chan
= 0;
in k3_dma_int_handler()
local
244
irq_chan
|= BIT(i);
in k3_dma_int_handler()
250
writel_relaxed(
irq_chan
, d->base + INT_TC1_RAW);
in k3_dma_int_handler()
251
writel_relaxed(
irq_chan
, d->base + INT_TC2_RAW);
in k3_dma_int_handler()
255
if (
irq_chan
)
in k3_dma_int_handler()
258
if (
irq_chan
|| err1 || err2)
in k3_dma_int_handler()
Completed in 5 milliseconds