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:DoubleScanMode
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/misc/sisusbvga/
H
A
D
sisusb_init.h
81
#define
DoubleScanMode
0x8000
macro
H
A
D
sisusb_init.c
543
if (modeflag &
DoubleScanMode
)
in SiS_SetCRT1CRTC()
619
if ((!(modeflag &
DoubleScanMode
)) || (!(modeflag & HalfDCLK))) {
in SiS_SetCRT1FIFO_310()
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
H
A
D
initextlfb.c
139
if(SiS_Pr->SiS_EModeIDTable[j].Ext_ModeFlag &
DoubleScanMode
) {
in sisfb_mode_rate_to_ddata()
H
A
D
initdef.h
161
#define
DoubleScanMode
0x8000
macro
H
A
D
init.c
2115
if(modeflag &
DoubleScanMode
) temp |= 0x80;
in SiS_SetCRT1CRTC()
2559
if((!(modeflag &
DoubleScanMode
)) || (!(modeflag & HalfDCLK))) {
in SiS_SetCRT1FIFO_310()
3530
if(modeflag &
DoubleScanMode
) tempax |= 0x80;
in SiS_CalcLCDACRT1Timing()
H
A
D
init301.c
3062
/*
DoubleScanMode
-check done in CheckCalcCustomMode()! */
in SiS_GetCRT2ResInfo()
3090
if(modeflag &
DoubleScanMode
) yres <<= 1;
in SiS_GetCRT2ResInfo()
5645
if(modeflag &
DoubleScanMode
) temp |= 0x80;
in SiS_SetGroup1_301()
6568
if(modeflag &
DoubleScanMode
) tempax |= 0x80;
in SiS_SetGroup1()
8077
if(modeflag &
DoubleScanMode
) tempah |= 0x80;
in SiS_ModCRT1CRTC()
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
H
A
D
initextlfb.c
139
if(SiS_Pr->SiS_EModeIDTable[j].Ext_ModeFlag &
DoubleScanMode
) {
in sisfb_mode_rate_to_ddata()
H
A
D
initdef.h
161
#define
DoubleScanMode
0x8000
macro
H
A
D
init.c
2115
if(modeflag &
DoubleScanMode
) temp |= 0x80;
in SiS_SetCRT1CRTC()
2559
if((!(modeflag &
DoubleScanMode
)) || (!(modeflag & HalfDCLK))) {
in SiS_SetCRT1FIFO_310()
3529
if(modeflag &
DoubleScanMode
) tempax |= 0x80;
in SiS_CalcLCDACRT1Timing()
H
A
D
init301.c
3062
/*
DoubleScanMode
-check done in CheckCalcCustomMode()! */
in SiS_GetCRT2ResInfo()
3090
if(modeflag &
DoubleScanMode
) yres <<= 1;
in SiS_GetCRT2ResInfo()
5645
if(modeflag &
DoubleScanMode
) temp |= 0x80;
in SiS_SetGroup1_301()
6568
if(modeflag &
DoubleScanMode
) tempax |= 0x80;
in SiS_SetGroup1()
8077
if(modeflag &
DoubleScanMode
) tempah |= 0x80;
in SiS_ModCRT1CRTC()
/kernel/linux/linux-5.10/drivers/gpu/drm/ast/
H
A
D
ast_tables.h
36
#define
DoubleScanMode
0x00000004
macro
/kernel/linux/linux-6.6/drivers/gpu/drm/ast/
H
A
D
ast_tables.h
36
#define
DoubleScanMode
0x00000004
macro
Completed in 45 milliseconds