Searched refs:MSP_INT_USB (Results 1 – 3 of 3) sorted by relevance
48 .start = MSP_INT_USB,49 .end = MSP_INT_USB,88 .start = MSP_INT_USB,89 .end = MSP_INT_USB,
40 static inline void usb_int_dispatch(void) { do_IRQ(MSP_INT_USB); } in usb_int_dispatch()78 do_IRQ(MSP_INT_USB); in plat_irq_dispatch()138 set_vi_handler(MSP_INT_USB, usb_int_dispatch); in arch_init_irq()
50 #define MSP_INT_USB 4 /* IRQ for USB, C_IRQ2 */ macro