Home
last modified time | relevance | path

Searched refs:GCR_RESET (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/intc/
H A Dopenpic_kvm.c38 #define GCR_RESET 0x80000000 macro
83 kvm_openpic_write(opp, 0x1020, GCR_RESET, sizeof(uint32_t)); in kvm_openpic_reset()
H A Dopenpic.c100 #define GCR_RESET 0x80000000 macro
547 if (val & GCR_RESET) { in openpic_gcr_write()
1259 opp->gcr = GCR_RESET; in openpic_reset()
/openbmc/linux/arch/powerpc/kvm/
H A Dmpic.c86 #define GCR_RESET 0x80000000 macro
516 opp->gcr = GCR_RESET; in openpic_reset()
679 if (val & GCR_RESET) { in openpic_gcr_write()