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_CMS
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/
H
A
D
regs-lcd.h
60
#define
LCCR0_CMS
(1 << 1) /* Color/Monochrome Display Select */
macro
61
#define LCCR0_Color (
LCCR0_CMS
*0) /* Color display */
62
#define LCCR0_Mono (
LCCR0_CMS
*1) /* Monochrome display */
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
pxa3xx-regs.h
58
#define
LCCR0_CMS
(1 << 1) /* Color/Monochrome Display Select */
macro
59
#define LCCR0_Color (
LCCR0_CMS
*0) /* Color display */
60
#define LCCR0_Mono (
LCCR0_CMS
*1) /* Monochrome display */
H
A
D
pxafb.c
1738
fbi->lccr0 =
LCCR0_CMS
;
in pxafb_decode_mach_info()
1741
fbi->lccr0 =
LCCR0_CMS
| LCCR0_SDS;
in pxafb_decode_mach_info()
1984
inf->lccr0 = (inf->lccr0 & ~
LCCR0_CMS
) | LCCR0_Color;
in parse_opt()
1986
inf->lccr0 = (inf->lccr0 & ~
LCCR0_CMS
) | LCCR0_Mono;
in parse_opt()
2076
(inf->lccr0 &
LCCR0_CMS
) != LCCR0_Mono))
in pxafb_check_options()
H
A
D
sa1100fb.c
752
if ((fbi->reg_lccr0 &
LCCR0_CMS
) == LCCR0_Color &&
in sa1100fb_setup_gpio()
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
H
A
D
SA-1100.h
1659
#define
LCCR0_CMS
0x00000002 /* Color/Monochrome display Select */
macro
1660
#define LCCR0_Color (
LCCR0_CMS
*0) /* Color display */
1661
#define LCCR0_Mono (
LCCR0_CMS
*1) /* Monochrome display */
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/include/mach/
H
A
D
SA-1100.h
1659
#define
LCCR0_CMS
0x00000002 /* Color/Monochrome display Select */
macro
1660
#define LCCR0_Color (
LCCR0_CMS
*0) /* Color display */
1661
#define LCCR0_Mono (
LCCR0_CMS
*1) /* Monochrome display */
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
pxafb.c
1741
fbi->lccr0 =
LCCR0_CMS
;
in pxafb_decode_mach_info()
1744
fbi->lccr0 =
LCCR0_CMS
| LCCR0_SDS;
in pxafb_decode_mach_info()
1988
inf->lccr0 = (inf->lccr0 & ~
LCCR0_CMS
) | LCCR0_Color;
in parse_opt()
1990
inf->lccr0 = (inf->lccr0 & ~
LCCR0_CMS
) | LCCR0_Mono;
in parse_opt()
2080
(inf->lccr0 &
LCCR0_CMS
) != LCCR0_Mono))
in pxafb_check_options()
H
A
D
sa1100fb.c
753
if ((fbi->reg_lccr0 &
LCCR0_CMS
) == LCCR0_Color &&
in sa1100fb_setup_gpio()
Completed in 20 milliseconds