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_VSP
(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
115
#define
LCCR3_VSP
(1 << 20) /* vertical sync polarity */
macro
135
#define LCCR3_VrtSnchH (
LCCR3_VSP
*0) /* VSP Active High */
136
#define LCCR3_VrtSnchL (
LCCR3_VSP
*1) /* VSP Active Low */
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
pxa3xx-regs.h
116
#define
LCCR3_VSP
(1 << 20) /* vertical sync polarity */
macro
136
#define LCCR3_VrtSnchH (
LCCR3_VSP
*0) /* VSP Active High */
137
#define LCCR3_VrtSnchL (
LCCR3_VSP
*1) /* VSP Active Low */
H
A
D
pxafb.c
82
#define LCCR3_INVALID_CONFIG_MASK (LCCR3_HSP |
LCCR3_VSP
|\
1252
fbi->reg_lccr3 |= (var->sync & FB_SYNC_VERT_HIGH_ACT) ?
LCCR3_VSP
: 0;
in setup_smart_timing()
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
H
A
D
SA-1100.h
1780
#define
LCCR3_VSP
0x00100000 /* Vertical Synchronization pulse */
macro
1782
#define LCCR3_VrtSnchH (
LCCR3_VSP
*0) /* Vertical Synchronization pulse */
1784
#define LCCR3_VrtSnchL (
LCCR3_VSP
*1) /* Vertical Synchronization pulse */
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/include/mach/
H
A
D
SA-1100.h
1780
#define
LCCR3_VSP
0x00100000 /* Vertical Synchronization pulse */
macro
1782
#define LCCR3_VrtSnchH (
LCCR3_VSP
*0) /* Vertical Synchronization pulse */
1784
#define LCCR3_VrtSnchL (
LCCR3_VSP
*1) /* Vertical Synchronization pulse */
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
pxafb.c
82
#define LCCR3_INVALID_CONFIG_MASK (LCCR3_HSP |
LCCR3_VSP
|\
1255
fbi->reg_lccr3 |= (var->sync & FB_SYNC_VERT_HIGH_ACT) ?
LCCR3_VSP
: 0;
in setup_smart_timing()
Completed in 16 milliseconds