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:num_viewport
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/
H
A
D
pcie-designware-host.c
353
ret = of_property_read_u32(np, "num-viewport", &pci->
num_viewport
);
in dw_pcie_host_init()
355
pci->
num_viewport
= 2;
in dw_pcie_host_init()
484
if (!ret && pci->
num_viewport
<= 2)
in dw_pcie_rd_other_conf()
501
if (!ret && pci->
num_viewport
<= 2)
in dw_pcie_wr_other_conf()
601
if (pci->
num_viewport
> 2)
in dw_pcie_setup_rc()
H
A
D
pcie-intel-gw.c
64
u32
num_viewport
;
member
431
.
num_viewport
= 3,
479
pci->
num_viewport
= data->
num_viewport
;
in intel_pcie_probe()
H
A
D
pci-keystone.c
399
u32
num_viewport
= pci->
num_viewport
;
in ks_pcie_setup_rc_app_regs()
local
421
for (i = 0; i <
num_viewport
&& (start < end); i++) {
in ks_pcie_setup_rc_app_regs()
H
A
D
pcie-designware.h
268
u32
num_viewport
;
member
/kernel/linux/linux-6.6/drivers/pci/controller/dwc/
H
A
D
pci-keystone.c
123
u32
num_viewport
;
member
390
u32
num_viewport
= ks_pcie->
num_viewport
;
in ks_pcie_setup_rc_app_regs()
local
414
for (i = 0; i <
num_viewport
&& (start < end); i++) {
in ks_pcie_setup_rc_app_regs()
1117
u32
num_viewport
;
in ks_pcie_probe()
local
1258
ret = of_property_read_u32(np, "num-viewport", &
num_viewport
);
in ks_pcie_probe()
1277
ks_pcie->
num_viewport
=
num_viewport
;
in ks_pcie_probe()
Completed in 7 milliseconds