Searched defs:SI_TO_IRQBIT (Results 1 – 4 of 4) sorted by relevance
38 #define SI_TO_IRQBIT(si) (1<<(si)) macro
49 #define SI_TO_IRQBIT(si) ((si)==SI_SOFTSERIAL? (1<<9) : (1U<<(ICU_LEN+(si)))) macro
123 #define SI_TO_IRQBIT(si) (1U << si_to_irqbit[(si)]) macro
82 #define SI_TO_IRQBIT(si) (1U << (31 - (si))) macro