From 8d234fc9a3765fcfd2376c3cf63f10f3cfe1d6f9 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sat, 6 Feb 2010 14:33:40 +0000 Subject: as3525: add a few more CGU_PERI definitions git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24537 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/as3525.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/as3525.h b/firmware/export/as3525.h index f1e51e0fb5..3c0c2a3ecf 100644 --- a/firmware/export/as3525.h +++ b/firmware/export/as3525.h @@ -219,6 +219,8 @@ CE lines #define CGU_VIC_CLOCK_ENABLE ( 1 << 23 ) /* vic */ /* --- are disabled after reset --- */ +#define CGU_EXTMEM_CLOCK_ENABLE ( 1 << 27 ) /* external memory */ +#define CGU_EXTMEMIF_CLOCK_ENABLE ( 1 << 26 ) /* ext mem AHB IF */ #define CGU_DMA_CLOCK_ENABLE ( 1 << 22 ) /* dma */ #define CGU_USB_CLOCK_ENABLE ( 1 << 21 ) /* usb */ #define CGU_I2SOUT_APB_CLOCK_ENABLE ( 1 << 20 ) /* i2sout */ @@ -234,8 +236,7 @@ CE lines #define CGU_SSP_CLOCK_ENABLE ( 1 << 10 ) /* ssp */ #define CGU_TIMER1_CLOCK_ENABLE ( 1 << 9 ) /* timer 1 */ #define CGU_TIMER2_CLOCK_ENABLE ( 1 << 8 ) /* timer 2 */ -#define CGU_TIMERIF_CLOCK_ENABLE ( 1 << 7 ) /* timer -interface */ +#define CGU_TIMERIF_CLOCK_ENABLE ( 1 << 7 ) /* timer interface */ /** ------------------------------------------------------------------ * Number of cycles to wait before cgu is safely locked. -- cgit v1.2.3