Searched refs:pend_base (Results 1 - 1 of 1) sorted by relevance

/u-boot/arch/arm/lib/
H A Dgic-v3-its.c77 u64 pend_base; local
136 pend_base = priv.gicr_base + GICR_PENDBASER;
145 writeq(val, (uintptr_t)(pend_base + offset));
146 tmp = readq((uintptr_t)(pend_base + offset));
151 writeq(val, (uintptr_t)(pend_base + offset));

Completed in 93 milliseconds