summaryrefslogtreecommitdiff
path: root/firmware/export/s5l8700.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/s5l8700.h')
-rw-r--r--firmware/export/s5l8700.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/s5l8700.h b/firmware/export/s5l8700.h
index cfd8e59ad6..f43b9f408c 100644
--- a/firmware/export/s5l8700.h
+++ b/firmware/export/s5l8700.h
@@ -125,6 +125,11 @@
125#define SRCPND (*(REG32_PTR_T)(0x39C00000)) /* Indicates the interrupt request status. */ 125#define SRCPND (*(REG32_PTR_T)(0x39C00000)) /* Indicates the interrupt request status. */
126#define INTMOD (*(REG32_PTR_T)(0x39C00004)) /* Interrupt mode register. */ 126#define INTMOD (*(REG32_PTR_T)(0x39C00004)) /* Interrupt mode register. */
127#define INTMSK (*(REG32_PTR_T)(0x39C00008)) /* Determines which interrupt source is masked. The */ 127#define INTMSK (*(REG32_PTR_T)(0x39C00008)) /* Determines which interrupt source is masked. The */
128#if CONFIG_CPU==S5L8701
129#define INTMSK_TIMERB (1<<5)
130#else
131#define INTMSK_TIMERB (1<<7)
132#endif
128#define PRIORITY (*(REG32_PTR_T)(0x39C0000C)) /* IRQ priority control register */ 133#define PRIORITY (*(REG32_PTR_T)(0x39C0000C)) /* IRQ priority control register */
129#define INTPND (*(REG32_PTR_T)(0x39C00010)) /* Indicates the interrupt request status. */ 134#define INTPND (*(REG32_PTR_T)(0x39C00010)) /* Indicates the interrupt request status. */
130#define INTOFFSET (*(REG32_PTR_T)(0x39C00014)) /* Indicates the IRQ interrupt request source */ 135#define INTOFFSET (*(REG32_PTR_T)(0x39C00014)) /* Indicates the IRQ interrupt request source */