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:pci_vbase
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/
H
A
D
mpc85xx_edac.c
54
err_detect = in_be32(pdata->
pci_vbase
+ MPC85XX_PCI_ERR_DR);
in mpc85xx_pci_check()
58
out_be32(pdata->
pci_vbase
+ MPC85XX_PCI_ERR_DR, err_detect);
in mpc85xx_pci_check()
66
in_be32(pdata->
pci_vbase
+ MPC85XX_PCI_ERR_ATTRIB));
in mpc85xx_pci_check()
68
in_be32(pdata->
pci_vbase
+ MPC85XX_PCI_ERR_ADDR));
in mpc85xx_pci_check()
70
in_be32(pdata->
pci_vbase
+ MPC85XX_PCI_ERR_EXT_ADDR));
in mpc85xx_pci_check()
72
in_be32(pdata->
pci_vbase
+ MPC85XX_PCI_ERR_DL));
in mpc85xx_pci_check()
74
in_be32(pdata->
pci_vbase
+ MPC85XX_PCI_ERR_DH));
in mpc85xx_pci_check()
77
out_be32(pdata->
pci_vbase
+ MPC85XX_PCI_ERR_DR, err_detect);
in mpc85xx_pci_check()
91
err_detect = in_be32(pdata->
pci_vbase
+ MPC85XX_PCI_ERR_DR);
in mpc85xx_pcie_check()
92
err_cap_stat = in_be32(pdata->
pci_vbase
in mpc85xx_pcie_check()
[all...]
H
A
D
mv64x60_edac.c
35
cause = readl(pdata->
pci_vbase
+ MV64X60_PCI_ERROR_CAUSE);
in mv64x60_pci_check()
42
readl(pdata->
pci_vbase
+ MV64X60_PCI_ERROR_ADDR_LO));
in mv64x60_pci_check()
44
readl(pdata->
pci_vbase
+ MV64X60_PCI_ERROR_ADDR_HI));
in mv64x60_pci_check()
46
readl(pdata->
pci_vbase
+ MV64X60_PCI_ERROR_ATTR));
in mv64x60_pci_check()
48
readl(pdata->
pci_vbase
+ MV64X60_PCI_ERROR_CMD));
in mv64x60_pci_check()
49
writel(~cause, pdata->
pci_vbase
+ MV64X60_PCI_ERROR_CAUSE);
in mv64x60_pci_check()
64
val = readl(pdata->
pci_vbase
+ MV64X60_PCI_ERROR_CAUSE);
in mv64x60_pci_isr()
149
pdata->
pci_vbase
= devm_ioremap(&pdev->dev,
in mv64x60_pci_err_probe()
152
if (!pdata->
pci_vbase
) {
in mv64x60_pci_err_probe()
164
writel(0, pdata->
pci_vbase
in mv64x60_pci_err_probe()
[all...]
H
A
D
mv64x60_edac.h
84
void __iomem *
pci_vbase
;
member
H
A
D
mpc85xx_edac.h
104
void __iomem *
pci_vbase
;
member
/kernel/linux/linux-6.6/drivers/edac/
H
A
D
mpc85xx_edac.c
55
err_detect = in_be32(pdata->
pci_vbase
+ MPC85XX_PCI_ERR_DR);
in mpc85xx_pci_check()
59
out_be32(pdata->
pci_vbase
+ MPC85XX_PCI_ERR_DR, err_detect);
in mpc85xx_pci_check()
67
in_be32(pdata->
pci_vbase
+ MPC85XX_PCI_ERR_ATTRIB));
in mpc85xx_pci_check()
69
in_be32(pdata->
pci_vbase
+ MPC85XX_PCI_ERR_ADDR));
in mpc85xx_pci_check()
71
in_be32(pdata->
pci_vbase
+ MPC85XX_PCI_ERR_EXT_ADDR));
in mpc85xx_pci_check()
73
in_be32(pdata->
pci_vbase
+ MPC85XX_PCI_ERR_DL));
in mpc85xx_pci_check()
75
in_be32(pdata->
pci_vbase
+ MPC85XX_PCI_ERR_DH));
in mpc85xx_pci_check()
78
out_be32(pdata->
pci_vbase
+ MPC85XX_PCI_ERR_DR, err_detect);
in mpc85xx_pci_check()
92
err_detect = in_be32(pdata->
pci_vbase
+ MPC85XX_PCI_ERR_DR);
in mpc85xx_pcie_check()
93
err_cap_stat = in_be32(pdata->
pci_vbase
in mpc85xx_pcie_check()
[all...]
H
A
D
mpc85xx_edac.h
101
void __iomem *
pci_vbase
;
member
Completed in 4 milliseconds