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:period_in_ps
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H
A
D
mach64_gx.c
297
dotClock = 100000000 / pll->ics2595.
period_in_ps
;
in aty_set_dac_ATT21C498()
395
pll->ics2595.
period_in_ps
= vclk_per;
in aty_var_to_pll_18818()
403
return (pll->ics2595.
period_in_ps
); /* default for now */
in aty_pll_18818_to_var()
561
pll->ics2595.
period_in_ps
= vclk_per;
in aty_var_to_pll_1703()
569
return (pll->ics2595.
period_in_ps
); /* default for now */
in aty_pll_1703_to_var()
679
pll->ics2595.
period_in_ps
= vclk_per;
in aty_var_to_pll_8398()
687
return (pll->ics2595.
period_in_ps
); /* default for now */
in aty_pll_8398_to_var()
797
pll->ics2595.
period_in_ps
= vclk_per;
in aty_var_to_pll_408()
805
return (pll->ics2595.
period_in_ps
); /* default for now */
in aty_pll_408_to_var()
H
A
D
atyfb.h
78
u32
period_in_ps
;
member
H
A
D
aty128fb.c
1359
static int aty128_var_to_pll(u32
period_in_ps
, struct aty128_pll *pll,
in aty128_var_to_pll()
argument
1369
vclk = 100000000 /
period_in_ps
; /* convert units to 10 kHz */
in aty128_var_to_pll()
1399
c.ref_divider,
period_in_ps
);
in aty128_var_to_pll()
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
H
A
D
mach64_gx.c
297
dotClock = 100000000 / pll->ics2595.
period_in_ps
;
in aty_set_dac_ATT21C498()
393
pll->ics2595.
period_in_ps
= vclk_per;
in aty_var_to_pll_18818()
401
return (pll->ics2595.
period_in_ps
); /* default for now */
in aty_pll_18818_to_var()
559
pll->ics2595.
period_in_ps
= vclk_per;
in aty_var_to_pll_1703()
567
return (pll->ics2595.
period_in_ps
); /* default for now */
in aty_pll_1703_to_var()
677
pll->ics2595.
period_in_ps
= vclk_per;
in aty_var_to_pll_8398()
685
return (pll->ics2595.
period_in_ps
); /* default for now */
in aty_pll_8398_to_var()
795
pll->ics2595.
period_in_ps
= vclk_per;
in aty_var_to_pll_408()
803
return (pll->ics2595.
period_in_ps
); /* default for now */
in aty_pll_408_to_var()
H
A
D
atyfb.h
80
u32
period_in_ps
;
member
H
A
D
aty128fb.c
1359
static int aty128_var_to_pll(u32
period_in_ps
, struct aty128_pll *pll,
in aty128_var_to_pll()
argument
1369
vclk = 100000000 /
period_in_ps
; /* convert units to 10 kHz */
in aty128_var_to_pll()
1399
c.ref_divider,
period_in_ps
);
in aty128_var_to_pll()
Completed in 11 milliseconds