gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for fundef:GIO_RAW (0.00 seconds)
tkernel_2
kernel/sysdepend/device/tef_em1d/tkdev_conf.h - 6.5KB - 148 lines
131: #define GIO_IIM(b)      GIO(b,0x001C)        /* R- enable interrupt ??? */
132: #define GIO_RAW(b)      GIO(b,0x0020)        /* R- interrupt Raw status */
133: #define GIO_MST(b)      GIO(b,0x0024)        /* R- interrupt mask / status */
lib/libtk/src/sysdepend/tef_em1d/int.c - 11.8KB - 303 lines
99: #define GIO_IIM(b)      GIO(b,0x001C)        /* R- enable interrupt state */
100: #define GIO_RAW(b)      GIO(b,0x0020)        /* R- interrupt Raw status */
101: #define GIO_MST(b)      GIO(b,0x0024)        /* R- interrupt mask / status */
monitor/include/arm/em1d512.h - 22.1KB - 464 lines
221: #define GIO_IIM(x)              (GIOBase(x) + 0x001c)
222: #define GIO_RAW(x)              (GIOBase(x) + 0x0020)
223: #define GIO_MST(x)              (GIOBase(x) + 0x0024)