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:enable_1510_mode
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/plat-omap/
H
A
D
dma.c
68
static int
enable_1510_mode
;
variable
99
return
enable_1510_mode
;
in omap_dma_in_1510_mode()
817
if (
enable_1510_mode
&& ch >= 6) {
in omap1_dma_handle_ch()
822
if (
enable_1510_mode
&& ch <= 2 && (csr >> 7) != 0) {
in omap1_dma_handle_ch()
855
if (
enable_1510_mode
&& dma_chan[ch + 6].saved_csr)
in omap1_dma_irq_handler()
898
enable_1510_mode
= d->dev_caps & ENABLE_1510_MODE;
in omap_system_dma_probe()
912
if (ch >= 6 &&
enable_1510_mode
)
in omap_system_dma_probe()
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H
A
D
omap-dma.c
59
static int
enable_1510_mode
;
variable
140
return
enable_1510_mode
;
in omap_dma_in_1510_mode()
707
if (
enable_1510_mode
&& ch >= 6) {
in omap1_dma_handle_ch()
712
if (
enable_1510_mode
&& ch <= 2 && (csr >> 7) != 0) {
in omap1_dma_handle_ch()
745
if (
enable_1510_mode
&& dma_chan[ch + 6].saved_csr)
in omap1_dma_irq_handler()
784
enable_1510_mode
= d->dev_caps & ENABLE_1510_MODE;
in omap_system_dma_probe()
797
if (ch >= 6 &&
enable_1510_mode
)
in omap_system_dma_probe()
H
A
D
dma.c
33
static u32
enable_1510_mode
;
variable
224
if (
enable_1510_mode
) {
in omap1_show_dma_caps()
331
enable_1510_mode
= d->dev_caps & ENABLE_1510_MODE;
in omap1_system_dma_init()
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H
A
D
dma.c
33
static u32
enable_1510_mode
;
variable
224
if (
enable_1510_mode
) {
in omap1_show_dma_caps()
347
enable_1510_mode
= d->dev_caps & ENABLE_1510_MODE;
in omap1_system_dma_init()
Completed in 4 milliseconds