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:cfgspace
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/pci/
H
A
D
pci-bridge-emul.c
465
__le32 *
cfgspace
;
in pci_bridge_emul_conf_read()
local
471
cfgspace
= (__le32 *) &bridge->conf;
in pci_bridge_emul_conf_read()
478
cfgspace
= NULL;
in pci_bridge_emul_conf_read()
485
cfgspace
= (__le32 *) &bridge->pcie_conf;
in pci_bridge_emul_conf_read()
491
cfgspace
= NULL;
in pci_bridge_emul_conf_read()
505
if (
cfgspace
)
in pci_bridge_emul_conf_read()
506
*value = le32_to_cpu(
cfgspace
[reg / 4]);
in pci_bridge_emul_conf_read()
542
__le32 *
cfgspace
;
in pci_bridge_emul_conf_write()
local
552
cfgspace
= (__le32 *) &bridge->conf;
in pci_bridge_emul_conf_write()
559
cfgspace
in pci_bridge_emul_conf_write()
[all...]
/kernel/linux/linux-5.10/drivers/pci/
H
A
D
pci-bridge-emul.c
366
__le32 *
cfgspace
;
in pci_bridge_emul_conf_read()
local
382
cfgspace
= (__le32 *) &bridge->pcie_conf;
in pci_bridge_emul_conf_read()
386
cfgspace
= (__le32 *) &bridge->conf;
in pci_bridge_emul_conf_read()
396
*value = le32_to_cpu(
cfgspace
[reg / 4]);
in pci_bridge_emul_conf_read()
428
__le32 *
cfgspace
;
in pci_bridge_emul_conf_write()
local
455
cfgspace
= (__le32 *) &bridge->pcie_conf;
in pci_bridge_emul_conf_write()
459
cfgspace
= (__le32 *) &bridge->conf;
in pci_bridge_emul_conf_write()
472
/* Save the new value with the cleared W1C bits into the
cfgspace
*/
in pci_bridge_emul_conf_write()
473
cfgspace
[reg / 4] = cpu_to_le32(new);
in pci_bridge_emul_conf_write()
/kernel/linux/linux-5.10/arch/powerpc/sysdev/
H
A
D
mpic.c
542
u8 __iomem *
cfgspace
;
in mpic_scan_ht_pics()
local
556
cfgspace
= ioremap(0xf2000000, 0x10000);
in mpic_scan_ht_pics()
557
BUG_ON(
cfgspace
== NULL);
in mpic_scan_ht_pics()
563
u8 __iomem *devbase =
cfgspace
+ (devfn << 8);
in mpic_scan_ht_pics()
/kernel/linux/linux-6.6/arch/powerpc/sysdev/
H
A
D
mpic.c
544
u8 __iomem *
cfgspace
;
in mpic_scan_ht_pics()
local
558
cfgspace
= ioremap(0xf2000000, 0x10000);
in mpic_scan_ht_pics()
559
BUG_ON(
cfgspace
== NULL);
in mpic_scan_ht_pics()
565
u8 __iomem *devbase =
cfgspace
+ (devfn << 8);
in mpic_scan_ht_pics()
/kernel/linux/linux-6.6/drivers/pci/controller/
H
A
D
pci-mvebu.c
590
__le32 *
cfgspace
= (__le32 *)&bridge->conf;
in mvebu_pci_bridge_emul_base_conf_read()
local
591
u32 val = le32_to_cpu(
cfgspace
[PCI_PRIMARY_BUS / 4]);
in mvebu_pci_bridge_emul_base_conf_read()
604
__le32 *
cfgspace
= (__le32 *)&bridge->conf;
in mvebu_pci_bridge_emul_base_conf_read()
local
605
u32 val = le32_to_cpu(
cfgspace
[PCI_INTERRUPT_LINE / 4]);
in mvebu_pci_bridge_emul_base_conf_read()
H
A
D
pci-aardvark.c
796
__le32 *
cfgspace
= (__le32 *)&bridge->conf;
in advk_pci_bridge_emul_base_conf_read()
local
797
u32 val = le32_to_cpu(
cfgspace
[PCI_INTERRUPT_LINE / 4]);
in advk_pci_bridge_emul_base_conf_read()
/kernel/linux/linux-5.10/drivers/pci/controller/
H
A
D
pci-aardvark.c
791
__le32 *
cfgspace
= (__le32 *)&bridge->conf;
in advk_pci_bridge_emul_base_conf_read()
local
792
u32 val = le32_to_cpu(
cfgspace
[PCI_INTERRUPT_LINE / 4]);
in advk_pci_bridge_emul_base_conf_read()
Completed in 15 milliseconds