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_table
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/geode/
H
A
D
video_gx.c
118
const struct gx_pll_entry *
pll_table
;
in gx_set_dclk_frequency()
local
127
pll_table
= gx_pll_table_14MHz;
in gx_set_dclk_frequency()
130
pll_table
= gx_pll_table_48MHz;
in gx_set_dclk_frequency()
136
min = abs(
pll_table
[0].pixclock - info->var.pixclock);
in gx_set_dclk_frequency()
138
diff = abs(
pll_table
[i].pixclock - info->var.pixclock);
in gx_set_dclk_frequency()
150
dotpll |= (u64)
pll_table
[best_i].dotpll_value << 32;
in gx_set_dclk_frequency()
160
sys_rstpll |=
pll_table
[best_i].sys_rstpll_bits;
in gx_set_dclk_frequency()
H
A
D
lxfb_ops.c
33
}
pll_table
[] = {
variable
167
min = abs(
pll_table
[0].freq - freq);
in lx_set_clock()
169
for (i = 0; i < ARRAY_SIZE(
pll_table
); i++) {
in lx_set_clock()
170
diff = abs(
pll_table
[i].freq - freq);
in lx_set_clock()
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
video_gx.c
118
const struct gx_pll_entry *
pll_table
;
in gx_set_dclk_frequency()
local
127
pll_table
= gx_pll_table_14MHz;
in gx_set_dclk_frequency()
130
pll_table
= gx_pll_table_48MHz;
in gx_set_dclk_frequency()
136
min = abs(
pll_table
[0].pixclock - info->var.pixclock);
in gx_set_dclk_frequency()
138
diff = abs(
pll_table
[i].pixclock - info->var.pixclock);
in gx_set_dclk_frequency()
150
dotpll |= (u64)
pll_table
[best_i].dotpll_value << 32;
in gx_set_dclk_frequency()
160
sys_rstpll |=
pll_table
[best_i].sys_rstpll_bits;
in gx_set_dclk_frequency()
H
A
D
lxfb_ops.c
33
}
pll_table
[] = {
variable
167
min = abs(
pll_table
[0].freq - freq);
in lx_set_clock()
169
for (i = 0; i < ARRAY_SIZE(
pll_table
); i++) {
in lx_set_clock()
170
diff = abs(
pll_table
[i].freq - freq);
in lx_set_clock()
177
lx_set_dotpll(
pll_table
[best].pllval & 0x00017FFF);
in lx_set_clock()
/kernel/linux/linux-5.10/include/video/
H
A
D
w100fb.h
143
struct w100_pll_info *
pll_table
;
member
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
w100fb.c
696
par->
pll_table
=w100_get_xtal_table(inf->xtal_freq);
in w100fb_probe()
697
if (!par->
pll_table
) {
in w100fb_probe()
1020
struct w100_pll_info *
pll_table
;
member
1034
return pll_entry->
pll_table
;
in w100_get_xtal_table()
1198
struct w100_pll_info *pll = par->
pll_table
;
in w100_set_pll_freq()
Completed in 12 milliseconds