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:mclk_fb_mult
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H
A
D
mach64_ct.c
425
pll->ct.
mclk_fb_mult
= 2;
in aty_init_pll_ct()
427
pll->ct.
mclk_fb_mult
= 4;
in aty_init_pll_ct()
432
printk("atyfb(%s):
mclk_fb_mult
=%d, xclk_post_div=%d\n",
in aty_init_pll_ct()
433
__func__, pll->ct.
mclk_fb_mult
, pll->ct.xclk_post_div);
in aty_init_pll_ct()
528
(pll->ct.
mclk_fb_mult
* par->xclk_per);
in aty_init_pll_ct()
550
pllmclk = (1000000 * pll->ct.
mclk_fb_mult
* pll->ct.mclk_fb_div) /
in aty_init_pll_ct()
566
if (pll->ct.
mclk_fb_mult
== 4)
in aty_init_pll_ct()
H
A
D
atyfb.h
86
u8
mclk_fb_mult
; /* 2 ro 4 */
member
H
A
D
atyfb_base.c
1799
u8
mclk_fb_mult
; /* 2 or 4 */
member
1857
clk.
mclk_fb_mult
= pll->ct.
mclk_fb_mult
;
in atyfb_ioctl()
1883
pll->ct.
mclk_fb_mult
= clk.
mclk_fb_mult
;
in atyfb_ioctl()
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
H
A
D
mach64_ct.c
426
pll->ct.
mclk_fb_mult
= 2;
in aty_init_pll_ct()
428
pll->ct.
mclk_fb_mult
= 4;
in aty_init_pll_ct()
433
printk("atyfb(%s):
mclk_fb_mult
=%d, xclk_post_div=%d\n",
in aty_init_pll_ct()
434
__func__, pll->ct.
mclk_fb_mult
, pll->ct.xclk_post_div);
in aty_init_pll_ct()
529
(pll->ct.
mclk_fb_mult
* par->xclk_per);
in aty_init_pll_ct()
551
pllmclk = (1000000 * pll->ct.
mclk_fb_mult
* pll->ct.mclk_fb_div) /
in aty_init_pll_ct()
567
if (pll->ct.
mclk_fb_mult
== 4)
in aty_init_pll_ct()
H
A
D
atyfb.h
88
u8
mclk_fb_mult
; /* 2 ro 4 */
member
H
A
D
atyfb_base.c
1809
u8
mclk_fb_mult
; /* 2 or 4 */
member
1867
clk.
mclk_fb_mult
= pll->ct.
mclk_fb_mult
;
in atyfb_ioctl()
1893
pll->ct.
mclk_fb_mult
= clk.
mclk_fb_mult
;
in atyfb_ioctl()
Completed in 13 milliseconds