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:root_bus_nr
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/controller/
H
A
D
pcie-altera.c
64
(((TLP_REQ_ID(pcie->
root_bus_nr
, RP_DEVFN)) << 16) | (tag << 8) | (be))
92
u8
root_bus_nr
;
member
187
if (bus->number != pcie->
root_bus_nr
) {
in altera_pcie_valid_device()
193
if (bus->number == pcie->
root_bus_nr
&& dev > 0)
in altera_pcie_valid_device()
330
cfg = (bus == pcie->
root_bus_nr
) ? cfg0 : cfg1;
in get_tlp_header()
377
if ((bus == pcie->
root_bus_nr
) && (where == PCI_PRIMARY_BUS))
in tlp_cfg_dword_write()
378
pcie->
root_bus_nr
= (u8)(value);
in tlp_cfg_dword_write()
424
if (busno == pcie->
root_bus_nr
&& where == PCI_PRIMARY_BUS)
in s10_rp_write_cfg()
425
pcie->
root_bus_nr
= value & 0xff;
in s10_rp_write_cfg()
438
if (busno == pcie->
root_bus_nr
in _altera_pcie_cfg_read()
[all...]
/kernel/linux/linux-6.6/drivers/pci/controller/
H
A
D
pcie-altera.c
63
(((TLP_REQ_ID(pcie->
root_bus_nr
, RP_DEVFN)) << 16) | (tag << 8) | (be))
91
u8
root_bus_nr
;
member
186
if (bus->number != pcie->
root_bus_nr
) {
in altera_pcie_valid_device()
192
if (bus->number == pcie->
root_bus_nr
&& dev > 0)
in altera_pcie_valid_device()
329
cfg = (bus == pcie->
root_bus_nr
) ? cfg0 : cfg1;
in get_tlp_header()
376
if ((bus == pcie->
root_bus_nr
) && (where == PCI_PRIMARY_BUS))
in tlp_cfg_dword_write()
377
pcie->
root_bus_nr
= (u8)(value);
in tlp_cfg_dword_write()
423
if (busno == pcie->
root_bus_nr
&& where == PCI_PRIMARY_BUS)
in s10_rp_write_cfg()
424
pcie->
root_bus_nr
= value & 0xff;
in s10_rp_write_cfg()
437
if (busno == pcie->
root_bus_nr
in _altera_pcie_cfg_read()
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-dove/
H
A
D
pcie.c
27
u8
root_bus_nr
;
member
47
pp->
root_bus_nr
= sys->busnr;
in dove_pcie_setup()
89
if (bus == pp->
root_bus_nr
&& dev > 1)
in pcie_valid_config()
203
pp->
root_bus_nr
= -1;
in add_pcie_port()
/kernel/linux/linux-6.6/arch/arm/mach-dove/
H
A
D
pcie.c
24
u8
root_bus_nr
;
member
45
pp->
root_bus_nr
= sys->busnr;
in dove_pcie_setup()
87
if (bus == pp->
root_bus_nr
&& dev > 1)
in pcie_valid_config()
206
pp->
root_bus_nr
= -1;
in add_pcie_port()
/kernel/linux/linux-5.10/arch/arm/mach-mv78xx0/
H
A
D
pcie.c
29
u8
root_bus_nr
;
member
110
pp->
root_bus_nr
= sys->busnr;
in mv78xx0_pcie_setup()
131
if (bus == pp->
root_bus_nr
&& dev > 1)
in pcie_valid_config()
243
pp->
root_bus_nr
= -1;
in add_pcie_port()
/kernel/linux/linux-6.6/arch/arm/mach-mv78xx0/
H
A
D
pcie.c
26
u8
root_bus_nr
;
member
108
pp->
root_bus_nr
= sys->busnr;
in mv78xx0_pcie_setup()
131
if (bus == pp->
root_bus_nr
&& dev > 1)
in pcie_valid_config()
248
pp->
root_bus_nr
= -1;
in add_pcie_port()
Completed in 4 milliseconds