Home
last modified time | relevance | path

Searched defs:GIC_DIST_ENABLE_SET (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/rt-thread/libcpu/arm/zynq7000/
H A Dgic.c37 #define GIC_DIST_ENABLE_SET(hw_base, n) __REG32((hw_base) + 0x100 + (n/32) * 4) macro
/nrf52832-nimble/rt-thread/libcpu/arm/realview-a8-vmm/
H A Dgic.c38 #define GIC_DIST_ENABLE_SET(hw_base, n) __REG32((hw_base) + 0x100 + ((n)/32) * 4) macro