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

  /src/sys/dev/mca/
edc_mca.c 44 * necessary for this to work should be supported - edc_intr() specifically
110 /* CMD status block - only set & used in edc_intr() */
120 static int edc_intr(void *);
239 sc->sc_ih = mca_intr_establish(ma->ma_mc, irq, IPL_BIO, edc_intr, sc);
284 * to detect the interrupt request and call edc_intr()
289 edc_intr(sc);
351 edc_intr(void *arg) function in typeref:typename:int
569 edc_intr(sc);
edc_mca.c 44 * necessary for this to work should be supported - edc_intr() specifically
110 /* CMD status block - only set & used in edc_intr() */
120 static int edc_intr(void *);
239 sc->sc_ih = mca_intr_establish(ma->ma_mc, irq, IPL_BIO, edc_intr, sc);
284 * to detect the interrupt request and call edc_intr()
289 edc_intr(sc);
351 edc_intr(void *arg) function in typeref:typename:int
569 edc_intr(sc);
edc_mca.c 44 * necessary for this to work should be supported - edc_intr() specifically
110 /* CMD status block - only set & used in edc_intr() */
120 static int edc_intr(void *);
239 sc->sc_ih = mca_intr_establish(ma->ma_mc, irq, IPL_BIO, edc_intr, sc);
284 * to detect the interrupt request and call edc_intr()
289 edc_intr(sc);
351 edc_intr(void *arg) function in typeref:typename:int
569 edc_intr(sc);

Completed in 51 milliseconds