Home
last modified time | relevance | path

Searched refs:oirq (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/sound/macio/
H A Ddavbus.c499 int rid, oirq, err; in davbus_attach() local
527 oirq = rman_get_start(dbdma_irq); in davbus_attach()
529 DPRINTF(("interrupting at irq %d\n", oirq)); in davbus_attach()
531 err = powerpc_config_intr(oirq, INTR_TRIGGER_EDGE, INTR_POLARITY_LOW); in davbus_attach()
H A Di2s.c190 int rid, oirq, err; in i2s_attach() local
235 oirq = rman_get_start(dbdma_irq); in i2s_attach()
236 err = powerpc_config_intr(oirq, INTR_TRIGGER_EDGE, INTR_POLARITY_LOW); in i2s_attach()