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:de_port_masked
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_display_irq.c
1637
u32
de_port_masked
= gen8_de_port_aux_mask(dev_priv);
in gen8_de_irq_postinstall()
local
1658
de_port_masked
|= BXT_DE_PORT_GMBUS;
in gen8_de_irq_postinstall()
1667
de_port_masked
|= DSI0_TE | DSI1_TE;
in gen8_de_irq_postinstall()
1675
de_port_enables =
de_port_masked
;
in gen8_de_irq_postinstall()
1707
GEN3_IRQ_INIT(uncore, GEN8_DE_PORT_, ~
de_port_masked
, de_port_enables);
in gen8_de_irq_postinstall()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_irq.c
3390
u32
de_port_masked
= gen8_de_port_aux_mask(dev_priv);
in gen8_de_irq_postinstall()
local
3401
de_port_masked
|= BXT_DE_PORT_GMBUS;
in gen8_de_irq_postinstall()
3406
de_port_enables =
de_port_masked
;
in gen8_de_irq_postinstall()
3438
GEN3_IRQ_INIT(uncore, GEN8_DE_PORT_, ~
de_port_masked
, de_port_enables);
in gen8_de_irq_postinstall()
Completed in 8 milliseconds