Searched defs:GIC_DIST_ENABLE_SET (Results 1 – 2 of 2) sorted by relevance
37 #define GIC_DIST_ENABLE_SET(hw_base, n) __REG32((hw_base) + 0x100 + (n/32) * 4) macro
38 #define GIC_DIST_ENABLE_SET(hw_base, n) __REG32((hw_base) + 0x100 + ((n)/32) * 4) macro