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

  /src/sys/arch/macppc/dev/
awacs.c 308 int cirq, oirq, iirq, cirq_type, oirq_type, iirq_type; local in function:awacs_attach
349 oirq_type = intr[3] ? IST_LEVEL : IST_EDGE;
356 oirq_type = ca->ca_intr[3] ? IST_LEVEL : IST_EDGE;
362 cirq_type = oirq_type = iirq_type = IST_EDGE;
371 intr_establish_xname(oirq, oirq_type, IPL_AUDIO, awacs_intr, sc,
snapper.c 673 int cirq, oirq, iirq, /*cirq_type,*/ oirq_type, iirq_type, soundbus; local in function:snapper_attach
742 oirq_type = (intr[3] & 1) ? IST_LEVEL : IST_EDGE;
748 intr_establish_xname(oirq, oirq_type, IPL_AUDIO, snapper_intr, sc,

Completed in 15 milliseconds