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_cntl
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
w100fb.c
974
union pll_cntl_u
pll_cntl
;
member
1079
w100_pwr_state.
pll_cntl
.f.pll_pwdn = 0x0; /* power down */
in w100_pll_adjust()
1080
w100_pwr_state.
pll_cntl
.f.pll_reset = 0x0; /* not reset */
in w100_pll_adjust()
1081
w100_pwr_state.
pll_cntl
.f.pll_tcpoff = 0x1; /* Hi-Z */
in w100_pll_adjust()
1082
w100_pwr_state.
pll_cntl
.f.pll_pvg = 0x0; /* VCO gain = 0 */
in w100_pll_adjust()
1083
w100_pwr_state.
pll_cntl
.f.pll_vcofr = 0x0; /* VCO frequency range control = off */
in w100_pll_adjust()
1084
w100_pwr_state.
pll_cntl
.f.pll_ioffset = 0x0; /* current offset inside VCO = 0 */
in w100_pll_adjust()
1085
w100_pwr_state.
pll_cntl
.f.pll_ring_off = 0x0;
in w100_pll_adjust()
1093
w100_pwr_state.
pll_cntl
.f.pll_dactal = 0xd;
in w100_pll_adjust()
1094
writel((u32) (w100_pwr_state.
pll_cntl
in w100_pll_adjust()
[all...]
H
A
D
i740fb.c
63
u8
pll_cntl
;
member
630
par->
pll_cntl
= PLL_MEMCLK_100000KHZ; /* 100 MHz -- use as default */
in i740fb_decode_var()
827
i740outreg(par, XRX, PLL_CNTL, par->
pll_cntl
);
in i740fb_set_par()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
i740fb.c
64
u8
pll_cntl
;
member
631
par->
pll_cntl
= PLL_MEMCLK_100000KHZ; /* 100 MHz -- use as default */
in i740fb_decode_var()
828
i740outreg(par, XRX, PLL_CNTL, par->
pll_cntl
);
in i740fb_set_par()
Completed in 5 milliseconds