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:SISGETROMW
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
H
A
D
init301.c
485
romindex =
SISGETROMW
(0x100);
in GetLCDStructPtr661()
509
romptr =
SISGETROMW
(0x102);
in GetLCDStructPtr661_2()
735
temp1 =
SISGETROMW
(0x23b);
in SiS_CR36BIOSWord23b()
751
temp1 =
SISGETROMW
(0x23d);
in SiS_CR36BIOSWord23d()
1749
if((temp =
SISGETROMW
(6)) != SiS_Pr->PanelHT) {
in SiS_GetLCDInfoBIOS()
1753
if((temp =
SISGETROMW
(8)) != SiS_Pr->PanelVT) {
in SiS_GetLCDInfoBIOS()
1757
SiS_Pr->PanelHRS =
SISGETROMW
(10);
in SiS_GetLCDInfoBIOS()
1758
SiS_Pr->PanelHRE =
SISGETROMW
(12);
in SiS_GetLCDInfoBIOS()
1759
SiS_Pr->PanelVRS =
SISGETROMW
(14);
in SiS_GetLCDInfoBIOS()
1760
SiS_Pr->PanelVRE =
SISGETROMW
(1
in SiS_GetLCDInfoBIOS()
[all...]
H
A
D
initdef.h
74
#define
SISGETROMW
(x) (ROMAddr[(x)] | (ROMAddr[(x)+1] << 8))
macro
H
A
D
init.c
1322
if((romptr =
SISGETROMW
(0x0102))) {
in SiSDetermineROMUsage()
1551
return((unsigned short)(
SISGETROMW
((0x90 + (index * 5) + 3))));
in SiS_GetMCLK()
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
H
A
D
init301.c
485
romindex =
SISGETROMW
(0x100);
in GetLCDStructPtr661()
509
romptr =
SISGETROMW
(0x102);
in GetLCDStructPtr661_2()
735
temp1 =
SISGETROMW
(0x23b);
in SiS_CR36BIOSWord23b()
751
temp1 =
SISGETROMW
(0x23d);
in SiS_CR36BIOSWord23d()
1749
if((temp =
SISGETROMW
(6)) != SiS_Pr->PanelHT) {
in SiS_GetLCDInfoBIOS()
1753
if((temp =
SISGETROMW
(8)) != SiS_Pr->PanelVT) {
in SiS_GetLCDInfoBIOS()
1757
SiS_Pr->PanelHRS =
SISGETROMW
(10);
in SiS_GetLCDInfoBIOS()
1758
SiS_Pr->PanelHRE =
SISGETROMW
(12);
in SiS_GetLCDInfoBIOS()
1759
SiS_Pr->PanelVRS =
SISGETROMW
(14);
in SiS_GetLCDInfoBIOS()
1760
SiS_Pr->PanelVRE =
SISGETROMW
(1
in SiS_GetLCDInfoBIOS()
[all...]
H
A
D
initdef.h
74
#define
SISGETROMW
(x) (ROMAddr[(x)] | (ROMAddr[(x)+1] << 8))
macro
H
A
D
init.c
1322
if((romptr =
SISGETROMW
(0x0102))) {
in SiSDetermineROMUsage()
1551
return((unsigned short)(
SISGETROMW
((0x90 + (index * 5) + 3))));
in SiS_GetMCLK()
Completed in 21 milliseconds