Home
last modified time | relevance | path

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

/freebsd/sys/arm/mv/
H A Dmv_cp110_icu.c175 uint32_t reg, irq_no, irq_type; in mv_cp110_icu_convert_map_data() local
185 irq_type = daf->cells[1]; in mv_cp110_icu_convert_map_data()
186 if (irq_type != IRQ_TYPE_LEVEL_HIGH && in mv_cp110_icu_convert_map_data()
187 irq_type != IRQ_TYPE_EDGE_RISING) in mv_cp110_icu_convert_map_data()
196 sc->parent_map_data->cells[1] = irq_type; in mv_cp110_icu_convert_map_data()
272 uint32_t vector, irq_no, irq_type; in mv_cp110_icu_map_intr() local
290 irq_type = daf->cells[1]; in mv_cp110_icu_map_intr()
291 if (irq_type != IRQ_TYPE_LEVEL_HIGH && in mv_cp110_icu_map_intr()
292 irq_type != IRQ_TYPE_EDGE_RISING) in mv_cp110_icu_map_intr()
316 if (irq_type & IRQ_TYPE_EDGE_BOTH) in mv_cp110_icu_map_intr()
/freebsd/sys/powerpc/powermac/
H A Dcpcht.c116 } irq_type; member
203 sc->htirq_map[i].irq_type = IRQ_INTERNAL; in cpcht_attach()
288 sc->htirq_map[irq].irq_type = IRQ_HT; in cpcht_configure_htbridge()
398 if (sc->htirq_map[i+j].irq_type != IRQ_NONE) in cpcht_alloc_msi()
414 sc->htirq_map[i+j].irq_type = IRQ_MSI; in cpcht_alloc_msi()
431 sc->htirq_map[irqs[i] & 0xff].irq_type = IRQ_NONE; in cpcht_release_msi()
451 if (sc->htirq_map[i].irq_type == IRQ_NONE) { in cpcht_alloc_msix()
452 sc->htirq_map[i].irq_type = IRQ_MSI; in cpcht_alloc_msix()
472 sc->htirq_map[irq & 0xff].irq_type = IRQ_NONE; in cpcht_release_msix()
/freebsd/sys/powerpc/ps3/
H A Dps3bus.c178 uint64_t irq_type, irq, outlet; in ps3bus_resources_init() local
194 lv1_repository_string("intr") | i, 0, &irq_type, &irq); in ps3bus_resources_init()
199 switch (irq_type) { in ps3bus_resources_init()
215 irq_type, dinfo->bus, dinfo->dev); in ps3bus_resources_init()
258 uint64_t irq_type, uint64_t reg_type, struct ps3bus_devinfo *dinfo) in ps3bus_resources_init_by_type() argument
281 if (_irq_type != irq_type) in ps3bus_resources_init_by_type()
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dmicrochip,pic32-evic.txt23 <hw_irq irq_type>
26 irq_type - is used to describe the type and polarity of an interrupt. For
/freebsd/stand/common/
H A Disapnp.h252 u_char irq_type[2]; /* IRQ Type */ member
/freebsd/sys/contrib/xen/
H A Ddomctl.h571 uint32_t irq_type; /* enum pt_irq_type */ member