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:LCCR0_SDS
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/
H
A
D
regs-lcd.h
63
#define
LCCR0_SDS
(1 << 2) /* Single/Dual Panel Display Select */
macro
64
#define LCCR0_Sngl (
LCCR0_SDS
*0) /* Single panel display */
65
#define LCCR0_Dual (
LCCR0_SDS
*1) /* Dual panel display */
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
pxa3xx-regs.h
61
#define
LCCR0_SDS
(1 << 2) /* Single/Dual Panel Display Select */
macro
62
#define LCCR0_Sngl (
LCCR0_SDS
*0) /* Single panel display */
63
#define LCCR0_Dual (
LCCR0_SDS
*1) /* Dual panel display */
H
A
D
pxafb.c
558
if (fbi->lccr0 &
LCCR0_SDS
)
in pxafb_pan_display()
1119
if (fbi->lccr0 &
LCCR0_SDS
) {
in setup_base_frame()
1334
if ((fbi->lccr0 &
LCCR0_SDS
) == LCCR0_Dual)
in setup_parallel_timing()
1397
((fbi->lccr0 &
LCCR0_SDS
) &&
in pxafb_activate_var()
1468
if (fbi->lccr0 &
LCCR0_SDS
)
in pxafb_enable_controller()
1741
fbi->lccr0 = LCCR0_CMS |
LCCR0_SDS
;
in pxafb_decode_mach_info()
1747
fbi->lccr0 =
LCCR0_SDS
;
in pxafb_decode_mach_info()
1992
inf->lccr0 = (inf->lccr0 & ~
LCCR0_SDS
) | LCCR0_Sngl;
in parse_opt()
1994
inf->lccr0 = (inf->lccr0 & ~
LCCR0_SDS
) | LCCR0_Dual;
in parse_opt()
2075
(inf->lccr0 &
LCCR0_SDS
) !
in pxafb_check_options()
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
pxafb.c
558
if (fbi->lccr0 &
LCCR0_SDS
)
in pxafb_pan_display()
1122
if (fbi->lccr0 &
LCCR0_SDS
) {
in setup_base_frame()
1337
if ((fbi->lccr0 &
LCCR0_SDS
) == LCCR0_Dual)
in setup_parallel_timing()
1400
((fbi->lccr0 &
LCCR0_SDS
) &&
in pxafb_activate_var()
1471
if (fbi->lccr0 &
LCCR0_SDS
)
in pxafb_enable_controller()
1744
fbi->lccr0 = LCCR0_CMS |
LCCR0_SDS
;
in pxafb_decode_mach_info()
1750
fbi->lccr0 =
LCCR0_SDS
;
in pxafb_decode_mach_info()
1996
inf->lccr0 = (inf->lccr0 & ~
LCCR0_SDS
) | LCCR0_Sngl;
in parse_opt()
1998
inf->lccr0 = (inf->lccr0 & ~
LCCR0_SDS
) | LCCR0_Dual;
in parse_opt()
2079
(inf->lccr0 &
LCCR0_SDS
) !
in pxafb_check_options()
[all...]
H
A
D
sa1100fb.c
1255
lccr0 &
LCCR0_SDS
) ? ((lcd_shadow.
in sa1100fb_setup()
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
H
A
D
SA-1100.h
1662
#define
LCCR0_SDS
0x00000004 /* Single/Dual panel display */
macro
1664
#define LCCR0_Sngl (
LCCR0_SDS
*0) /* Single panel display */
1665
#define LCCR0_Dual (
LCCR0_SDS
*1) /* Dual panel display */
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/include/mach/
H
A
D
SA-1100.h
1662
#define
LCCR0_SDS
0x00000004 /* Single/Dual panel display */
macro
1664
#define LCCR0_Sngl (
LCCR0_SDS
*0) /* Single panel display */
1665
#define LCCR0_Dual (
LCCR0_SDS
*1) /* Dual panel display */
Completed in 18 milliseconds