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_PCP
(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
117
#define
LCCR3_PCP
(1 << 22) /* Pixel Clock Polarity (L_PCLK) */
macro
118
#define LCCR3_PixRsEdg (
LCCR3_PCP
*0) /* Pixel clock Rising-Edge */
119
#define LCCR3_PixFlEdg (
LCCR3_PCP
*1) /* Pixel clock Falling-Edge */
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
pxa3xx-regs.h
118
#define
LCCR3_PCP
(1 << 22) /* Pixel Clock Polarity (L_PCLK) */
macro
119
#define LCCR3_PixRsEdg (
LCCR3_PCP
*0) /* Pixel clock Rising-Edge */
120
#define LCCR3_PixFlEdg (
LCCR3_PCP
*1) /* Pixel clock Falling-Edge */
H
A
D
pxafb.c
1769
fbi->lccr3 |= (lcd_conn & LCD_PCLK_EDGE_FALL) ?
LCCR3_PCP
: 0;
in pxafb_decode_mach_info()
1978
inf->lccr3 = (inf->lccr3 & ~
LCCR3_PCP
) | LCCR3_PixFlEdg;
in parse_opt()
1981
inf->lccr3 = (inf->lccr3 & ~
LCCR3_PCP
) | LCCR3_PixRsEdg;
in parse_opt()
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
H
A
D
SA-1100.h
1792
#define
LCCR3_PCP
0x00400000 /* Pixel Clock Polarity (L_PCLK) */
macro
1793
#define LCCR3_PixRsEdg (
LCCR3_PCP
*0) /* Pixel clock Rising-Edge */
1794
#define LCCR3_PixFlEdg (
LCCR3_PCP
*1) /* Pixel clock Falling-Edge */
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/include/mach/
H
A
D
SA-1100.h
1792
#define
LCCR3_PCP
0x00400000 /* Pixel Clock Polarity (L_PCLK) */
macro
1793
#define LCCR3_PixRsEdg (
LCCR3_PCP
*0) /* Pixel clock Rising-Edge */
1794
#define LCCR3_PixFlEdg (
LCCR3_PCP
*1) /* Pixel clock Falling-Edge */
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
pxafb.c
1772
fbi->lccr3 |= (lcd_conn & LCD_PCLK_EDGE_FALL) ?
LCCR3_PCP
: 0;
in pxafb_decode_mach_info()
1982
inf->lccr3 = (inf->lccr3 & ~
LCCR3_PCP
) | LCCR3_PixFlEdg;
in parse_opt()
1985
inf->lccr3 = (inf->lccr3 & ~
LCCR3_PCP
) | LCCR3_PixRsEdg;
in parse_opt()
Completed in 20 milliseconds