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:mg_pll_div0
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_dpll_mgr.h
216
u32
mg_pll_div0
;
member
H
A
D
intel_dpll_mgr.c
2961
pll_state->
mg_pll_div0
= DKL_PLL_DIV0_INTEG_COEFF(int_coeff) |
in icl_calc_mg_pll_state()
2968
pll_state->
mg_pll_div0
|= DKL_PLL_DIV0_AFC_STARTUP(val);
in icl_calc_mg_pll_state()
2987
pll_state->
mg_pll_div0
=
in icl_calc_mg_pll_state()
3066
m1 = pll_state->
mg_pll_div0
& DKL_PLL_DIV0_FBPREDIV_MASK;
in icl_ddi_mg_pll_get_freq()
3068
m2_int = pll_state->
mg_pll_div0
& DKL_PLL_DIV0_FBDIV_INT_MASK;
in icl_ddi_mg_pll_get_freq()
3079
m2_int = pll_state->
mg_pll_div0
& MG_PLL_DIV0_FBDIV_INT_MASK;
in icl_ddi_mg_pll_get_freq()
3081
if (pll_state->
mg_pll_div0
& MG_PLL_DIV0_FRACNEN_H) {
in icl_ddi_mg_pll_get_freq()
3082
m2_frac = pll_state->
mg_pll_div0
&
in icl_ddi_mg_pll_get_freq()
3434
hw_state->
mg_pll_div0
= intel_de_read(dev_priv, MG_PLL_DIV0(tc_port));
in mg_pll_get_hw_state()
3502
hw_state->
mg_pll_div0
in dkl_pll_get_hw_state()
[all...]
H
A
D
intel_display_debugfs.c
676
seq_printf(m, "
mg_pll_div0
: 0x%08x\n",
in i915_shared_dplls_info()
677
pll->state.hw_state.
mg_pll_div0
);
in i915_shared_dplls_info()
H
A
D
intel_display.c
5341
PIPE_CONF_CHECK_X(dpll_hw_state.
mg_pll_div0
);
in intel_pipe_config_compare()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_dpll_mgr.c
3298
pll_state->
mg_pll_div0
= DKL_PLL_DIV0_INTEG_COEFF(int_coeff) |
in icl_calc_mg_pll_state()
3319
pll_state->
mg_pll_div0
=
in icl_calc_mg_pll_state()
3398
m1 = pll_state->
mg_pll_div0
& DKL_PLL_DIV0_FBPREDIV_MASK;
in icl_ddi_mg_pll_get_freq()
3400
m2_int = pll_state->
mg_pll_div0
& DKL_PLL_DIV0_FBDIV_INT_MASK;
in icl_ddi_mg_pll_get_freq()
3411
m2_int = pll_state->
mg_pll_div0
& MG_PLL_DIV0_FBDIV_INT_MASK;
in icl_ddi_mg_pll_get_freq()
3413
if (pll_state->
mg_pll_div0
& MG_PLL_DIV0_FRACNEN_H) {
in icl_ddi_mg_pll_get_freq()
3414
m2_frac = pll_state->
mg_pll_div0
&
in icl_ddi_mg_pll_get_freq()
3711
hw_state->
mg_pll_div0
= intel_de_read(dev_priv, MG_PLL_DIV0(tc_port));
in mg_pll_get_hw_state()
3782
hw_state->
mg_pll_div0
= intel_de_read(dev_priv, DKL_PLL_DIV0(tc_port));
in dkl_pll_get_hw_state()
3783
hw_state->
mg_pll_div0
in dkl_pll_get_hw_state()
[all...]
H
A
D
intel_dpll_mgr.h
204
u32
mg_pll_div0
;
member
H
A
D
intel_display_debugfs.c
950
seq_printf(m, "
mg_pll_div0
: 0x%08x\n",
in i915_shared_dplls_info()
951
pll->state.hw_state.
mg_pll_div0
);
in i915_shared_dplls_info()
H
A
D
intel_display.c
14013
PIPE_CONF_CHECK_X(dpll_hw_state.
mg_pll_div0
);
in intel_pipe_config_compare()
Completed in 47 milliseconds