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:acpibase
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/watchdog/
H
A
D
iTCO_vendor.h
10
#define iTCO_vendor_pre_start(
acpibase
, heartbeat) {}
11
#define iTCO_vendor_pre_stop(
acpibase
) {}
/kernel/linux/linux-6.6/drivers/watchdog/
H
A
D
iTCO_vendor.h
10
#define iTCO_vendor_pre_start(
acpibase
, heartbeat) {}
11
#define iTCO_vendor_pre_stop(
acpibase
) {}
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
H
A
D
init301.c
1237
unsigned int
acpibase
;
in SiS_SetChrontelGPIO()
local
1242
acpibase
= sisfb_read_lpc_pci_dword(SiS_Pr, 0x74);
in SiS_SetChrontelGPIO()
1243
acpibase
&= 0xFFFF;
in SiS_SetChrontelGPIO()
1244
if(!
acpibase
) return;
in SiS_SetChrontelGPIO()
1245
temp = SiS_GetRegShort((
acpibase
+ 0x3c)); /* ACPI register 0x3c: GP Event 1 I/O mode select */
in SiS_SetChrontelGPIO()
1247
SiS_SetRegShort((
acpibase
+ 0x3c), temp);
in SiS_SetChrontelGPIO()
1248
temp = SiS_GetRegShort((
acpibase
+ 0x3c));
in SiS_SetChrontelGPIO()
1249
temp = SiS_GetRegShort((
acpibase
+ 0x3a)); /* ACPI register 0x3a: GP Pin Level (low/high) */
in SiS_SetChrontelGPIO()
1252
SiS_SetRegShort((
acpibase
+ 0x3a), temp);
in SiS_SetChrontelGPIO()
1253
temp = SiS_GetRegShort((
acpibase
in SiS_SetChrontelGPIO()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
H
A
D
init301.c
1237
unsigned int
acpibase
;
in SiS_SetChrontelGPIO()
local
1242
acpibase
= sisfb_read_lpc_pci_dword(SiS_Pr, 0x74);
in SiS_SetChrontelGPIO()
1243
acpibase
&= 0xFFFF;
in SiS_SetChrontelGPIO()
1244
if(!
acpibase
) return;
in SiS_SetChrontelGPIO()
1245
temp = SiS_GetRegShort((
acpibase
+ 0x3c)); /* ACPI register 0x3c: GP Event 1 I/O mode select */
in SiS_SetChrontelGPIO()
1247
SiS_SetRegShort((
acpibase
+ 0x3c), temp);
in SiS_SetChrontelGPIO()
1248
temp = SiS_GetRegShort((
acpibase
+ 0x3c));
in SiS_SetChrontelGPIO()
1249
temp = SiS_GetRegShort((
acpibase
+ 0x3a)); /* ACPI register 0x3a: GP Pin Level (low/high) */
in SiS_SetChrontelGPIO()
1252
SiS_SetRegShort((
acpibase
+ 0x3a), temp);
in SiS_SetChrontelGPIO()
1253
temp = SiS_GetRegShort((
acpibase
in SiS_SetChrontelGPIO()
[all...]
Completed in 10 milliseconds