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:DDI_CLK_SEL_MG
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_ddi.c
295
return
DDI_CLK_SEL_MG
;
in icl_pll_to_ddi_clk_sel()
1732
intel_de_write(i915, DDI_CLK_SEL(port),
DDI_CLK_SEL_MG
);
in jsl_ddi_tc_enable_clock()
1833
case
DDI_CLK_SEL_MG
:
in icl_ddi_tc_get_pll()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_ddi.c
1371
return
DDI_CLK_SEL_MG
;
in icl_pll_to_ddi_clk_sel()
3082
DDI_CLK_SEL_MG
);
in intel_ddi_clk_select()
H
A
D
intel_display.c
10879
if (clk_sel ==
DDI_CLK_SEL_MG
) {
in icl_get_ddi_pll()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_reg.h
5867
#define
DDI_CLK_SEL_MG
REG_FIELD_PREP(DDI_CLK_SEL_MASK, 0x8)
macro
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_reg.h
10143
#define
DDI_CLK_SEL_MG
(0x8 << 28)
macro
Completed in 102 milliseconds