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:dpmem
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
gdth.c
485
gdth_pcistr.
dpmem
= pci_resource_start(pdev, 0);
in gdth_pci_init_one()
491
gdth_pcistr.
dpmem
= pci_resource_start(pdev, 2);
in gdth_pci_init_one()
494
TRACE2(("Controller found at %d/%d, irq %d,
dpmem
0x%lx\n",
in gdth_pci_init_one()
498
gdth_pcistr.
dpmem
));
in gdth_pci_init_one()
530
TRACE2(("init_pci()
dpmem
%lx irq %d\n",pcistr->
dpmem
,ha->irq));
in gdth_init_pci()
531
ha->brd = ioremap(pcistr->
dpmem
, sizeof(gdt6_dpram_str));
in gdth_init_pci()
541
pcistr->
dpmem
);
in gdth_init_pci()
588
writel(pcistr->
dpmem
, &dp6_ptr->u.ic.S_Info[0]);
in gdth_init_pci()
637
TRACE2(("init_pci_new()
dpmem
in gdth_init_pci()
[all...]
H
A
D
gdth.h
800
unsigned long
dpmem
; /* DPRAM address */
member
Completed in 7 milliseconds