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_ENABLE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H
A
D
display.c
212
PORT_PLL_ENABLE
);
in emulate_monitor_status_change()
276
PORT_PLL_ENABLE
);
in emulate_monitor_status_change()
305
PORT_PLL_ENABLE
);
in emulate_monitor_status_change()
335
PORT_PLL_ENABLE
);
in emulate_monitor_status_change()
H
A
D
handlers.c
1563
if (v &
PORT_PLL_ENABLE
)
in bxt_port_pll_enable_write()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H
A
D
display.c
217
PORT_PLL_ENABLE
);
in emulate_monitor_status_change()
281
PORT_PLL_ENABLE
);
in emulate_monitor_status_change()
310
PORT_PLL_ENABLE
);
in emulate_monitor_status_change()
340
PORT_PLL_ENABLE
);
in emulate_monitor_status_change()
H
A
D
handlers.c
564
if (!(temp &
PORT_PLL_ENABLE
) || !(temp & PORT_PLL_LOCK)) {
in bxt_vgpu_get_dp_bitrate()
1814
if (v &
PORT_PLL_ENABLE
)
in bxt_port_pll_enable_write()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_dpll_mgr.c
1915
temp |=
PORT_PLL_ENABLE
;
in bxt_ddi_pll_enable()
1947
temp &= ~
PORT_PLL_ENABLE
;
in bxt_ddi_pll_disable()
1984
if (!(val &
PORT_PLL_ENABLE
))
in bxt_ddi_pll_get_hw_state()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_dpll_mgr.c
1994
intel_de_rmw(dev_priv, BXT_PORT_PLL_ENABLE(port), 0,
PORT_PLL_ENABLE
);
in bxt_ddi_pll_enable()
2023
intel_de_rmw(dev_priv, BXT_PORT_PLL_ENABLE(port),
PORT_PLL_ENABLE
, 0);
in bxt_ddi_pll_disable()
2058
if (!(val &
PORT_PLL_ENABLE
))
in bxt_ddi_pll_get_hw_state()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_reg.h
586
#define
PORT_PLL_ENABLE
REG_BIT(31)
macro
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_reg.h
1772
#define
PORT_PLL_ENABLE
(1 << 31)
macro
Completed in 81 milliseconds