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:dma_using_dac
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/char/xillybus/
H
A
D
xillybus_pcie.c
100
endpoint->
dma_using_dac
= 0;
in xilly_probe()
102
endpoint->
dma_using_dac
= 1;
in xilly_probe()
H
A
D
xillybus.h
93
int
dma_using_dac
; /* =1 if 64-bit DMA is used, =0 otherwise. */
member
H
A
D
xillybus_core.c
1831
iowrite32((u32) (endpoint->
dma_using_dac
& 0x0001),
in xilly_quiesce()
1894
iowrite32((u32) (endpoint->
dma_using_dac
& 0x0001),
in xillybus_endpoint_discovery()
1906
iowrite32((u32) (0x0002 | (endpoint->
dma_using_dac
& 0x0001)),
in xillybus_endpoint_discovery()
/kernel/linux/linux-5.10/drivers/char/xillybus/
H
A
D
xillybus_pcie.c
190
endpoint->
dma_using_dac
= 0;
in xilly_probe()
192
endpoint->
dma_using_dac
= 1;
in xilly_probe()
H
A
D
xillybus.h
98
int
dma_using_dac
; /* =1 if 64-bit DMA is used, =0 otherwise. */
member
H
A
D
xillybus_core.c
1922
iowrite32((u32) (endpoint->
dma_using_dac
& 0x0001),
in xilly_quiesce()
1985
iowrite32((u32) (endpoint->
dma_using_dac
& 0x0001),
in xillybus_endpoint_discovery()
1997
iowrite32((u32) (0x0002 | (endpoint->
dma_using_dac
& 0x0001)),
in xillybus_endpoint_discovery()
Completed in 6 milliseconds