Home
last modified time | relevance | path

Searched refs:xscom_regs (Results 1 – 18 of 18) sorted by relevance

/openbmc/qemu/include/hw/ppc/
H A Dpnv_core.h70 MemoryRegion xscom_regs; member
117 MemoryRegion xscom_regs; member
H A Dpnv_xive.h36 MemoryRegion xscom_regs; member
111 MemoryRegion xscom_regs; member
H A Dpnv_adu.h29 MemoryRegion xscom_regs; member
H A Dpnv_i2c.h33 MemoryRegion xscom_regs; member
H A Dpnv_occ.h49 MemoryRegion xscom_regs; member
H A Dpnv_chiptod.h34 MemoryRegion xscom_regs; member
H A Dpnv_psi.h50 MemoryRegion xscom_regs; member
H A Dpnv_lpc.h89 MemoryRegion xscom_regs; member
/openbmc/qemu/hw/ppc/
H A Dpnv.c1538 &PNV_PSI(psi8)->xscom_regs); in pnv_chip_power8_realize()
1542 pnv_xscom_add_subregion(chip, PNV_XSCOM_LPC_BASE, &chip8->lpc.xscom_regs); in pnv_chip_power8_realize()
1563 pnv_xscom_add_subregion(chip, PNV_XSCOM_OCC_BASE, &chip8->occ.xscom_regs); in pnv_chip_power8_realize()
1745 &eq->xscom_regs); in pnv_chip_quad_realize()
1802 &chip9->adu.xscom_regs); in pnv_chip_power9_realize()
1825 &chip9->xive.xscom_regs); in pnv_chip_power9_realize()
1837 &PNV_PSI(psi9)->xscom_regs); in pnv_chip_power9_realize()
1844 &chip9->lpc.xscom_regs); in pnv_chip_power9_realize()
1861 &chip9->chiptod.xscom_regs); in pnv_chip_power9_realize()
1867 pnv_xscom_add_subregion(chip, PNV9_XSCOM_OCC_BASE, &chip9->occ.xscom_regs); in pnv_chip_power9_realize()
[all …]
H A Dpnv_core.c397 pnv_xscom_region_init(&pc->xscom_regs, OBJECT(dev), pcc->xscom_ops, in pnv_core_realize()
671 pnv_xscom_region_init(&eq->xscom_regs, OBJECT(dev), in pnv_quad_power9_realize()
684 pnv_xscom_region_init(&eq->xscom_regs, OBJECT(dev), in pnv_quad_power10_realize()
H A Dpnv_adu.c183 pnv_xscom_region_init(&adu->xscom_regs, OBJECT(dev), in pnv_adu_realize()
H A Dpnv_occ.c273 pnv_xscom_region_init(&occ->xscom_regs, OBJECT(dev), poc->xscom_ops, in pnv_occ_realize()
H A Dpnv_lpc.c701 pnv_xscom_region_init(&lpc->xscom_regs, OBJECT(lpc), in pnv_lpc_power8_realize()
745 memory_region_init_io(&lpc->xscom_regs, OBJECT(lpc), &pnv_lpc_mmio_ops, in pnv_lpc_power9_realize()
H A Dpnv_psi.c515 pnv_xscom_region_init(&psi->xscom_regs, OBJECT(dev), &pnv_psi_xscom_ops, in pnv_psi_power8_realize()
881 pnv_xscom_region_init(&psi->xscom_regs, OBJECT(dev), &pnv_psi_p9_xscom_ops, in pnv_psi_power9_realize()
H A Dpnv_chiptod.c545 pnv_xscom_region_init(&chiptod->xscom_regs, OBJECT(dev), in pnv_chiptod_realize()
H A Dpnv_i2c.c528 pnv_xscom_region_init(&i2c->xscom_regs, OBJECT(i2c), &pnv_i2c_xscom_ops, in pnv_i2c_realize()
/openbmc/qemu/hw/intc/
H A Dpnv_xive.c1982 memory_region_init_io(&xive->xscom_regs, OBJECT(dev), &pnv_xive_xscom_ops, in pnv_xive_realize()
H A Dpnv_xive2.c2312 memory_region_init_io(&xive->xscom_regs, OBJECT(dev), in pnv_xive2_realize()