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_size
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
pci_64.c
158
size_page = ALIGN(hose->
pci_io_size
, PAGE_SIZE);
in pcibios_map_phb_io_space()
164
if (hose->
pci_io_size
== 0 || hose->io_base_phys == 0)
in pcibios_map_phb_io_space()
183
hose->
pci_io_size
, size_page);
in pcibios_map_phb_io_space()
H
A
D
io-workarounds.c
39
vend = vstart + phb->
pci_io_size
- 1;
in iowa_pci_find()
H
A
D
pci-common.c
284
return hose->
pci_io_size
;
in pcibios_io_size()
714
if (hose->
pci_io_size
) {
in pci_process_bridge_OF_ranges()
733
/*
pci_io_size
and io_base_phys always represent IO
in pci_process_bridge_OF_ranges()
736
hose->
pci_io_size
= range.pci_addr + range.size;
in pci_process_bridge_OF_ranges()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
pci_64.c
158
size_page = ALIGN(hose->
pci_io_size
, PAGE_SIZE);
in pcibios_map_phb_io_space()
164
if (hose->
pci_io_size
== 0 || hose->io_base_phys == 0)
in pcibios_map_phb_io_space()
183
hose->
pci_io_size
, size_page);
in pcibios_map_phb_io_space()
H
A
D
io-workarounds.c
39
vend = vstart + phb->
pci_io_size
- 1;
in iowa_pci_find()
H
A
D
pci-common.c
286
return hose->
pci_io_size
;
in pcibios_io_size()
790
if (hose->
pci_io_size
) {
in pci_process_bridge_OF_ranges()
809
/*
pci_io_size
and io_base_phys always represent IO
in pci_process_bridge_OF_ranges()
812
hose->
pci_io_size
= range.pci_addr + range.size;
in pci_process_bridge_OF_ranges()
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H
A
D
pci-bridge.h
41
resource_size_t
pci_io_size
;
member
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
pci-bridge.h
72
resource_size_t
pci_io_size
;
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
pci-bridge.h
76
resource_size_t
pci_io_size
;
member
/kernel/linux/linux-5.10/arch/microblaze/pci/
H
A
D
pci-common.c
454
if (hose->
pci_io_size
) {
in pci_process_bridge_OF_ranges()
470
/*
pci_io_size
and io_base_phys always represent IO
in pci_process_bridge_OF_ranges()
473
hose->
pci_io_size
= range.pci_addr + range.size;
in pci_process_bridge_OF_ranges()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H
A
D
pci.c
729
hose->
pci_io_size
= 0x00400000;
in setup_u3_ht()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/
H
A
D
pci.c
730
hose->
pci_io_size
= 0x00400000;
in setup_u3_ht()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H
A
D
pci-ioda.c
3027
phb->ioda.io_size = hose->
pci_io_size
;
in pnv_pci_init_ioda_phb()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H
A
D
pci-ioda.c
2675
phb->ioda.io_size = hose->
pci_io_size
;
in pnv_pci_init_ioda_phb()
Completed in 21 milliseconds