HomeSort by: relevance | last modified time | path
    Searched refs:hd6446x_intrhand (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hpcsh/dev/hd6446x/
hd6446xintcvar.h 37 struct hd6446x_intrhand { struct
44 extern struct hd6446x_intrhand hd6446x_intrhand[];
hd6446xintc.c 42 struct hd6446x_intrhand hd6446x_intrhand[_HD6446X_INTR_N]; variable in typeref:struct:hd6446x_intrhand[]
61 struct hd6446x_intrhand *hh = &hd6446x_intrhand[ffs(irq) - 1];
84 struct hd6446x_intrhand *hh = handle;
100 struct hd6446x_intrhand *hh = &hd6446x_intrhand[ffs(irq) - 1];
120 struct hd6446x_intrhand *hh = &hd6446x_intrhand[src];
  /src/sys/arch/hpcsh/hpcsh/
machdep.c 619 struct hd6446x_intrhand *hh;
630 hh = &hd6446x_intrhand[ffs(cause) - 1];

Completed in 11 milliseconds