Searched refs:pegasos2_mv_reg_write (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/ppc/ |
H A D | pegasos2.c | 286 static void pegasos2_mv_reg_write(Pegasos2MachineState *pm, uint32_t addr, in pegasos2_mv_reg_write() function 301 pegasos2_mv_reg_write(pm, pcicfg, 4, addr | BIT(31)); in pegasos2_pci_config_read() 312 pegasos2_mv_reg_write(pm, pcicfg, 4, addr | BIT(31)); in pegasos2_pci_config_write() 313 pegasos2_mv_reg_write(pm, pcicfg + 4, len, val); in pegasos2_pci_config_write() 335 pegasos2_mv_reg_write(pm, 0, 4, 0x28020ff); in pegasos2_machine_reset() 336 pegasos2_mv_reg_write(pm, 0x278, 4, 0xa31fc); in pegasos2_machine_reset() 337 pegasos2_mv_reg_write(pm, 0xf300, 4, 0x11ff0400); in pegasos2_machine_reset() 338 pegasos2_mv_reg_write(pm, 0xf10c, 4, 0x80000000); in pegasos2_machine_reset() 339 pegasos2_mv_reg_write(pm, 0x1c, 4, 0x8000000); in pegasos2_machine_reset()
|