summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/as3525.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/firmware/export/as3525.h b/firmware/export/as3525.h
index 245f4ae963..be373f31fd 100644
--- a/firmware/export/as3525.h
+++ b/firmware/export/as3525.h
@@ -378,7 +378,7 @@ interface */
378#define INTERRUPT_DMAC (1<<4) 378#define INTERRUPT_DMAC (1<<4)
379#define INTERRUPT_NAND (1<<5) 379#define INTERRUPT_NAND (1<<5)
380#define INTERRUPT_IDE (1<<6) 380#define INTERRUPT_IDE (1<<6)
381#define INTERRUPT_MCI0 (1<<1<<7) 381#define INTERRUPT_MCI0 (1<<7)
382#define INTERRUPT_MCI1 (1<<8) 382#define INTERRUPT_MCI1 (1<<8)
383#define INTERRUPT_AUDIO (1<<9) 383#define INTERRUPT_AUDIO (1<<9)
384#define INTERRUPT_SSP (1<<10) 384#define INTERRUPT_SSP (1<<10)
@@ -397,4 +397,13 @@ interface */
397#define INTERRUPT_GPIOB (1<<30) 397#define INTERRUPT_GPIOB (1<<30)
398#define INTERRUPT_GPIOC (1<<31) 398#define INTERRUPT_GPIOC (1<<31)
399 399
400/* I2SOUT registers */
401
402#define I2SOUT_CONTROL (*(volatile unsigned char*)(I2SOUT_BASE+0x00))
403#define I2SOUT_MASK (*(volatile unsigned char*)(I2SOUT_BASE+0x04))
404#define I2SOUT_RAW_STATUS (*(volatile unsigned char*)(I2SOUT_BASE+0x08))
405#define I2SOUT_STATUS (*(volatile unsigned char*)(I2SOUT_BASE+0x0C))
406#define I2SOUT_CLEAR (*(volatile unsigned char*)(I2SOUT_BASE+0x10))
407#define I2SOUT_DATA (volatile unsigned long*)(I2SOUT_BASE+0x14)
408
400#endif /*__AS3525_H__*/ 409#endif /*__AS3525_H__*/