Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98074
b: refs/heads/master
c: 3692fd0
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Schmidt authored and Russell King committed Jun 12, 2008
1 parent bbb3a86 commit 4b14006
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 62cfcf4f467733a8dc218691c791804a148da887
refs/heads/master: 3692fd0aaef489b063518b5999c702bada5b6e22
5 changes: 4 additions & 1 deletion trunk/include/asm-arm/arch-pxa/regs-lcd.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#ifndef __ASM_ARCH_REGS_LCD_H
#define __ASM_ARCH_REGS_LCD_H

#include <asm/arch/bitfield.h>

/*
* LCD Controller Registers and Bits Definitions
*/
Expand Down Expand Up @@ -69,7 +72,7 @@
#define LCCR0_QDM (1 << 11) /* LCD Quick Disable mask */
#define LCCR0_PDD (0xff << 12) /* Palette DMA request delay */
#define LCCR0_PDD_S 12
#define LCCR0_BM (1 << 20) /* Branch mask */
#define LCCR0_BM (1 << 20) /* Branch mask */
#define LCCR0_OUM (1 << 21) /* Output FIFO underrun mask */
#define LCCR0_LCDT (1 << 22) /* LCD panel type */
#define LCCR0_RDSTM (1 << 23) /* Read status interrupt mask */
Expand Down

0 comments on commit 4b14006

Please sign in to comment.