- tkernel_2
- kernel/sysdepend/device/tef_em1d/tkdev_conf.h - 6.5KB - 148 lines
133: #define GIO_MST(b) GIO(b,0x0024) /* R- interrupt mask / status */
134: #define GIO_IIR(b) GIO(b,0x0028) /* -W reset the cause of interrupt */
135: #define GIO_GSW(b) GIO(b,0x003C) /* RW connected to GIO_INT_FIQ pin */
- lib/libtk/src/sysdepend/tef_em1d/int.c - 11.8KB - 303 lines
101: #define GIO_MST(b) GIO(b,0x0024) /* R- interrupt mask / status */
102: #define GIO_IIR(b) GIO(b,0x0028) /* -W reset the cause of interrupt */
103: #define GIO_GSW(b) GIO(b,0x003C) /* RW connected to GIO_INT_FIQ pin */
- monitor/include/arm/em1d512.h - 22.1KB - 464 lines
223: #define GIO_MST(x) (GIOBase(x) + 0x0024)
224: #define GIO_IIR(x) (GIOBase(x) + 0x0028)
225: #define GIO_GSW(x) (GIOBase(x) + 0x003c)