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:mio_boot_dma_int
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
pata_octeon_cf.c
563
union cvmx_mio_boot_dma_intx
mio_boot_dma_int
;
in octeon_cf_dma_start()
local
575
mio_boot_dma_int
.u64 = 0;
in octeon_cf_dma_start()
576
mio_boot_dma_int
.s.done = 1;
in octeon_cf_dma_start()
577
cvmx_write_csr(cf_port->dma_base + DMA_INT,
mio_boot_dma_int
.u64);
in octeon_cf_dma_start()
580
cvmx_write_csr(cf_port->dma_base + DMA_INT_EN,
mio_boot_dma_int
.u64);
in octeon_cf_dma_start()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
pata_octeon_cf.c
538
union cvmx_mio_boot_dma_intx
mio_boot_dma_int
;
in octeon_cf_dma_start()
local
548
mio_boot_dma_int
.u64 = 0;
in octeon_cf_dma_start()
549
mio_boot_dma_int
.s.done = 1;
in octeon_cf_dma_start()
550
cvmx_write_csr(cf_port->dma_base + DMA_INT,
mio_boot_dma_int
.u64);
in octeon_cf_dma_start()
553
cvmx_write_csr(cf_port->dma_base + DMA_INT_EN,
mio_boot_dma_int
.u64);
in octeon_cf_dma_start()
Completed in 4 milliseconds