projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
busybox: enable cmp by default (#9133)
[openwrt.git]
/
package
/
uboot-xburst
/
files
/
include
/
asm-mips
/
jz4740.h
diff --git
a/package/uboot-xburst/files/include/asm-mips/jz4740.h
b/package/uboot-xburst/files/include/asm-mips/jz4740.h
index
a752dcc
..
4098873
100644
(file)
--- a/
package/uboot-xburst/files/include/asm-mips/jz4740.h
+++ b/
package/uboot-xburst/files/include/asm-mips/jz4740.h
@@
-2810,6
+2810,16
@@
do { \
REG_GPIO_PXPES(3) = 0xc0000000; \
} while (0)
REG_GPIO_PXPES(3) = 0xc0000000; \
} while (0)
+/*
+ * LCD_D0~LCD_D7, LCD_PCLK, LCD_HSYNC, LCD_VSYNC, LCD_DE
+ */
+#define __gpio_as_lcd_8bit() \
+do { \
+ REG_GPIO_PXFUNS(2) = 0x003c00ff; \
+ REG_GPIO_PXSELC(2) = 0x003c00ff; \
+ REG_GPIO_PXPES(2) = 0x003c00ff; \
+} while (0)
+
/*
* LCD_D0~LCD_D15, LCD_PCLK, LCD_HSYNC, LCD_VSYNC, LCD_DE
*/
/*
* LCD_D0~LCD_D15, LCD_PCLK, LCD_HSYNC, LCD_VSYNC, LCD_DE
*/
This page took
0.021536 seconds
and
4
git commands to generate.