Searched refs:s1_IRQ04_cb (Results 1 – 1 of 1) sorted by relevance
51 static struct sl_isr_args s1_IRQ04_cb = {NULL, 0}; variable120 s1_IRQ04_cb.cb = hwiFxn; in HwiP_construct()121 s1_IRQ04_cb.arg = arg; in HwiP_construct()122 obj->cb = &s1_IRQ04_cb; in HwiP_construct()123 irq_connect_dynamic(INT_CPUIRQ4 - 16, priority, sl_isr, &s1_IRQ04_cb, 0); in HwiP_construct()