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_limits
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H
A
D
atyfb_base.c
460
par->
pll_limits
.pll_max = aty_chips[i].pll;
in correct_chipset()
461
par->
pll_limits
.mclk = aty_chips[i].mclk;
in correct_chipset()
462
par->
pll_limits
.xclk = aty_chips[i].xclk;
in correct_chipset()
463
par->
pll_limits
.ecp_max = aty_chips[i].ecp_max;
in correct_chipset()
488
par->
pll_limits
.pll_max = 170;
in correct_chipset()
489
par->
pll_limits
.mclk = 67;
in correct_chipset()
490
par->
pll_limits
.xclk = 67;
in correct_chipset()
491
par->
pll_limits
.ecp_max = 80;
in correct_chipset()
496
par->
pll_limits
.pll_max = 200;
in correct_chipset()
497
par->
pll_limits
in correct_chipset()
[all...]
H
A
D
mach64_ct.c
237
if (par->
pll_limits
.ecp_max) {
in aty_valid_pll_ct()
241
while (ecp > par->
pll_limits
.ecp_max && ecp_div < 2) {
in aty_valid_pll_ct()
H
A
D
atyfb.h
138
struct pll_info
pll_limits
;
member
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
H
A
D
atyfb_base.c
470
par->
pll_limits
.pll_max = aty_chips[i].pll;
in correct_chipset()
471
par->
pll_limits
.mclk = aty_chips[i].mclk;
in correct_chipset()
472
par->
pll_limits
.xclk = aty_chips[i].xclk;
in correct_chipset()
473
par->
pll_limits
.ecp_max = aty_chips[i].ecp_max;
in correct_chipset()
498
par->
pll_limits
.pll_max = 170;
in correct_chipset()
499
par->
pll_limits
.mclk = 67;
in correct_chipset()
500
par->
pll_limits
.xclk = 67;
in correct_chipset()
501
par->
pll_limits
.ecp_max = 80;
in correct_chipset()
506
par->
pll_limits
.pll_max = 200;
in correct_chipset()
507
par->
pll_limits
in correct_chipset()
[all...]
H
A
D
mach64_ct.c
235
if (par->
pll_limits
.ecp_max) {
in aty_valid_pll_ct()
239
while (ecp > par->
pll_limits
.ecp_max && ecp_div < 2) {
in aty_valid_pll_ct()
H
A
D
atyfb.h
140
struct pll_info
pll_limits
;
member
Completed in 8 milliseconds