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_io_base
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
pci_64.c
31
/*
pci_io_base
-- the base address from which io bars are offsets.
37
unsigned long
pci_io_base
;
variable
38
EXPORT_SYMBOL(
pci_io_base
);
variable
H
A
D
io-workarounds.c
102
unsigned long vaddr = (unsigned long)
pci_io_base
+ port;
in iowa_pio_find_bus()
H
A
D
legacy_serial.c
502
pci_io_base
;
in fixup_port_pio()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
pci_64.c
31
/*
pci_io_base
-- the base address from which io bars are offsets.
37
unsigned long
pci_io_base
;
variable
38
EXPORT_SYMBOL(
pci_io_base
);
variable
H
A
D
io-workarounds.c
92
unsigned long vaddr = (unsigned long)
pci_io_base
+ port;
in iowa_pio_find_bus()
H
A
D
legacy_serial.c
536
pci_io_base
;
in fixup_port_pio()
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-loongson64/
H
A
D
boot_param.h
213
u64
pci_io_base
;
member
H
A
D
loongson.h
84
#define LOONGSON_PCIIO_BASE loongson_sysconf.
pci_io_base
/kernel/linux/linux-5.10/arch/mips/loongson64/
H
A
D
env.c
131
loongson_sysconf.
pci_io_base
= eirq_source->pci_io_start_addr;
in prom_init_env()
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-loongson64/
H
A
D
loongson.h
109
#define LOONGSON_PCIIO_BASE loongson_sysconf.
pci_io_base
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
io.h
56
#define _IO_BASE
pci_io_base
62
extern unsigned long
pci_io_base
;
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
io.h
48
#define _IO_BASE
pci_io_base
54
extern unsigned long
pci_io_base
;
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H
A
D
tlan.c
479
u32
pci_io_base
= 0;
in tlan_probe1()
local
491
pci_io_base
= pci_resource_start(pdev, reg);
in tlan_probe1()
494
pci_io_base
);
in tlan_probe1()
498
if (!
pci_io_base
) {
in tlan_probe1()
504
dev->base_addr =
pci_io_base
;
in tlan_probe1()
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H
A
D
tlan.c
479
u32
pci_io_base
= 0;
in tlan_probe1()
local
491
pci_io_base
= pci_resource_start(pdev, reg);
in tlan_probe1()
494
pci_io_base
);
in tlan_probe1()
498
if (!
pci_io_base
) {
in tlan_probe1()
504
dev->base_addr =
pci_io_base
;
in tlan_probe1()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
radix_pgtable.c
681
pci_io_base
= ISA_IO_BASE;
in radix__early_init_mmu()
H
A
D
hash_utils.c
1085
pci_io_base
= ISA_IO_BASE;
in hash__early_init_mmu()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable.h
292
extern unsigned long
pci_io_base
;
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable.h
282
extern unsigned long
pci_io_base
;
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
radix_pgtable.c
568
pci_io_base
= ISA_IO_BASE;
in radix__early_init_mmu()
H
A
D
hash_utils.c
1246
pci_io_base
= ISA_IO_BASE;
in hash__early_init_mmu()
Completed in 30 milliseconds