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:vclk_ecp_cntl
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
radeon_legacy_encoders.c
646
uint32_t
vclk_ecp_cntl
, crtc_ext_cntl;
in radeon_legacy_primary_dac_detect()
local
660
vclk_ecp_cntl
= RREG32_PLL(RADEON_VCLK_ECP_CNTL);
in radeon_legacy_primary_dac_detect()
666
tmp =
vclk_ecp_cntl
&
in radeon_legacy_primary_dac_detect()
711
WREG32_PLL(RADEON_VCLK_ECP_CNTL,
vclk_ecp_cntl
);
in radeon_legacy_primary_dac_detect()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
radeon_legacy_encoders.c
639
uint32_t
vclk_ecp_cntl
, crtc_ext_cntl;
in radeon_legacy_primary_dac_detect()
local
653
vclk_ecp_cntl
= RREG32_PLL(RADEON_VCLK_ECP_CNTL);
in radeon_legacy_primary_dac_detect()
659
tmp =
vclk_ecp_cntl
&
in radeon_legacy_primary_dac_detect()
704
WREG32_PLL(RADEON_VCLK_ECP_CNTL,
vclk_ecp_cntl
);
in radeon_legacy_primary_dac_detect()
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H
A
D
radeon_pm.c
830
u32
vclk_ecp_cntl
;
in radeon_pm_setup_for_suspend()
local
892
vclk_ecp_cntl
= INPLL( pllVCLK_ECP_CNTL);
in radeon_pm_setup_for_suspend()
893
vclk_ecp_cntl
&= ~(VCLK_ECP_CNTL__PIXCLK_ALWAYS_ONb
in radeon_pm_setup_for_suspend()
895
vclk_ecp_cntl
|= VCLK_ECP_CNTL__ECP_FORCE_ON;
in radeon_pm_setup_for_suspend()
896
OUTPLL( pllVCLK_ECP_CNTL,
vclk_ecp_cntl
);
in radeon_pm_setup_for_suspend()
H
A
D
radeonfb.h
238
u32
vclk_ecp_cntl
;
member
H
A
D
radeon_base.c
1336
save->
vclk_ecp_cntl
= INPLL(VCLK_ECP_CNTL);
in radeon_save_state()
1512
OUTPLL(VCLK_ECP_CNTL, mode->
vclk_ecp_cntl
);
in radeon_write_mode()
1829
newmode->
vclk_ecp_cntl
= rinfo->init_state.
vclk_ecp_cntl
;
in radeonfb_set_par()
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
H
A
D
radeon_pm.c
829
u32
vclk_ecp_cntl
;
in radeon_pm_setup_for_suspend()
local
891
vclk_ecp_cntl
= INPLL( pllVCLK_ECP_CNTL);
in radeon_pm_setup_for_suspend()
892
vclk_ecp_cntl
&= ~(VCLK_ECP_CNTL__PIXCLK_ALWAYS_ONb
in radeon_pm_setup_for_suspend()
894
vclk_ecp_cntl
|= VCLK_ECP_CNTL__ECP_FORCE_ON;
in radeon_pm_setup_for_suspend()
895
OUTPLL( pllVCLK_ECP_CNTL,
vclk_ecp_cntl
);
in radeon_pm_setup_for_suspend()
H
A
D
radeonfb.h
238
u32
vclk_ecp_cntl
;
member
H
A
D
radeon_base.c
1337
save->
vclk_ecp_cntl
= INPLL(VCLK_ECP_CNTL);
in radeon_save_state()
1513
OUTPLL(VCLK_ECP_CNTL, mode->
vclk_ecp_cntl
);
in radeon_write_mode()
1830
newmode->
vclk_ecp_cntl
= rinfo->init_state.
vclk_ecp_cntl
;
in radeonfb_set_par()
Completed in 17 milliseconds