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_LDM
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/
H
A
D
regs-lcd.h
67
#define
LCCR0_LDM
(1 << 3) /* LCD Disable Done Mask */
macro
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
pxa3xx-regs.h
65
#define
LCCR0_LDM
(1 << 3) /* LCD Disable Done Mask */
macro
H
A
D
sa1100fb.c
652
LCCR0_LEN |
LCCR0_LDM
| LCCR0_BAM |
in sa1100fb_activate_var()
829
lccr0 &= ~
LCCR0_LDM
; /* Enable LCD Disable Done Interrupt */
in sa1100fb_disable_controller()
850
u32 lccr0 = readl_relaxed(fbi->base + LCCR0) |
LCCR0_LDM
;
in sa1100fb_handle_irq()
H
A
D
pxafb.c
80
LCCR0_SFM |
LCCR0_LDM
| LCCR0_ENB)
1378
(
LCCR0_LDM
| LCCR0_SFM | LCCR0_IUM | LCCR0_EFM |
in pxafb_activate_var()
1488
lccr0 = lcd_readl(fbi, LCCR0) & ~
LCCR0_LDM
;
in pxafb_disable_controller()
1509
lcd_writel(fbi, LCCR0, lccr0 |
LCCR0_LDM
);
in pxafb_handle_irq()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
sa1100fb.c
653
LCCR0_LEN |
LCCR0_LDM
| LCCR0_BAM |
in sa1100fb_activate_var()
830
lccr0 &= ~
LCCR0_LDM
; /* Enable LCD Disable Done Interrupt */
in sa1100fb_disable_controller()
851
u32 lccr0 = readl_relaxed(fbi->base + LCCR0) |
LCCR0_LDM
;
in sa1100fb_handle_irq()
H
A
D
pxafb.c
80
LCCR0_SFM |
LCCR0_LDM
| LCCR0_ENB)
1381
(
LCCR0_LDM
| LCCR0_SFM | LCCR0_IUM | LCCR0_EFM |
in pxafb_activate_var()
1491
lccr0 = lcd_readl(fbi, LCCR0) & ~
LCCR0_LDM
;
in pxafb_disable_controller()
1512
lcd_writel(fbi, LCCR0, lccr0 |
LCCR0_LDM
);
in pxafb_handle_irq()
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
H
A
D
SA-1100.h
1666
#define
LCCR0_LDM
0x00000008 /* LCD Disable done (LDD) */
macro
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/include/mach/
H
A
D
SA-1100.h
1666
#define
LCCR0_LDM
0x00000008 /* LCD Disable done (LDD) */
macro
Completed in 19 milliseconds