summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/as3525.h7
1 files changed, 7 insertions, 0 deletions
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
242#define CGU_TIMER2_CLOCK_ENABLE ( 1 << 8 ) /* timer 2 */ 242#define CGU_TIMER2_CLOCK_ENABLE ( 1 << 8 ) /* timer 2 */
243#define CGU_TIMERIF_CLOCK_ENABLE ( 1 << 7 ) /* timer interface */ 243#define CGU_TIMERIF_CLOCK_ENABLE ( 1 << 7 ) /* timer interface */
244 244
245/* CGU_PLL[AB]SUP bits */
246#define CGU_PLL_POWERDOWN ( 1 << 3 )
247
248/* CGU_INTCTRL bits */
249#define CGU_PLLA_LOCK ( 1 << 0 )
250#define CGU_PLLB_LOCK ( 1 << 1 )
251
245/** ------------------------------------------------------------------ 252/** ------------------------------------------------------------------
246* Number of cycles to wait before cgu is safely locked. 253* Number of cycles to wait before cgu is safely locked.
247**/ 254**/