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:sif_base
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/phy/mediatek/
H
A
D
phy-mtk-pcie.c
63
* @
sif_base
: IO mapped register base address of system interface
72
void __iomem *
sif_base
;
member
89
addr = pcie_phy->
sif_base
+ PEXTP_ANA_LN0_TRX_REG +
in mtk_pcie_efuse_set_lane()
119
mtk_phy_update_field(pcie_phy->
sif_base
+ PEXTP_ANA_GLB_00_REG,
in mtk_pcie_phy_init()
209
pcie_phy->
sif_base
= devm_platform_ioremap_resource_byname(pdev, "sif");
in mtk_pcie_phy_probe()
210
if (IS_ERR(pcie_phy->
sif_base
))
in mtk_pcie_phy_probe()
211
return dev_err_probe(dev, PTR_ERR(pcie_phy->
sif_base
),
in mtk_pcie_phy_probe()
H
A
D
phy-mtk-tphy.c
334
void __iomem *
sif_base
; /* only shared sif */
member
1074
u2_banks->fmreg = tphy->
sif_base
+ SSUSB_SIFSLV_V1_U2FREQ;
in phy_v1_banks_init()
1079
u3_banks->spllc = tphy->
sif_base
+ SSUSB_SIFSLV_V1_SPLLC;
in phy_v1_banks_init()
1080
u3_banks->chip = tphy->
sif_base
+ SSUSB_SIFSLV_V1_CHIP;
in phy_v1_banks_init()
1583
tphy->
sif_base
= devm_ioremap_resource(dev, sif_res);
in mtk_tphy_probe()
1584
if (IS_ERR(tphy->
sif_base
)) {
in mtk_tphy_probe()
1586
return PTR_ERR(tphy->
sif_base
);
in mtk_tphy_probe()
/kernel/linux/linux-5.10/drivers/phy/mediatek/
H
A
D
phy-mtk-tphy.c
315
void __iomem *
sif_base
; /* only shared sif */
member
799
u2_banks->fmreg = tphy->
sif_base
+ SSUSB_SIFSLV_V1_U2FREQ;
in phy_v1_banks_init()
804
u3_banks->spllc = tphy->
sif_base
+ SSUSB_SIFSLV_V1_SPLLC;
in phy_v1_banks_init()
805
u3_banks->chip = tphy->
sif_base
+ SSUSB_SIFSLV_V1_CHIP;
in phy_v1_banks_init()
1125
tphy->
sif_base
= devm_ioremap_resource(dev, sif_res);
in mtk_tphy_probe()
1126
if (IS_ERR(tphy->
sif_base
)) {
in mtk_tphy_probe()
1128
return PTR_ERR(tphy->
sif_base
);
in mtk_tphy_probe()
Completed in 6 milliseconds