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:pem_pci
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/controller/
H
A
D
pci-thunder-pem.c
33
struct thunder_pem_pci *
pem_pci
= (struct thunder_pem_pci *)cfg->priv;
in thunder_pem_bridge_read()
local
46
writeq(read_val,
pem_pci
->pem_reg_base + PEM_CFG_RD);
in thunder_pem_bridge_read()
47
read_val = readq(
pem_pci
->pem_reg_base + PEM_CFG_RD);
in thunder_pem_bridge_read()
75
writeq(0x70,
pem_pci
->pem_reg_base + PEM_CFG_RD);
in thunder_pem_bridge_read()
76
tmp_val = readq(
pem_pci
->pem_reg_base + PEM_CFG_RD);
in thunder_pem_bridge_read()
104
read_val =
pem_pci
->ea_entry[0];
in thunder_pem_bridge_read()
107
read_val =
pem_pci
->ea_entry[1];
in thunder_pem_bridge_read()
110
read_val =
pem_pci
->ea_entry[2];
in thunder_pem_bridge_read()
210
struct thunder_pem_pci *
pem_pci
= (struct thunder_pem_pci *)cfg->priv;
in thunder_pem_bridge_write()
local
227
writeq(where_aligned,
pem_pci
in thunder_pem_bridge_write()
301
struct thunder_
pem_pci
*
pem_pci
;
thunder_pem_init()
local
[all...]
/kernel/linux/linux-6.6/drivers/pci/controller/
H
A
D
pci-thunder-pem.c
42
struct thunder_pem_pci *
pem_pci
= (struct thunder_pem_pci *)cfg->priv;
in thunder_pem_bridge_read()
local
53
writeq(read_val,
pem_pci
->pem_reg_base + PEM_CFG_RD);
in thunder_pem_bridge_read()
54
read_val = readq(
pem_pci
->pem_reg_base + PEM_CFG_RD);
in thunder_pem_bridge_read()
82
writeq(0x70,
pem_pci
->pem_reg_base + PEM_CFG_RD);
in thunder_pem_bridge_read()
83
tmp_val = readq(
pem_pci
->pem_reg_base + PEM_CFG_RD);
in thunder_pem_bridge_read()
111
read_val =
pem_pci
->ea_entry[0];
in thunder_pem_bridge_read()
114
read_val =
pem_pci
->ea_entry[1];
in thunder_pem_bridge_read()
117
read_val =
pem_pci
->ea_entry[2];
in thunder_pem_bridge_read()
217
struct thunder_pem_pci *
pem_pci
= (struct thunder_pem_pci *)cfg->priv;
in thunder_pem_bridge_write()
local
234
writeq(where_aligned,
pem_pci
in thunder_pem_bridge_write()
308
struct thunder_
pem_pci
*
pem_pci
;
thunder_pem_init()
local
[all...]
Completed in 1 milliseconds