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

/freebsd-11.0-release/sys/dev/mcd/
H A Dmcd_isa.c141 if (sc->irq_type) {
142 sc->irq = bus_alloc_resource_any(dev, sc->irq_type,
177 bus_release_resource(dev, sc->irq_type, sc->irq_rid, sc->irq);
H A Dmcdvar.h47 int irq_type; member in struct:mcd_softc
/freebsd-11.0-release/sys/powerpc/powermac/
H A Dcpcht.c113 } irq_type; member in struct:cpcht_irq
201 sc->htirq_map[i].irq_type = IRQ_INTERNAL;
286 sc->htirq_map[irq].irq_type = IRQ_HT;
396 if (sc->htirq_map[i+j].irq_type != IRQ_NONE)
412 sc->htirq_map[i+j].irq_type = IRQ_MSI;
429 sc->htirq_map[irqs[i] & 0xff].irq_type = IRQ_NONE;
449 if (sc->htirq_map[i].irq_type == IRQ_NONE) {
450 sc->htirq_map[i].irq_type = IRQ_MSI;
470 sc->htirq_map[irq & 0xff].irq_type = IRQ_NONE;
/freebsd-11.0-release/sys/powerpc/ps3/
H A Dps3bus.c168 uint64_t irq_type, irq, outlet; local
184 lv1_repository_string("intr") | i, 0, &irq_type, &irq);
189 switch (irq_type) {
205 irq_type, dinfo->bus, dinfo->dev);
248 uint64_t irq_type, uint64_t reg_type, struct ps3bus_devinfo *dinfo)
271 if (_irq_type != irq_type)
247 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-11.0-release/sys/boot/common/
H A Disapnp.h260 u_char irq_type[2]; /* IRQ Type */ member in struct:pnp_cinfo
/freebsd-11.0-release/sys/xen/interface/
H A Ddomctl.h504 pt_irq_type_t irq_type; member in struct:xen_domctl_bind_pt_irq

Completed in 70 milliseconds