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_PAS
(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
71
#define
LCCR0_PAS
(1 << 7) /* Passive/Active display Select */
macro
72
#define LCCR0_Pas (
LCCR0_PAS
*0) /* Passive display (STN) */
73
#define LCCR0_Act (
LCCR0_PAS
*1) /* Active display (TFT) */
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
pxa3xx-regs.h
69
#define
LCCR0_PAS
(1 << 7) /* Passive/Active display Select */
macro
70
#define LCCR0_Pas (
LCCR0_PAS
*0) /* Passive display (STN) */
71
#define LCCR0_Act (
LCCR0_PAS
*1) /* Active display (TFT) */
H
A
D
pxafb.c
1750
fbi->lccr0 =
LCCR0_PAS
;
in pxafb_decode_mach_info()
1753
fbi->lccr0 = LCCR0_LCDT |
LCCR0_PAS
;
in pxafb_decode_mach_info()
1988
inf->lccr0 = (inf->lccr0 & ~
LCCR0_PAS
) | LCCR0_Act;
in parse_opt()
1990
inf->lccr0 = (inf->lccr0 & ~
LCCR0_PAS
) | LCCR0_Pas;
in parse_opt()
2074
((inf->lccr0 &
LCCR0_PAS
) != LCCR0_Pas ||
in pxafb_check_options()
2080
if ((inf->lccr0 &
LCCR0_PAS
) == LCCR0_Act &&
in pxafb_check_options()
2083
if ((inf->lccr0 &
LCCR0_PAS
) == LCCR0_Pas &&
in pxafb_check_options()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
pxafb.c
1753
fbi->lccr0 =
LCCR0_PAS
;
in pxafb_decode_mach_info()
1756
fbi->lccr0 = LCCR0_LCDT |
LCCR0_PAS
;
in pxafb_decode_mach_info()
1992
inf->lccr0 = (inf->lccr0 & ~
LCCR0_PAS
) | LCCR0_Act;
in parse_opt()
1994
inf->lccr0 = (inf->lccr0 & ~
LCCR0_PAS
) | LCCR0_Pas;
in parse_opt()
2078
((inf->lccr0 &
LCCR0_PAS
) != LCCR0_Pas ||
in pxafb_check_options()
2084
if ((inf->lccr0 &
LCCR0_PAS
) == LCCR0_Act &&
in pxafb_check_options()
2087
if ((inf->lccr0 &
LCCR0_PAS
) == LCCR0_Pas &&
in pxafb_check_options()
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
H
A
D
SA-1100.h
1673
#define
LCCR0_PAS
0x00000080 /* Passive/Active display Select */
macro
1674
#define LCCR0_Pas (
LCCR0_PAS
*0) /* Passive display (STN) */
1675
#define LCCR0_Act (
LCCR0_PAS
*1) /* Active display (TFT) */
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/include/mach/
H
A
D
SA-1100.h
1673
#define
LCCR0_PAS
0x00000080 /* Passive/Active display Select */
macro
1674
#define LCCR0_Pas (
LCCR0_PAS
*0) /* Passive display (STN) */
1675
#define LCCR0_Act (
LCCR0_PAS
*1) /* Active display (TFT) */
Completed in 17 milliseconds