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

/freebsd-10.2-release/sys/dev/mcd/
H A Dmcdvar.h49 int irq_type; member in struct:mcd_softc
H A Dmcd_isa.c142 if (sc->irq_type) {
143 sc->irq = bus_alloc_resource_any(dev, sc->irq_type,
184 bus_release_resource(dev, sc->irq_type, sc->irq_rid, sc->irq);
/freebsd-10.2-release/sys/powerpc/powermac/
H A Dcpcht.c112 } irq_type; member in struct:cpcht_irq
200 sc->htirq_map[i].irq_type = IRQ_INTERNAL;
285 sc->htirq_map[irq].irq_type = IRQ_HT;
395 if (sc->htirq_map[i+j].irq_type != IRQ_NONE)
411 sc->htirq_map[i+j].irq_type = IRQ_MSI;
428 sc->htirq_map[irqs[i] & 0xff].irq_type = IRQ_NONE;
448 if (sc->htirq_map[i].irq_type == IRQ_NONE) {
449 sc->htirq_map[i].irq_type = IRQ_MSI;
469 sc->htirq_map[irq & 0xff].irq_type = IRQ_NONE;
/freebsd-10.2-release/sys/powerpc/ps3/
H A Dps3bus.c169 uint64_t irq_type, irq, outlet; local
185 lv1_repository_string("intr") | i, 0, &irq_type, &irq);
190 switch (irq_type) {
206 irq_type, dinfo->bus, dinfo->dev);
249 uint64_t irq_type, uint64_t reg_type, struct ps3bus_devinfo *dinfo)
272 if (_irq_type != irq_type)
248 ps3bus_resources_init_by_type(struct rman *rm, int bus_index, int dev_index, uint64_t irq_type, uint64_t reg_type, struct ps3bus_devinfo *dinfo) argument
/freebsd-10.2-release/sys/boot/common/
H A Disapnp.h260 u_char irq_type[2]; /* IRQ Type */ member in struct:pnp_cinfo
/freebsd-10.2-release/sys/xen/interface/
H A Ddomctl.h486 pt_irq_type_t irq_type; member in struct:xen_domctl_bind_pt_irq

Completed in 120 milliseconds