Searched refs:Ppc4xxDcrDeviceState (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/include/hw/ppc/ |
H A D | ppc4xx.h | 36 OBJECT_DECLARE_SIMPLE_TYPE(Ppc4xxDcrDeviceState, PPC4xx_DCR_DEVICE); 37 struct Ppc4xxDcrDeviceState { struct 43 void ppc4xx_dcr_register(Ppc4xxDcrDeviceState *dev, int dcrn, void *opaque, argument 45 bool ppc4xx_dcr_realize(Ppc4xxDcrDeviceState *dev, PowerPCCPU *cpu, 52 Ppc4xxDcrDeviceState parent_obj; 77 Ppc4xxDcrDeviceState parent_obj; 88 Ppc4xxDcrDeviceState parent_obj; 115 Ppc4xxDcrDeviceState parent_obj; 141 Ppc4xxDcrDeviceState parent_obj;
|
/openbmc/qemu/hw/ppc/ |
H A D | ppc405.h | 37 Ppc4xxDcrDeviceState parent_obj; 59 Ppc4xxDcrDeviceState parent_obj; 97 Ppc4xxDcrDeviceState parent_obj; 145 Ppc4xxDcrDeviceState parent_obj;
|
H A D | ppc4xx_devs.c | 184 Ppc4xxDcrDeviceState *dcr = PPC4xx_DCR_DEVICE(dev); in ppc4xx_mal_realize() 320 Ppc4xxDcrDeviceState *dcr = PPC4xx_DCR_DEVICE(dev); in ppc405_plb_realize() 510 Ppc4xxDcrDeviceState *dcr = PPC4xx_DCR_DEVICE(dev); in ppc405_ebc_realize() 528 void ppc4xx_dcr_register(Ppc4xxDcrDeviceState *dev, int dcrn, void *opaque, in ppc4xx_dcr_register() 535 bool ppc4xx_dcr_realize(Ppc4xxDcrDeviceState *dev, PowerPCCPU *cpu, in ppc4xx_dcr_realize() 543 DEFINE_PROP_LINK("cpu", Ppc4xxDcrDeviceState, cpu, TYPE_POWERPC_CPU, 575 .instance_size = sizeof(Ppc4xxDcrDeviceState),
|
H A D | ppc405_uc.c | 110 Ppc4xxDcrDeviceState *dcr = PPC4xx_DCR_DEVICE(dev); in ppc405_pob_realize() 267 Ppc4xxDcrDeviceState *dcr = PPC4xx_DCR_DEVICE(dev); in ppc405_dma_realize() 476 Ppc4xxDcrDeviceState *dcr = PPC4xx_DCR_DEVICE(dev); in ppc405_ocm_realize() 943 Ppc4xxDcrDeviceState *dcr = PPC4xx_DCR_DEVICE(dev); in ppc405_cpc_realize()
|
H A D | ppc4xx_sdram.c | 389 Ppc4xxDcrDeviceState *dcr = PPC4xx_DCR_DEVICE(dev); in ppc4xx_sdram_ddr_realize() 651 Ppc4xxDcrDeviceState *dcr = PPC4xx_DCR_DEVICE(dev); in ppc4xx_sdram_ddr2_realize()
|
/openbmc/qemu/include/hw/intc/ |
H A D | ppc-uic.h | 58 Ppc4xxDcrDeviceState parent_obj;
|
/openbmc/qemu/hw/intc/ |
H A D | ppc-uic.c | 248 Ppc4xxDcrDeviceState *dcr = PPC4xx_DCR_DEVICE(dev); in ppc_uic_realize()
|