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:pll_postdiv
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/pll/
H
A
D
dsi_pll_14nm.c
107
u32
pll_postdiv
;
member
562
data = (pout->
pll_postdiv
- 1) << 4 | pin->pll_lpf_res1;
in pll_db_commit_14nm()
594
* tx_band =
pll_postdiv
.
in dsi_pll_14nm_vco_set_rate()
600
pout->
pll_postdiv
= DSI_PLL_DEFAULT_VCO_POSTDIV;
in dsi_pll_14nm_vco_set_rate()
912
struct dsi_pll_14nm_postdiv *
pll_postdiv
;
in pll_14nm_postdiv_register()
local
923
pll_postdiv
= devm_kzalloc(dev, sizeof(*
pll_postdiv
), GFP_KERNEL);
in pll_14nm_postdiv_register()
924
if (!
pll_postdiv
)
in pll_14nm_postdiv_register()
927
pll_postdiv
->pll = pll_14nm;
in pll_14nm_postdiv_register()
928
pll_postdiv
in pll_14nm_postdiv_register()
[all...]
/kernel/linux/linux-6.6/drivers/clk/mediatek/
H
A
D
clk-fhctl.c
189
unsigned int
pll_postdiv
;
in fhctl_hopping()
local
194
pll_postdiv
= __get_postdiv(pll);
in fhctl_hopping()
196
if (postdiv >
pll_postdiv
)
in fhctl_hopping()
206
if (postdiv && postdiv <
pll_postdiv
)
in fhctl_hopping()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dsi/phy/
H
A
D
dsi_phy_14nm.c
774
struct dsi_pll_14nm_postdiv *
pll_postdiv
;
in pll_14nm_postdiv_register()
local
785
pll_postdiv
= devm_kzalloc(dev, sizeof(*
pll_postdiv
), GFP_KERNEL);
in pll_14nm_postdiv_register()
786
if (!
pll_postdiv
)
in pll_14nm_postdiv_register()
789
pll_postdiv
->pll = pll_14nm;
in pll_14nm_postdiv_register()
790
pll_postdiv
->shift = shift;
in pll_14nm_postdiv_register()
792
pll_postdiv
->width = 4;
in pll_14nm_postdiv_register()
794
pll_postdiv
->flags = CLK_DIVIDER_ONE_BASED;
in pll_14nm_postdiv_register()
795
pll_postdiv
->hw.init = &postdiv_init;
in pll_14nm_postdiv_register()
797
ret = devm_clk_hw_register(dev, &
pll_postdiv
in pll_14nm_postdiv_register()
[all...]
Completed in 4 milliseconds