gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:IV_GPIO from tkernel_2/lib/libtk/src/sysdepend/tef_em1d/int.c (0.00 seconds)
tkernel_2
lib/libtk/src/sysdepend/tef_em1d/int.c - 11.8KB - 303 lines
112: #define AINTNO(intvec)  ( ((intvec) - IV_IRQ(0)) / 32 )          /* AINT number */
113: #define GIONO(intvec)   ( ((intvec) - IV_GPIO(0)) / 32 )  /* GIO number */
114: #define BITNO(intvec)   ( ((intvec) - IV_IRQ(0)) % 32 )           /* bit number */
180: 181: if ( intvec < IV_GPIO(0) ) { 182: /* IRQ */
204: 205: n = (intvec - IV_GPIO(0)) % 8 * 4; 206: mm = 0xf << n; 207: mv = ((mode >> 8) & 0xf) << n; 208: n = (intvec - IV_GPIO(0)) % 32 / 8; 209: _DI(imask);
223: 224: if ( intvec < IV_GPIO(0) ) { 225: /* IRQ */
242: 243: if ( intvec < IV_GPIO(0) ) { 244: /* IRQ */
269: 270: } else if ( intvec < IV_GPIO(0) ) { 271: /* IRQ 64-95 no relevant targets */
291: 292: if ( intvec < IV_GPIO(0) ) { 293: /* IRQ */