HomeSort by: relevance | last modified time | path
    Searched defs:eih (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/evbsh3/ap_ms104_sh4/
ap_ms104_sh4_intr.c 97 struct extintr_handler *eih; local in function:extintr_establish
119 eih = &extintr_handler[irq];
120 if (eih->eih_func == NULL) {
122 eih->eih_func = intc_intr_establish(evtcode, trigger, level,
123 extintr_intr_handler, eih);
131 for (p = &eih->eih_ih; (q = *p) != NULL; p = &q->ih_next)
156 if (++eih->eih_nih == 1) {
202 struct extintr_handler *eih; local in function:extintr_disestablish
211 eih = &extintr_handler[irq];
217 for (p = &eih->eih_ih; (q = *p) != NULL && q != ih; p = &q->ih_next
273 struct extintr_handler *eih = arg; local in function:extintr_intr_handler
    [all...]
  /src/sys/arch/landisk/landisk/
intr.c 138 struct extintr_handler *eih; local in function:extintr_establish
160 eih = &extintr_handler[irq - 5];
161 if (eih->eih_func == NULL) {
163 eih->eih_func = intc_intr_establish(evtcode, IST_LEVEL, level,
164 extintr_intr_handler, eih);
172 for (p = &eih->eih_ih; (q = *p) != NULL; p = &q->ih_next)
198 if (++eih->eih_nih == 1) {
213 struct extintr_handler *eih; local in function:extintr_disestablish
222 eih = &extintr_handler[irq];
228 for (p = &eih->eih_ih; (q = *p) != NULL && q != ih; p = &q->ih_next
254 struct extintr_handler *eih; local in function:extintr_enable
290 struct extintr_handler *eih; local in function:extintr_disable
324 struct extintr_handler *eih; local in function:extintr_disable_by_num
350 struct extintr_handler *eih = arg; local in function:extintr_intr_handler
    [all...]

Completed in 11 milliseconds