Searched refs:ICU_INT_CFG (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/arm/mv/ |
H A D | mv_cp110_icu.c | 66 #define ICU_INT_CFG(x) (0x100 + (x) * 4) macro 157 reg = RD4(sc, ICU_INT_CFG(i)); in mv_cp110_icu_attach() 161 WR4(sc, ICU_INT_CFG(i), 0); in mv_cp110_icu_attach() 191 reg = RD4(sc, ICU_INT_CFG(irq_no)); in mv_cp110_icu_convert_map_data() 319 WR4(sc, ICU_INT_CFG(irq_no), vector); in mv_cp110_icu_map_intr() 329 WR4(sc, ICU_INT_CFG(ICU_INT_SATA1), vector); in mv_cp110_icu_map_intr() 331 WR4(sc, ICU_INT_CFG(ICU_INT_SATA0), vector); in mv_cp110_icu_map_intr() 365 WR4(sc, ICU_INT_CFG(irq_no), 0); in mv_cp110_icu_deactivate_intr()
|