HomeSort by: relevance | last modified time | path
    Searched defs:hd6446x_intrhand (Results 1 - 2 of 2) 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];

Completed in 10 milliseconds