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:pdma_regs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
mac_esp.c
54
void __iomem *
pdma_regs
;
member
119
if (mep->
pdma_regs
== NULL) {
in mac_esp_wait_for_dreq()
123
if (nubus_readl(mep->
pdma_regs
) & 0x200)
in mac_esp_wait_for_dreq()
337
mep->
pdma_regs
= NULL;
in esp_mac_probe()
344
mep->
pdma_regs
= (void __iomem *)(MAC_ESP_PDMA_REG +
in esp_mac_probe()
346
nubus_writel(0x1d1, mep->
pdma_regs
);
in esp_mac_probe()
355
mep->
pdma_regs
= NULL;
in esp_mac_probe()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
mac_esp.c
54
void __iomem *
pdma_regs
;
member
119
if (mep->
pdma_regs
== NULL) {
in mac_esp_wait_for_dreq()
123
if (nubus_readl(mep->
pdma_regs
) & 0x200)
in mac_esp_wait_for_dreq()
337
mep->
pdma_regs
= NULL;
in esp_mac_probe()
344
mep->
pdma_regs
= (void __iomem *)(MAC_ESP_PDMA_REG +
in esp_mac_probe()
346
nubus_writel(0x1d1, mep->
pdma_regs
);
in esp_mac_probe()
355
mep->
pdma_regs
= NULL;
in esp_mac_probe()
/kernel/linux/linux-5.10/drivers/dma/sf-pdma/
H
A
D
sf-pdma.c
76
struct
pdma_regs
*regs = &chan->regs;
in sf_pdma_disclaim_chan()
123
struct
pdma_regs
*regs = &chan->regs;
in sf_pdma_alloc_chan_resources()
133
struct
pdma_regs
*regs = &chan->regs;
in sf_pdma_disable_request()
158
struct
pdma_regs
*regs = &chan->regs;
in sf_pdma_desc_residue()
228
struct
pdma_regs
*regs = &chan->regs;
in sf_pdma_enable_request()
255
struct
pdma_regs
*regs = &chan->regs;
in sf_pdma_xfer_desc()
345
struct
pdma_regs
*regs = &chan->regs;
in sf_pdma_done_isr()
374
struct
pdma_regs
*regs = &chan->regs;
in sf_pdma_err_isr()
H
A
D
sf-pdma.h
62
struct
pdma_regs
{
struct
108
struct
pdma_regs
regs;
/kernel/linux/linux-6.6/drivers/dma/sf-pdma/
H
A
D
sf-pdma.c
76
struct
pdma_regs
*regs = &chan->regs;
in sf_pdma_disclaim_chan()
122
struct
pdma_regs
*regs = &chan->regs;
in sf_pdma_alloc_chan_resources()
132
struct
pdma_regs
*regs = &chan->regs;
in sf_pdma_disable_request()
157
struct
pdma_regs
*regs = &chan->regs;
in sf_pdma_desc_residue()
227
struct
pdma_regs
*regs = &chan->regs;
in sf_pdma_enable_request()
254
struct
pdma_regs
*regs = &chan->regs;
in sf_pdma_xfer_desc()
344
struct
pdma_regs
*regs = &chan->regs;
in sf_pdma_done_isr()
372
struct
pdma_regs
*regs = &chan->regs;
in sf_pdma_err_isr()
H
A
D
sf-pdma.h
58
struct
pdma_regs
{
struct
103
struct
pdma_regs
regs;
Completed in 4 milliseconds