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:pcie30_phymode
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H
A
D
phy-rockchip-snps-pcie3.c
43
/*
pcie30_phymode
: Aggregation, Bifurcation */
44
int
pcie30_phymode
;
member
220
priv->
pcie30_phymode
= val;
in rockchip_p3phy_probe()
222
priv->
pcie30_phymode
= PHY_MODE_PCIE_AGGREGATION;
in rockchip_p3phy_probe()
224
/* Select correct
pcie30_phymode
*/
in rockchip_p3phy_probe()
225
if (priv->
pcie30_phymode
> 4)
in rockchip_p3phy_probe()
226
priv->
pcie30_phymode
= PHY_MODE_PCIE_AGGREGATION;
in rockchip_p3phy_probe()
229
(0x7<<16) | priv->
pcie30_phymode
);
in rockchip_p3phy_probe()
233
reg = priv->
pcie30_phymode
& 3;
in rockchip_p3phy_probe()
/device/soc/rockchip/common/vendor/drivers/phy/
H
A
D
phy-rockchip-snps-pcie3.c
52
/*
pcie30_phymode
: Aggregation, Bifurcation */
53
int
pcie30_phymode
;
member
220
priv->
pcie30_phymode
= val;
in rockchip_p3phy_probe()
222
priv->
pcie30_phymode
= PHY_MODE_PCIE_AGGREGATION;
in rockchip_p3phy_probe()
225
/* Select correct
pcie30_phymode
*/
in rockchip_p3phy_probe()
226
if (priv->
pcie30_phymode
> DEBUGER_INDEX_FO) {
in rockchip_p3phy_probe()
227
priv->
pcie30_phymode
= PHY_MODE_PCIE_AGGREGATION;
in rockchip_p3phy_probe()
230
regmap_write(priv->phy_grf, RK3588_PCIE3PHY_GRF_CMN_CON0, (0x7 << DEBUGER_INDEX_SIX) | priv->
pcie30_phymode
);
in rockchip_p3phy_probe()
234
reg = priv->
pcie30_phymode
& DEBUGER_INDEX_TH;
in rockchip_p3phy_probe()
Completed in 2 milliseconds