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:aty_ld_pll
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H
A
D
aty128fb.c
557
#define
aty_ld_pll
(pll_index) _aty_ld_pll(pll_index, par)
macro
580
return !(
aty_ld_pll
(PPLL_REF_DIV) & PPLL_ATOMIC_UPDATE_R);
in aty_pll_readupdate()
606
aty_ld_pll
(PPLL_REF_DIV) | PPLL_ATOMIC_UPDATE_W);
in aty_pll_writeupdate()
699
mclk_cntl =
aty_ld_pll
(MCLK_CNTL);
in aty128_reset_engine()
962
x_mpll_ref_fb_div =
aty_ld_pll
(X_MPLL_REF_FB_DIV);
in aty128_timings()
963
xclk_cntl =
aty_ld_pll
(XCLK_CNTL) & 0x7;
in aty128_timings()
971
aty_ld_pll
(PPLL_REF_DIV) & PPLL_REF_DIV_MASK;
in aty128_timings()
1028
aty_st_pll(PPLL_CNTL,
aty_ld_pll
(PPLL_CNTL) & ~(0x00030000));
in aty128_set_crtc()
1332
aty_ld_pll
(PPLL_CNTL) | PPLL_RESET | PPLL_ATOMIC_UPDATE_EN);
in aty128_set_pll()
1339
div3 =
aty_ld_pll
(PPLL_DIV_
in aty128_set_pll()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
H
A
D
aty128fb.c
555
#define
aty_ld_pll
(pll_index) _aty_ld_pll(pll_index, par)
macro
578
return !(
aty_ld_pll
(PPLL_REF_DIV) & PPLL_ATOMIC_UPDATE_R);
in aty_pll_readupdate()
604
aty_ld_pll
(PPLL_REF_DIV) | PPLL_ATOMIC_UPDATE_W);
in aty_pll_writeupdate()
697
mclk_cntl =
aty_ld_pll
(MCLK_CNTL);
in aty128_reset_engine()
960
x_mpll_ref_fb_div =
aty_ld_pll
(X_MPLL_REF_FB_DIV);
in aty128_timings()
961
xclk_cntl =
aty_ld_pll
(XCLK_CNTL) & 0x7;
in aty128_timings()
969
aty_ld_pll
(PPLL_REF_DIV) & PPLL_REF_DIV_MASK;
in aty128_timings()
1026
aty_st_pll(PPLL_CNTL,
aty_ld_pll
(PPLL_CNTL) & ~(0x00030000));
in aty128_set_crtc()
1332
aty_ld_pll
(PPLL_CNTL) | PPLL_RESET | PPLL_ATOMIC_UPDATE_EN);
in aty128_set_pll()
1339
div3 =
aty_ld_pll
(PPLL_DIV_
in aty128_set_pll()
[all...]
Completed in 9 milliseconds