gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 6 of 6 for funcall:IV_IRQ (0.01 seconds)
tkernel_2
driver/tef_em1d/clk/src/em1d512_iic.c - 8.8KB - 338 lines
33: LOCAL   const UW  IICBase[IICMAX] = {0x50040000, 0x50030000};
34: LOCAL   const UW  IICVec[IICMAX] = {IV_IRQ(33), IV_IRQ(39)};
35: 
More results from em1d512_iic.c
driver/tef_em1d/clk/src/em1d512_spi.c - 5.5KB - 208 lines
33: LOCAL   const UW  SPIBase[SPIMAX] = {0xc0120000, 0xc0130000, 0x40130000};
34: LOCAL   const UW  SPIVec[SPIMAX] = {IV_IRQ(24), IV_IRQ(25), IV_IRQ(42)};
35: LOCAL   const UW  SPIPol[SPIMAX] = {0x009a, 0x0000, 0x0003};
More results from em1d512_spi.c
driver/tef_em1d/console/src/portdef.h - 1.5KB - 44 lines
32:                         4,           /* iostep */
33:                         IV_IRQ(9)    /* Interrupt Vector */
34:                 },
kernel/sysdepend/device/tef_em1d/patch.c - 1.3KB - 57 lines
44:         dint.inthdr = ignore_interrupt;
45:         tk_def_int(DINTNO(IV_IRQ(95)), &dint);
46: }
lib/libtk/src/sysdepend/tef_em1d/int.c - 11.8KB - 303 lines
111: 
112: #define AINTNO(intvec)  ( ((intvec) - IV_IRQ(0)) / 32 )          /* AINT number */
113: #define GIONO(intvec)   ( ((intvec) - IV_GPIO(0)) / 32 )  /* GIO number */
More results from int.c
lib/libtk/src/sysdepend/tef_em1d/ptimer.c - 8.5KB - 329 lines
35: } TimerList[] = {
36:         { 0xc0000100,  IV_IRQ(55) },    /* TI1 */
37:         { 0xc0000200,  IV_IRQ(56) },    /* TI2 */
More results from ptimer.c