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:ppll_div_sel
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H
A
D
radeon_monitor.c
664
int
ppll_div_sel
;
in radeon_fixup_panel_info()
local
666
ppll_div_sel
= INREG8(CLOCK_CNTL_INDEX + 1) & 0x3;
in radeon_fixup_panel_info()
668
ppll_divn = INPLL(PPLL_DIV_0 +
ppll_div_sel
);
in radeon_fixup_panel_info()
678
ppll_div_sel
);
in radeon_fixup_panel_info()
H
A
D
radeon_base.c
576
unsigned char
ppll_div_sel
;
in radeon_probe_pll_params()
local
642
ppll_div_sel
= INREG8(CLOCK_CNTL_INDEX + 1) & 0x3;
in radeon_probe_pll_params()
645
n = (INPLL(PPLL_DIV_0 +
ppll_div_sel
) & 0x7ff);
in radeon_probe_pll_params()
651
switch ((INPLL(PPLL_DIV_0 +
ppll_div_sel
) >> 16) & 0x7) {
in radeon_probe_pll_params()
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
H
A
D
radeon_monitor.c
662
int
ppll_div_sel
;
in radeon_fixup_panel_info()
local
664
ppll_div_sel
= INREG8(CLOCK_CNTL_INDEX + 1) & 0x3;
in radeon_fixup_panel_info()
666
ppll_divn = INPLL(PPLL_DIV_0 +
ppll_div_sel
);
in radeon_fixup_panel_info()
676
ppll_div_sel
);
in radeon_fixup_panel_info()
H
A
D
radeon_base.c
577
unsigned char
ppll_div_sel
;
in radeon_probe_pll_params()
local
643
ppll_div_sel
= INREG8(CLOCK_CNTL_INDEX + 1) & 0x3;
in radeon_probe_pll_params()
646
n = (INPLL(PPLL_DIV_0 +
ppll_div_sel
) & 0x7ff);
in radeon_probe_pll_params()
652
switch ((INPLL(PPLL_DIV_0 +
ppll_div_sel
) >> 16) & 0x7) {
in radeon_probe_pll_params()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
radeon_combios.c
1109
uint32_t
ppll_div_sel
, ppll_val;
in radeon_legacy_get_lvds_info_from_regs()
local
1150
ppll_div_sel
= RREG8(RADEON_CLOCK_CNTL_INDEX + 1) & 0x3;
in radeon_legacy_get_lvds_info_from_regs()
1151
ppll_val = RREG32_PLL(RADEON_PPLL_DIV_0 +
ppll_div_sel
);
in radeon_legacy_get_lvds_info_from_regs()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
radeon_combios.c
1105
uint32_t
ppll_div_sel
, ppll_val;
in radeon_legacy_get_lvds_info_from_regs()
local
1146
ppll_div_sel
= RREG8(RADEON_CLOCK_CNTL_INDEX + 1) & 0x3;
in radeon_legacy_get_lvds_info_from_regs()
1147
ppll_val = RREG32_PLL(RADEON_PPLL_DIV_0 +
ppll_div_sel
);
in radeon_legacy_get_lvds_info_from_regs()
Completed in 15 milliseconds