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:dmac_int
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/rapidio/devices/
H
A
D
tsi721_dma.c
572
u32
dmac_int
, dmac_sts;
in tsi721_dma_tasklet()
local
574
dmac_int
= ioread32(bdma_chan->regs + TSI721_DMAC_INT);
in tsi721_dma_tasklet()
576
bdma_chan->id,
dmac_int
);
in tsi721_dma_tasklet()
578
iowrite32(
dmac_int
, bdma_chan->regs + TSI721_DMAC_INT);
in tsi721_dma_tasklet()
580
if (
dmac_int
& TSI721_DMAC_INT_ERR) {
in tsi721_dma_tasklet()
649
if (
dmac_int
& TSI721_DMAC_INT_STFULL) {
in tsi721_dma_tasklet()
655
if (
dmac_int
& (TSI721_DMAC_INT_DONE | TSI721_DMAC_INT_IOFDONE)) {
in tsi721_dma_tasklet()
915
dmac_int
= ioread32(bdma_chan->regs + TSI721_DMAC_INT);
in tsi721_terminate_all()
916
} while ((
dmac_int
& TSI721_DMAC_INT_SUSP) == 0);
in tsi721_terminate_all()
/kernel/linux/linux-6.6/drivers/rapidio/devices/
H
A
D
tsi721_dma.c
572
u32
dmac_int
, dmac_sts;
in tsi721_dma_tasklet()
local
574
dmac_int
= ioread32(bdma_chan->regs + TSI721_DMAC_INT);
in tsi721_dma_tasklet()
576
bdma_chan->id,
dmac_int
);
in tsi721_dma_tasklet()
578
iowrite32(
dmac_int
, bdma_chan->regs + TSI721_DMAC_INT);
in tsi721_dma_tasklet()
580
if (
dmac_int
& TSI721_DMAC_INT_ERR) {
in tsi721_dma_tasklet()
649
if (
dmac_int
& TSI721_DMAC_INT_STFULL) {
in tsi721_dma_tasklet()
655
if (
dmac_int
& (TSI721_DMAC_INT_DONE | TSI721_DMAC_INT_IOFDONE)) {
in tsi721_dma_tasklet()
915
dmac_int
= ioread32(bdma_chan->regs + TSI721_DMAC_INT);
in tsi721_terminate_all()
916
} while ((
dmac_int
& TSI721_DMAC_INT_SUSP) == 0);
in tsi721_terminate_all()
Completed in 4 milliseconds