Home
last modified time | relevance | path

Searched refs:resets (Results 1 – 9 of 9) sorted by relevance

/qemu/hw/misc/
H A Daspeed_scu.c541 memcpy(s->regs, asc->resets, asc->nr_regs * 4); in aspeed_scu_reset()
638 asc->resets = ast2400_a0_resets; in aspeed_2400_scu_class_init()
660 asc->resets = ast2500_a1_resets; in aspeed_2500_scu_class_init()
814 memcpy(s->regs, asc->resets, asc->nr_regs * 4); in aspeed_ast2600_scu_reset()
835 asc->resets = ast2600_a3_resets; in aspeed_2600_scu_class_init()
941 memcpy(s->regs, asc->resets, asc->nr_regs * 4); in aspeed_ast2700_scu_reset()
951 asc->resets = ast2700_a0_resets; in aspeed_2700_scu_class_init()
1065 asc->resets = ast2700_a0_resets_io; in aspeed_2700_scuio_class_init()
1107 memcpy(s->regs, asc->resets, asc->nr_regs * 4); in aspeed_ast1030_scu_reset()
1123 asc->resets = ast1030_a1_resets; in aspeed_1030_scu_class_init()
/qemu/docs/devel/
H A Dreset.rst35 from what is a real hardware cold reset. It differs from other resets (like
36 warm or bus resets) which may keep certain parts untouched.
58 maintaining a count of in-progress resets; it is crucial to call
85 SCSI bus, whereas resetting just the SCSI bus only resets everything that's on
104 1. The **enter** phase is executed when the object enters reset. It resets only
324 the three-phase mechanism listed above. It resets all objects
330 5. The most important object that this reset resets is the
H A Dfuzzing.rst275 resets the state at the end of each run.
/qemu/include/hw/ssi/
H A Daspeed_smc.h102 const uint32_t *resets; member
/qemu/include/hw/misc/
H A Daspeed_scu.h66 const uint32_t *resets; member
/qemu/hw/ssi/
H A Daspeed_smc.c704 if (asc->resets) { in aspeed_smc_reset()
705 memcpy(s->regs, asc->resets, sizeof s->regs); in aspeed_smc_reset()
1433 asc->resets = aspeed_2400_fmc_resets; in aspeed_2400_fmc_class_init()
1519 asc->resets = aspeed_2500_fmc_resets; in aspeed_2500_fmc_class_init()
1678 asc->resets = aspeed_2600_fmc_resets; in aspeed_2600_fmc_class_init()
1843 asc->resets = aspeed_1030_fmc_resets; in aspeed_1030_fmc_class_init()
2026 asc->resets = aspeed_2700_fmc_resets; in aspeed_2700_fmc_class_init()
/qemu/docs/system/devices/
H A Dusb.rst377 ``guest-reset=true,guest-resets-all=false``
382 ``guest-reset=true,guest-resets-all=true``
/qemu/qapi/
H A Drun-state.json307 # @reset: system resets
/qemu/
H A Dqemu-options.hx1108 the interface has the ability to send resets, NMIs, and power off