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:DMAOR
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/drivers/dma/
H
A
D
dmabrg.c
57
#define
DMAOR
0xffa00040
macro
173
or = __raw_readl(
DMAOR
);
in dmabrg_init()
174
__raw_writel(or | DMAOR_BRG | DMAOR_DMEN,
DMAOR
);
in dmabrg_init()
H
A
D
dma-sh.c
57
/*
DMAOR
is placed inside the channel register space. Step over it. */
in dma_base_addr()
58
if (chan >=
DMAOR
)
in dma_base_addr()
254
*
DMAOR
handling
266
SH_DMAC_NR_MD_CH) +
DMAOR
)
269
SH_DMAC_NR_MD_CH) +
DMAOR
)
284
printk(KERN_ERR "dma-sh: Can't initialize
DMAOR
.\n");
in dmaor_reset()
402
* Initialize
DMAOR
, and clean up any error flags that may have
in sh_dmac_init()
/kernel/linux/linux-6.6/arch/sh/drivers/dma/
H
A
D
dmabrg.c
57
#define
DMAOR
0xffa00040
macro
173
or = __raw_readl(
DMAOR
);
in dmabrg_init()
174
__raw_writel(or | DMAOR_BRG | DMAOR_DMEN,
DMAOR
);
in dmabrg_init()
H
A
D
dma-sh.c
57
/*
DMAOR
is placed inside the channel register space. Step over it. */
in dma_base_addr()
58
if (chan >=
DMAOR
)
in dma_base_addr()
254
*
DMAOR
handling
266
SH_DMAC_NR_MD_CH) +
DMAOR
)
269
SH_DMAC_NR_MD_CH) +
DMAOR
)
284
printk(KERN_ERR "dma-sh: Can't initialize
DMAOR
.\n");
in dmaor_reset()
402
* Initialize
DMAOR
, and clean up any error flags that may have
in sh_dmac_init()
/kernel/linux/linux-5.10/arch/sh/include/asm/
H
A
D
dma-register.h
18
#define
DMAOR
0x40 /* DMA Operation Register */
macro
20
/*
DMAOR
definitions */
/kernel/linux/linux-6.6/arch/sh/include/asm/
H
A
D
dma-register.h
18
#define
DMAOR
0x40 /* DMA Operation Register */
macro
20
/*
DMAOR
definitions */
/kernel/linux/linux-5.10/drivers/dma/sh/
H
A
D
shdmac.c
42
#define
DMAOR
0x40 /* DMA Operation Register */
macro
90
void __iomem *addr = shdev->chan_reg +
DMAOR
;
in dmaor_read()
100
void __iomem *addr = shdev->chan_reg +
DMAOR
;
in dmaor_write()
125
* SH7780 has two
DMAOR
register
165
dev_warn(shdev->shdma_dev.dma_dev.dev, "Can't initialize
DMAOR
.\n");
in sh_dmae_rst()
170
"
DMAOR
=0x%x hasn't latched the initial value 0x%x.\n",
in sh_dmae_rst()
/kernel/linux/linux-6.6/drivers/dma/sh/
H
A
D
shdmac.c
41
#define
DMAOR
0x40 /* DMA Operation Register */
macro
89
void __iomem *addr = shdev->chan_reg +
DMAOR
;
in dmaor_read()
99
void __iomem *addr = shdev->chan_reg +
DMAOR
;
in dmaor_write()
124
* SH7780 has two
DMAOR
register
164
dev_warn(shdev->shdma_dev.dma_dev.dev, "Can't initialize
DMAOR
.\n");
in sh_dmae_rst()
169
"
DMAOR
=0x%x hasn't latched the initial value 0x%x.\n",
in sh_dmae_rst()
Completed in 6 milliseconds