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:LOADGEN_SELECT
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_combo_phy_regs.h
126
#define
LOADGEN_SELECT
(1 << 31)
macro
H
A
D
icl_dsi.c
431
intel_de_rmw(dev_priv, ICL_PORT_TX_DW4_AUX(phy),
LOADGEN_SELECT
, 0);
in gen11_dsi_config_phy_lanes_sequence()
434
LOADGEN_SELECT
, lane != 2 ?
LOADGEN_SELECT
: 0);
in gen11_dsi_config_phy_lanes_sequence()
H
A
D
intel_ddi.c
1102
return lane >= 1 ?
LOADGEN_SELECT
: 0;
in icl_combo_phy_loadgen_select()
1104
return lane == 1 || lane == 2 ?
LOADGEN_SELECT
: 0;
in icl_combo_phy_loadgen_select()
1200
LOADGEN_SELECT
,
in icl_combo_phy_set_signal_levels()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
icl_dsi.c
407
tmp &= ~
LOADGEN_SELECT
;
in gen11_dsi_config_phy_lanes_sequence()
412
tmp &= ~
LOADGEN_SELECT
;
in gen11_dsi_config_phy_lanes_sequence()
414
tmp |=
LOADGEN_SELECT
;
in gen11_dsi_config_phy_lanes_sequence()
H
A
D
intel_ddi.c
2417
val &= ~
LOADGEN_SELECT
;
in cnl_ddi_vswing_sequence()
2421
val |=
LOADGEN_SELECT
;
in cnl_ddi_vswing_sequence()
2562
val &= ~
LOADGEN_SELECT
;
in icl_combo_phy_ddi_vswing_sequence()
2566
val |=
LOADGEN_SELECT
;
in icl_combo_phy_ddi_vswing_sequence()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_reg.h
2050
#define
LOADGEN_SELECT
(1 << 31)
macro
Completed in 57 milliseconds