Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/mv/
H A Dmv_cp110_icu.c152 uint32_t reg, irq_no, irq_type; in mv_cp110_icu_convert_map_data() local
158 irq_type = daf->cells[1]; in mv_cp110_icu_convert_map_data()
161 if (irq_type != IRQ_TYPE_LEVEL_HIGH && in mv_cp110_icu_convert_map_data()
162 irq_type != IRQ_TYPE_EDGE_RISING) in mv_cp110_icu_convert_map_data()
171 sc->parent_map_data->cells[1] = irq_type; in mv_cp110_icu_convert_map_data()
221 uint32_t reg, irq_no, irq_type; in mv_cp110_icu_map_intr() local
234 irq_type = daf->cells[1]; in mv_cp110_icu_map_intr()
241 if (irq_type == IRQ_TYPE_LEVEL_HIGH) in mv_cp110_icu_map_intr()
H A Dmv_ap806_gicp.c139 uint32_t i, irq_num, irq_type; in mv_ap806_gicp_convert_map_data() local
146 irq_type = daf->cells[1]; in mv_ap806_gicp_convert_map_data()
153 sc->parent_map_data->cells[2] = irq_type; in mv_ap806_gicp_convert_map_data()
/f-stack/freebsd/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
/f-stack/dpdk/drivers/net/atlantic/
H A Datl_types.h105 int irq_type; member
/f-stack/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_b0.c375 aq_hw_atl_igcr_table_[aq_nic_cfg->irq_type] in hw_atl_b0_hw_init()