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:pch_ssc_use
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_pch_refclk.c
464
dev_priv->display.dpll.
pch_ssc_use
= 0;
in lpt_init_pch_refclk()
468
dev_priv->display.dpll.
pch_ssc_use
|= BIT(DPLL_ID_SPLL);
in lpt_init_pch_refclk()
473
dev_priv->display.dpll.
pch_ssc_use
|= BIT(DPLL_ID_WRPLL1);
in lpt_init_pch_refclk()
478
dev_priv->display.dpll.
pch_ssc_use
|= BIT(DPLL_ID_WRPLL2);
in lpt_init_pch_refclk()
481
if (dev_priv->display.dpll.
pch_ssc_use
)
in lpt_init_pch_refclk()
H
A
D
intel_display_core.h
135
u8
pch_ssc_use
;
member
H
A
D
intel_dpll_mgr.c
654
if (dev_priv->display.dpll.
pch_ssc_use
& BIT(id))
in hsw_ddi_wrpll_disable()
670
if (dev_priv->display.dpll.
pch_ssc_use
& BIT(id))
in hsw_ddi_spll_disable()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_dpll_mgr.c
585
if (dev_priv->
pch_ssc_use
& BIT(id))
in hsw_ddi_wrpll_disable()
603
if (dev_priv->
pch_ssc_use
& BIT(id))
in hsw_ddi_spll_disable()
H
A
D
intel_display.c
10049
dev_priv->
pch_ssc_use
= 0;
in lpt_init_pch_refclk()
10053
dev_priv->
pch_ssc_use
|= BIT(DPLL_ID_SPLL);
in lpt_init_pch_refclk()
10058
dev_priv->
pch_ssc_use
|= BIT(DPLL_ID_WRPLL1);
in lpt_init_pch_refclk()
10063
dev_priv->
pch_ssc_use
|= BIT(DPLL_ID_WRPLL2);
in lpt_init_pch_refclk()
10066
if (dev_priv->
pch_ssc_use
)
in lpt_init_pch_refclk()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_drv.h
1190
u8
pch_ssc_use
;
member
Completed in 38 milliseconds