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:pllval
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H
A
D
regs-s3c2443-clock.h
151
s3c2443_get_mpll(unsigned int
pllval
, unsigned int baseclk)
in s3c2443_get_mpll()
argument
156
mdiv =
pllval
>> S3C2443_PLLCON_MDIVSHIFT;
in s3c2443_get_mpll()
157
pdiv =
pllval
>> S3C2443_PLLCON_PDIVSHIFT;
in s3c2443_get_mpll()
158
sdiv =
pllval
>> S3C2443_PLLCON_SDIVSHIFT;
in s3c2443_get_mpll()
171
s3c2443_get_epll(unsigned int
pllval
, unsigned int baseclk)
in s3c2443_get_epll()
argument
176
mdiv =
pllval
>> S3C2443_PLLCON_MDIVSHIFT;
in s3c2443_get_epll()
177
pdiv =
pllval
>> S3C2443_PLLCON_PDIVSHIFT;
in s3c2443_get_epll()
178
sdiv =
pllval
>> S3C2443_PLLCON_SDIVSHIFT;
in s3c2443_get_epll()
/kernel/linux/linux-5.10/drivers/video/fbdev/geode/
H
A
D
lxfb_ops.c
27
*
pllval
is the corresponding PLL value
31
unsigned int
pllval
;
member
124
static void lx_set_dotpll(u32
pllval
)
in lx_set_dotpll()
argument
131
if ((dotpll_lo & MSR_GLCP_DOTPLL_LOCK) && (dotpll_hi ==
pllval
))
in lx_set_dotpll()
134
dotpll_hi =
pllval
;
in lx_set_dotpll()
177
lx_set_dotpll(pll_table[best].
pllval
& 0x00017FFF);
in lx_set_clock()
/kernel/linux/linux-6.6/drivers/video/fbdev/geode/
H
A
D
lxfb_ops.c
27
*
pllval
is the corresponding PLL value
31
unsigned int
pllval
;
member
124
static void lx_set_dotpll(u32
pllval
)
in lx_set_dotpll()
argument
131
if ((dotpll_lo & MSR_GLCP_DOTPLL_LOCK) && (dotpll_hi ==
pllval
))
in lx_set_dotpll()
134
dotpll_hi =
pllval
;
in lx_set_dotpll()
177
lx_set_dotpll(pll_table[best].
pllval
& 0x00017FFF);
in lx_set_clock()
Completed in 3 milliseconds