1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2024-07-01 02:44:32 +03:00

libubb/include/ubb/regs4740.h: add CPCCR (clock control register)

This commit is contained in:
Werner Almesberger 2013-01-07 16:15:17 -03:00
parent 1eb8e64811
commit 2f4e1bd6d7

View File

@ -25,6 +25,7 @@
#define _DMAC(n) REG(0x3020000+(n))
#define _LCD(n) REG(0x3050000+(n))
#define CPCCR _CGU(0x0000) /* Clock Control */
#define CLKGR _CGU(0x0020) /* Clock Gate */
#define MSCCDR _CGU(0x0068) /* MSC device clock divider */