Home
last modified time | relevance | path

Searched refs:irq_no (Results 1 – 1 of 1) 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
181 irq_no = daf->cells[0]; in mv_cp110_icu_convert_map_data()
182 if (irq_no >= MV_CP110_ICU_MAX_NIRQS) in mv_cp110_icu_convert_map_data()
191 reg = RD4(sc, ICU_INT_CFG(irq_no)); in mv_cp110_icu_convert_map_data()
272 uint32_t vector, irq_no, irq_type; in mv_cp110_icu_map_intr() local
286 irq_no = daf->cells[0]; in mv_cp110_icu_map_intr()
287 if (irq_no >= MV_CP110_ICU_MAX_NIRQS) in mv_cp110_icu_map_intr()
319 WR4(sc, ICU_INT_CFG(irq_no), vector); in mv_cp110_icu_map_intr()
328 if (irq_no == ICU_INT_SATA0) in mv_cp110_icu_map_intr()
330 if (irq_no == ICU_INT_SATA1) in mv_cp110_icu_map_intr()
[all …]