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:pll_post_div
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/netlogic/xlp/
H
A
D
nlm_hal.c
230
unsigned int
pll_post_div
, ctrl_val0, ctrl_val1, denom;
in nlm_xlp2_get_core_frequency()
local
250
pll_post_div
= 2;
in nlm_xlp2_get_core_frequency()
253
pll_post_div
= 4;
in nlm_xlp2_get_core_frequency()
256
pll_post_div
= 8;
in nlm_xlp2_get_core_frequency()
259
pll_post_div
= 16;
in nlm_xlp2_get_core_frequency()
263
pll_post_div
= 1;
in nlm_xlp2_get_core_frequency()
268
denom = 3 *
pll_post_div
;
in nlm_xlp2_get_core_frequency()
310
u32 ctrl_val0, ctrl_val2, vco_post_div,
pll_post_div
, cpu_xlp9xx;
in nlm_xlp2_get_pic_frequency()
local
406
pll_post_div
= (ctrl_val0 >> 24) & 0x7;
in nlm_xlp2_get_pic_frequency()
411
switch (
pll_post_div
) {
in nlm_xlp2_get_pic_frequency()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
atombios_crtc.c
442
amdgpu_crtc->
pll_post_div
= args.v3.sOutput.ucPostDiv;
in amdgpu_atombios_crtc_adjust_pll()
852
pll->post_div = amdgpu_crtc->
pll_post_div
;
in amdgpu_atombios_crtc_set_pll()
H
A
D
amdgpu_mode.h
416
u32
pll_post_div
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
atombios_crtc.c
441
amdgpu_crtc->
pll_post_div
= args.v3.sOutput.ucPostDiv;
in amdgpu_atombios_crtc_adjust_pll()
851
pll->post_div = amdgpu_crtc->
pll_post_div
;
in amdgpu_atombios_crtc_set_pll()
H
A
D
amdgpu_mode.h
403
u32
pll_post_div
;
member
/kernel/linux/linux-6.6/drivers/media/i2c/
H
A
D
tc358746.c
160
u8
pll_post_div
;
member
386
u8 post = tc358746->
pll_post_div
;
in tc358746_apply_pll_config()
868
tc358746->
pll_post_div
= postdiv;
in tc358746_find_pll_settings()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
radeon_mode.h
362
u32
pll_post_div
;
member
H
A
D
atombios_crtc.c
745
radeon_crtc->
pll_post_div
= args.v3.sOutput.ucPostDiv;
in atombios_adjust_pll()
1098
pll->post_div = radeon_crtc->
pll_post_div
;
in atombios_crtc_set_pll()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
radeon_mode.h
353
u32
pll_post_div
;
member
H
A
D
atombios_crtc.c
738
radeon_crtc->
pll_post_div
= args.v3.sOutput.ucPostDiv;
in atombios_adjust_pll()
1089
pll->post_div = radeon_crtc->
pll_post_div
;
in atombios_crtc_set_pll()
Completed in 17 milliseconds