From 0f6b5f03d9e11ec896b0d86d2027471c12a655eb Mon Sep 17 00:00:00 2001 From: Tobias Diedrich Date: Tue, 18 May 2010 16:23:11 +0000 Subject: Enable/disable second pll dynamically on usb plugin/remove. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26145 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/as3525.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'firmware/export') diff --git a/firmware/export/as3525.h b/firmware/export/as3525.h index 699762a9b2..e578b608a6 100644 --- a/firmware/export/as3525.h +++ b/firmware/export/as3525.h @@ -242,6 +242,13 @@ CE lines #define CGU_TIMER2_CLOCK_ENABLE ( 1 << 8 ) /* timer 2 */ #define CGU_TIMERIF_CLOCK_ENABLE ( 1 << 7 ) /* timer interface */ +/* CGU_PLL[AB]SUP bits */ +#define CGU_PLL_POWERDOWN ( 1 << 3 ) + +/* CGU_INTCTRL bits */ +#define CGU_PLLA_LOCK ( 1 << 0 ) +#define CGU_PLLB_LOCK ( 1 << 1 ) + /** ------------------------------------------------------------------ * Number of cycles to wait before cgu is safely locked. **/ -- cgit v1.2.3