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:post_div_max
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_pll.c
126
unsigned post_div_min,
post_div_max
, post_div;
in amdgpu_pll_compute()
local
155
post_div_max
= pll->post_div;
in amdgpu_pll_compute()
178
post_div_max
= vco_max / target_clock;
in amdgpu_pll_compute()
179
if ((target_clock *
post_div_max
) > vco_max)
in amdgpu_pll_compute()
180
--
post_div_max
;
in amdgpu_pll_compute()
181
if (
post_div_max
> pll->max_post_div)
in amdgpu_pll_compute()
182
post_div_max
= pll->max_post_div;
in amdgpu_pll_compute()
196
post_div_best =
post_div_max
;
in amdgpu_pll_compute()
199
for (post_div = post_div_min; post_div <=
post_div_max
; ++post_div) {
in amdgpu_pll_compute()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_pll.c
135
unsigned post_div_min,
post_div_max
, post_div;
in amdgpu_pll_compute()
local
164
post_div_max
= pll->post_div;
in amdgpu_pll_compute()
187
post_div_max
= vco_max / target_clock;
in amdgpu_pll_compute()
188
if ((target_clock *
post_div_max
) > vco_max)
in amdgpu_pll_compute()
189
--
post_div_max
;
in amdgpu_pll_compute()
190
if (
post_div_max
> pll->max_post_div)
in amdgpu_pll_compute()
191
post_div_max
= pll->max_post_div;
in amdgpu_pll_compute()
205
post_div_best =
post_div_max
;
in amdgpu_pll_compute()
208
for (post_div = post_div_min; post_div <=
post_div_max
; ++post_div) {
in amdgpu_pll_compute()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
radeon_display.c
975
unsigned post_div_min,
post_div_max
, post_div;
in radeon_compute_pll_avivo()
local
1007
post_div_max
= pll->post_div;
in radeon_compute_pll_avivo()
1030
post_div_max
= vco_max / target_clock;
in radeon_compute_pll_avivo()
1031
if ((target_clock *
post_div_max
) > vco_max)
in radeon_compute_pll_avivo()
1032
--
post_div_max
;
in radeon_compute_pll_avivo()
1033
if (
post_div_max
> pll->max_post_div)
in radeon_compute_pll_avivo()
1034
post_div_max
= pll->max_post_div;
in radeon_compute_pll_avivo()
1048
post_div_best =
post_div_max
;
in radeon_compute_pll_avivo()
1051
for (post_div = post_div_min; post_div <=
post_div_max
; ++post_div) {
in radeon_compute_pll_avivo()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
radeon_display.c
974
unsigned post_div_min,
post_div_max
, post_div;
in radeon_compute_pll_avivo()
local
1006
post_div_max
= pll->post_div;
in radeon_compute_pll_avivo()
1029
post_div_max
= vco_max / target_clock;
in radeon_compute_pll_avivo()
1030
if ((target_clock *
post_div_max
) > vco_max)
in radeon_compute_pll_avivo()
1031
--
post_div_max
;
in radeon_compute_pll_avivo()
1032
if (
post_div_max
> pll->max_post_div)
in radeon_compute_pll_avivo()
1033
post_div_max
= pll->max_post_div;
in radeon_compute_pll_avivo()
1047
post_div_best =
post_div_max
;
in radeon_compute_pll_avivo()
1050
for (post_div = post_div_min; post_div <=
post_div_max
; ++post_div) {
in radeon_compute_pll_avivo()
/kernel/linux/linux-6.6/drivers/gpu/drm/mgag200/
H
A
D
mgag200_g200.c
66
static const int
post_div_max
= 7;
in mgag200_g200_pixpllc_atomic_check()
local
97
testp <=
post_div_max
&& f_vco < p_clk_min;
in mgag200_g200_pixpllc_atomic_check()
/kernel/linux/linux-5.10/drivers/gpu/drm/mgag200/
H
A
D
mgag200_mode.c
118
const int
post_div_max
= 7;
in mgag200_g200_set_plls()
local
142
p <=
post_div_max
&& f_vco < p_clk_min;
in mgag200_g200_set_plls()
Completed in 9 milliseconds