gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for fundef:GIO_GSW (0.00 seconds)
tkernel_2
kernel/sysdepend/device/tef_em1d/tkdev_conf.h - 6.5KB - 148 lines
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 */
136: #define GIO_IDT(n,b)    GIO(b,0x0100+(n)*4) /* RW interrupt detection method  0-3 */
lib/libtk/src/sysdepend/tef_em1d/int.c - 11.8KB - 303 lines
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 */
104: #define GIO_IDT(n,b)    GIO(b,0x0100+(n)*4) /* RW interrupt detection method 0-3 */
monitor/include/arm/em1d512.h - 22.1KB - 464 lines
224: #define GIO_IIR(x)              (GIOBase(x) + 0x0028)
225: #define GIO_GSW(x)              (GIOBase(x) + 0x003c)
226: #define GIO_IDT0(x)             (GIOBase(x) + 0x0100)