gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:GIO from tkernel_2/kernel/sysdepend/device/tef_em1d/tkdev_conf.h (0.00 seconds)
tkernel_2
kernel/sysdepend/device/tef_em1d/tkdev_conf.h - 6.5KB - 148 lines
127: 
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 */
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 */
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 */
137: #define GIO_RAWBL(b)    GIO(b,0x0110)      /* R- edge-triggered interrupt status L */
138: #define GIO_RAWBH(b)    GIO(b,0x0114)      /* R- edge-triggered interrupt status H */
139: #define GIO_IRBL(b)     GIO(b,0x0118)       /* -W clear the cause of edge-triggered interrupt L */
140: #define GIO_IRBH(b)     GIO(b,0x011C)       /* -W clear the cause of edge-tirggered interrupt H */
141: