gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for fundef:GIO_IDS (0.00 seconds)
tkernel_2
kernel/sysdepend/device/tef_em1d/tkdev_conf.h - 6.5KB - 148 lines
129: #define GIO_IEN(b)      GIO(b,0x0018)        /* -W enable interrupt */
130: #define GIO_IDS(b)      GIO(b,0x001C)        /* -W disable interrupt */
131: #define GIO_IIM(b)      GIO(b,0x001C)        /* R- enable interrupt ??? */
lib/libtk/src/sysdepend/tef_em1d/int.c - 11.8KB - 303 lines
97: #define GIO_IEN(b)      GIO(b,0x0018)        /* -W enable interrupt */
98: #define GIO_IDS(b)      GIO(b,0x001C)        /* -W disable interrupt */
99: #define GIO_IIM(b)      GIO(b,0x001C)        /* R- enable interrupt state */
monitor/include/arm/em1d512.h - 22.1KB - 464 lines
219: #define GIO_IEN(x)              (GIOBase(x) + 0x0018)
220: #define GIO_IDS(x)              (GIOBase(x) + 0x001c)
221: #define GIO_IIM(x)              (GIOBase(x) + 0x001c)