Searched refs:CIU_IRQ_HARD (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/mips/cavium/
H A Dciu.c56 #define CIU_IRQ_HARD (0) macro
130 sc->ciu_irq = bus_alloc_resource(dev, SYS_RES_IRQ, &rid, CIU_IRQ_HARD,
131 CIU_IRQ_HARD, 1, RF_ACTIVE);
133 device_printf(dev, "could not allocate irq%d\n", CIU_IRQ_HARD);

Completed in 91 milliseconds