gonzui


Format: Advanced Search

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