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:LVDS_PORT_EN
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_lvds_regs.h
17
#define
LVDS_PORT_EN
REG_BIT(31)
macro
H
A
D
intel_lvds.c
102
return val &
LVDS_PORT_EN
;
in intel_lvds_port_enabled()
255
temp |=
LVDS_PORT_EN
| LVDS_A0A2_CLKA_POWER_UP;
in intel_pre_enable_lvds()
322
intel_de_rmw(dev_priv, lvds_encoder->reg, 0,
LVDS_PORT_EN
);
in intel_enable_lvds()
347
intel_de_rmw(dev_priv, lvds_encoder->reg,
LVDS_PORT_EN
, 0);
in intel_disable_lvds()
874
if ((lvds &
LVDS_PORT_EN
) == 0) {
in intel_lvds_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_lvds.c
95
return val &
LVDS_PORT_EN
;
in intel_lvds_port_enabled()
246
temp |=
LVDS_PORT_EN
| LVDS_A0A2_CLKA_POWER_UP;
in intel_pre_enable_lvds()
315
intel_de_read(dev_priv, lvds_encoder->reg) |
LVDS_PORT_EN
);
in intel_enable_lvds()
343
intel_de_read(dev_priv, lvds_encoder->reg) & ~
LVDS_PORT_EN
);
in intel_disable_lvds()
858
if ((lvds &
LVDS_PORT_EN
) == 0) {
in intel_lvds_init()
H
A
D
intel_display.c
12191
bool is_lvds = (pipe == 1) && (lvds &
LVDS_PORT_EN
);
in i9xx_crtc_clock_get()
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H
A
D
psb_intel_display.c
230
lvds |=
LVDS_PORT_EN
| LVDS_A0A2_CLKA_POWER_UP;
in psb_intel_crtc_mode_set()
316
is_lvds = (pipe == 1) && (REG_READ(LVDS) &
LVDS_PORT_EN
);
in psb_intel_crtc_clock_get()
327
LVDS_PORT_EN
);
in psb_intel_crtc_clock_get()
H
A
D
cdv_intel_display.c
741
LVDS_PORT_EN
| LVDS_A0A2_CLKA_POWER_UP |
in cdv_intel_crtc_mode_set()
857
is_lvds = (pipe == 1) && (REG_READ(LVDS) &
LVDS_PORT_EN
);
in cdv_intel_crtc_clock_get()
867
(dev_priv->regs.psb.saveLVDS &
LVDS_PORT_EN
);
in cdv_intel_crtc_clock_get()
H
A
D
cdv_intel_lvds.c
620
if (crtc && (lvds &
LVDS_PORT_EN
)) {
in cdv_intel_lvds_init()
H
A
D
oaktrail_lvds.c
104
LVDS_PORT_EN
|
in oaktrail_lvds_mode_set()
H
A
D
psb_intel_lvds.c
764
if (crtc && (lvds &
LVDS_PORT_EN
)) {
in psb_intel_lvds_init()
H
A
D
gma_display.c
761
(REG_READ(LVDS) &
LVDS_PORT_EN
) != 0) {
in gma_find_best_pll()
H
A
D
psb_intel_reg.h
441
#define
LVDS_PORT_EN
(1 << 31)
macro
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H
A
D
psb_intel_display.c
236
lvds |=
LVDS_PORT_EN
| LVDS_A0A2_CLKA_POWER_UP;
in psb_intel_crtc_mode_set()
322
is_lvds = (pipe == 1) && (REG_READ(LVDS) &
LVDS_PORT_EN
);
in psb_intel_crtc_clock_get()
333
LVDS_PORT_EN
);
in psb_intel_crtc_clock_get()
H
A
D
cdv_intel_display.c
738
LVDS_PORT_EN
| LVDS_A0A2_CLKA_POWER_UP |
in cdv_intel_crtc_mode_set()
854
is_lvds = (pipe == 1) && (REG_READ(LVDS) &
LVDS_PORT_EN
);
in cdv_intel_crtc_clock_get()
864
(dev_priv->regs.psb.saveLVDS &
LVDS_PORT_EN
);
in cdv_intel_crtc_clock_get()
H
A
D
oaktrail_lvds.c
105
LVDS_PORT_EN
|
in oaktrail_lvds_mode_set()
H
A
D
cdv_intel_lvds.c
615
if (crtc && (lvds &
LVDS_PORT_EN
)) {
in cdv_intel_lvds_init()
H
A
D
psb_intel_lvds.c
761
if (crtc && (lvds &
LVDS_PORT_EN
)) {
in psb_intel_lvds_init()
H
A
D
gma_display.c
761
(REG_READ(LVDS) &
LVDS_PORT_EN
) != 0) {
in gma_find_best_pll()
H
A
D
psb_intel_reg.h
441
#define
LVDS_PORT_EN
(1 << 31)
macro
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_reg.h
4902
#define
LVDS_PORT_EN
(1 << 31)
macro
Completed in 78 milliseconds