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:LCCR3_OEP
(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
121
#define
LCCR3_OEP
(1 << 23) /* Output Enable Polarity */
macro
122
#define LCCR3_OutEnH (
LCCR3_OEP
*0) /* Output Enable active High */
123
#define LCCR3_OutEnL (
LCCR3_OEP
*1) /* Output Enable active Low */
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
pxa3xx-regs.h
122
#define
LCCR3_OEP
(1 << 23) /* Output Enable Polarity */
macro
123
#define LCCR3_OutEnH (
LCCR3_OEP
*0) /* Output Enable active High */
124
#define LCCR3_OutEnL (
LCCR3_OEP
*1) /* Output Enable active Low */
H
A
D
pxafb.c
1768
fbi->lccr3 |= (lcd_conn & LCD_BIAS_ACTIVE_LOW) ?
LCCR3_OEP
: 0;
in pxafb_decode_mach_info()
1970
inf->lccr3 = (inf->lccr3 & ~
LCCR3_OEP
) | LCCR3_OutEnL;
in parse_opt()
1973
inf->lccr3 = (inf->lccr3 & ~
LCCR3_OEP
) | LCCR3_OutEnH;
in parse_opt()
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
H
A
D
SA-1100.h
1795
#define
LCCR3_OEP
0x00800000 /* Output Enable Polarity (L_BIAS, */
macro
1797
#define LCCR3_OutEnH (
LCCR3_OEP
*0) /* Output Enable active High */
1798
#define LCCR3_OutEnL (
LCCR3_OEP
*1) /* Output Enable active Low */
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/include/mach/
H
A
D
SA-1100.h
1795
#define
LCCR3_OEP
0x00800000 /* Output Enable Polarity (L_BIAS, */
macro
1797
#define LCCR3_OutEnH (
LCCR3_OEP
*0) /* Output Enable active High */
1798
#define LCCR3_OutEnL (
LCCR3_OEP
*1) /* Output Enable active Low */
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
pxafb.c
1771
fbi->lccr3 |= (lcd_conn & LCD_BIAS_ACTIVE_LOW) ?
LCCR3_OEP
: 0;
in pxafb_decode_mach_info()
1974
inf->lccr3 = (inf->lccr3 & ~
LCCR3_OEP
) | LCCR3_OutEnL;
in parse_opt()
1977
inf->lccr3 = (inf->lccr3 & ~
LCCR3_OEP
) | LCCR3_OutEnH;
in parse_opt()
Completed in 18 milliseconds