Search | Google it | Results 1 - 1 of 1 for fundef:GIONO (0.00 seconds) |
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 */