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:gpe_en_reg
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/x86/
H
A
D
intel_int0002_vgpio.c
88
u32
gpe_en_reg
;
in int0002_irq_unmask()
local
90
gpe_en_reg
= inl(GPE0A_EN_PORT);
in int0002_irq_unmask()
91
gpe_en_reg
|= GPE0A_PME_B0_EN_BIT;
in int0002_irq_unmask()
92
outl(
gpe_en_reg
, GPE0A_EN_PORT);
in int0002_irq_unmask()
97
u32
gpe_en_reg
;
in int0002_irq_mask()
local
99
gpe_en_reg
= inl(GPE0A_EN_PORT);
in int0002_irq_mask()
100
gpe_en_reg
&= ~GPE0A_PME_B0_EN_BIT;
in int0002_irq_mask()
101
outl(
gpe_en_reg
, GPE0A_EN_PORT);
in int0002_irq_mask()
/kernel/linux/linux-6.6/drivers/platform/x86/intel/
H
A
D
int0002_vgpio.c
86
u32
gpe_en_reg
;
in int0002_irq_unmask()
local
88
gpe_en_reg
= inl(GPE0A_EN_PORT);
in int0002_irq_unmask()
89
gpe_en_reg
|= GPE0A_PME_B0_EN_BIT;
in int0002_irq_unmask()
90
outl(
gpe_en_reg
, GPE0A_EN_PORT);
in int0002_irq_unmask()
95
u32
gpe_en_reg
;
in int0002_irq_mask()
local
97
gpe_en_reg
= inl(GPE0A_EN_PORT);
in int0002_irq_mask()
98
gpe_en_reg
&= ~GPE0A_PME_B0_EN_BIT;
in int0002_irq_mask()
99
outl(
gpe_en_reg
, GPE0A_EN_PORT);
in int0002_irq_mask()
Completed in 2 milliseconds