Home | History | Annotate | Download | only in sh3

Lines Matching refs:intc_intrhand

45 static struct intc_intrhand *intc_alloc_ih(void);
46 static void intc_free_ih(struct intc_intrhand *);
55 * EVTCODE to intc_intrhand mapper.
60 struct intc_intrhand __intc_intrhand[_INTR_N + 1] = {
112 struct intc_intrhand *ih;
136 struct intc_intrhand *ih = arg;
181 struct intc_intrhand *ih;
362 static struct intc_intrhand *
366 struct intc_intrhand *ih = &__intc_intrhand[1];
380 intc_free_ih(struct intc_intrhand *ih)