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_DPD
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/
H
A
D
regs-lcd.h
74
#define
LCCR0_DPD
(1 << 9) /* Double Pixel Data (monochrome) */
macro
75
#define LCCR0_4PixMono (
LCCR0_DPD
*0) /* 4-Pixel/clock Monochrome display */
76
#define LCCR0_8PixMono (
LCCR0_DPD
*1) /* 8-Pixel/clock Monochrome display */
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
pxa3xx-regs.h
72
#define
LCCR0_DPD
(1 << 9) /* Double Pixel Data (monochrome) */
macro
73
#define LCCR0_4PixMono (
LCCR0_DPD
*0) /* 4-Pixel/clock Monochrome display */
74
#define LCCR0_8PixMono (
LCCR0_DPD
*1) /* 8-Pixel/clock Monochrome display */
H
A
D
pxafb.c
1763
fbi->lccr0 |=
LCCR0_DPD
;
in pxafb_decode_mach_info()
1996
inf->lccr0 = (inf->lccr0 & ~
LCCR0_DPD
) | LCCR0_4PixMono;
in parse_opt()
1998
inf->lccr0 = (inf->lccr0 & ~
LCCR0_DPD
) | LCCR0_8PixMono;
in parse_opt()
2073
if (inf->lccr0 &
LCCR0_DPD
&&
in pxafb_check_options()
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
H
A
D
SA-1100.h
1679
#define
LCCR0_DPD
0x00000200 /* Double Pixel Data (monochrome */
macro
1681
#define LCCR0_4PixMono (
LCCR0_DPD
*0) /* 4-Pixel/clock Monochrome */
1683
#define LCCR0_8PixMono (
LCCR0_DPD
*1) /* 8-Pixel/clock Monochrome */
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/include/mach/
H
A
D
SA-1100.h
1679
#define
LCCR0_DPD
0x00000200 /* Double Pixel Data (monochrome */
macro
1681
#define LCCR0_4PixMono (
LCCR0_DPD
*0) /* 4-Pixel/clock Monochrome */
1683
#define LCCR0_8PixMono (
LCCR0_DPD
*1) /* 8-Pixel/clock Monochrome */
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
pxafb.c
1766
fbi->lccr0 |=
LCCR0_DPD
;
in pxafb_decode_mach_info()
2000
inf->lccr0 = (inf->lccr0 & ~
LCCR0_DPD
) | LCCR0_4PixMono;
in parse_opt()
2002
inf->lccr0 = (inf->lccr0 & ~
LCCR0_DPD
) | LCCR0_8PixMono;
in parse_opt()
2077
if (inf->lccr0 &
LCCR0_DPD
&&
in pxafb_check_options()
Completed in 18 milliseconds