Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/irqchip/
H A Darm-gic.h95 #define GICH_LR_STATE (3 << 28) macro
/openbmc/qemu/hw/intc/
H A Dgic_internal.h140 #define GICH_LR_STATE(entry) (FIELD_EX32(entry, GICH_LR0, State)) macro