Home
last modified time | relevance | path

Searched refs:OPENPIC_MODEL_FSL_MPIC_20 (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/intc/
H A Dopenpic_kvm.c210 case OPENPIC_MODEL_FSL_MPIC_20: in kvm_openpic_realize()
267 OPENPIC_MODEL_FSL_MPIC_20),
H A Dopenpic.c1285 if ((opp->model == OPENPIC_MODEL_FSL_MPIC_20) || in openpic_reset()
1543 case OPENPIC_MODEL_FSL_MPIC_20: in openpic_realize()
1610 DEFINE_PROP_UINT32("model", OpenPICState, model, OPENPIC_MODEL_FSL_MPIC_20),
/openbmc/qemu/hw/ppc/
H A Dmpc8544ds.c48 pmc->mpic_version = OPENPIC_MODEL_FSL_MPIC_20; in mpc8544ds_machine_class_init()
H A De500plat.c39 pmc->mpic_version = OPENPIC_MODEL_FSL_MPIC_20; in e500plat_init()
/openbmc/qemu/include/hw/ppc/
H A Dopenpic.h24 #define OPENPIC_MODEL_FSL_MPIC_20 1 macro