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:PORT_PLL_P2_MASK
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_dpll_mgr.c
1852
temp &= ~(PORT_PLL_P1_MASK |
PORT_PLL_P2_MASK
);
in bxt_ddi_pll_enable()
1988
hw_state->ebb0 &= PORT_PLL_P1_MASK |
PORT_PLL_P2_MASK
;
in bxt_ddi_pll_get_hw_state()
2219
clock.p2 = (pll_state->ebb0 &
PORT_PLL_P2_MASK
) >> PORT_PLL_P2_SHIFT;
in bxt_ddi_pll_get_freq()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_dpll_mgr.c
1946
PORT_PLL_P1_MASK |
PORT_PLL_P2_MASK
, pll->state.hw_state.ebb0);
in bxt_ddi_pll_enable()
2062
hw_state->ebb0 &= PORT_PLL_P1_MASK |
PORT_PLL_P2_MASK
;
in bxt_ddi_pll_get_hw_state()
2248
clock.p2 = REG_FIELD_GET(
PORT_PLL_P2_MASK
, pll_state->ebb0);
in bxt_ddi_pll_get_freq()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H
A
D
handlers.c
580
clock.p2 = REG_FIELD_GET(
PORT_PLL_P2_MASK
,
in bxt_vgpu_get_dp_bitrate()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_reg.h
598
#define
PORT_PLL_P2_MASK
REG_GENMASK(12, 8)
macro
599
#define PORT_PLL_P2(p2) REG_FIELD_PREP(
PORT_PLL_P2_MASK
, (p2))
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_reg.h
1786
#define
PORT_PLL_P2_MASK
(0x1f << PORT_PLL_P2_SHIFT)
macro
Completed in 74 milliseconds