Searched refs:GICD_INT_EN_CLR_X32 (Results 1 – 2 of 2) sorted by relevance
141 HWREG32(base + GIC_DIST_ACTIVE_CLEAR + i / 8) = GICD_INT_EN_CLR_X32; in gic_common_dist_config()142 HWREG32(base + GIC_DIST_ENABLE_CLEAR + i / 8) = GICD_INT_EN_CLR_X32; in gic_common_dist_config()158 HWREG32(base + GIC_DIST_ACTIVE_CLEAR + i / 8) = GICD_INT_EN_CLR_X32; in gic_common_cpu_config()159 HWREG32(base + GIC_DIST_ENABLE_CLEAR + i / 8) = GICD_INT_EN_CLR_X32; in gic_common_cpu_config()
40 #define GICD_INT_EN_CLR_X32 0xffffffff macro
Completed in 3 milliseconds