diff options
author | Hao Wu <wuhaotsh@google.com> | 2023-02-08 15:54:32 -0800 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2023-02-16 16:00:48 +0000 |
commit | 69fbfb8ff1369bd51ada1b4fb9b800e3e8d92fba (patch) | |
tree | deb2edd7556bc51a4853ad57ee128dd899d7b946 /hw/ssi/trace-events | |
parent | 73c793dab2d3dd07a0b6c9312d645863ca46c128 (diff) | |
download | qemu-69fbfb8ff1369bd51ada1b4fb9b800e3e8d92fba.zip qemu-69fbfb8ff1369bd51ada1b4fb9b800e3e8d92fba.tar.gz qemu-69fbfb8ff1369bd51ada1b4fb9b800e3e8d92fba.tar.bz2 |
hw/ssi: Add Nuvoton PSPI Module
Nuvoton's PSPI is a general purpose SPI module which enables
connections to SPI-based peripheral devices.
Signed-off-by: Hao Wu <wuhaotsh@google.com>
Reviewed-by: Chris Rauer <crauer@google.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@linaro.org>
Message-id: 20230208235433.3989937-3-wuhaotsh@google.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/ssi/trace-events')
-rw-r--r-- | hw/ssi/trace-events | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/ssi/trace-events b/hw/ssi/trace-events index c707d4a..2d5bd2b 100644 --- a/hw/ssi/trace-events +++ b/hw/ssi/trace-events @@ -21,6 +21,11 @@ npcm7xx_fiu_ctrl_write(const char *id, uint64_t addr, uint32_t data) "%s offset: npcm7xx_fiu_flash_read(const char *id, int cs, uint64_t addr, unsigned int size, uint64_t value) "%s[%d] offset: 0x%08" PRIx64 " size: %u value: 0x%" PRIx64 npcm7xx_fiu_flash_write(const char *id, unsigned cs, uint64_t addr, unsigned int size, uint64_t value) "%s[%d] offset: 0x%08" PRIx64 " size: %u value: 0x%" PRIx64 +# npcm_pspi.c +npcm_pspi_enter_reset(const char *id, int reset_type) "%s reset type: %d" +npcm_pspi_ctrl_read(const char *id, uint64_t addr, uint16_t data) "%s offset: 0x%03" PRIx64 " value: 0x%04" PRIx16 +npcm_pspi_ctrl_write(const char *id, uint64_t addr, uint16_t data) "%s offset: 0x%03" PRIx64 " value: 0x%04" PRIx16 + # ibex_spi_host.c ibex_spi_host_reset(const char *msg) "%s" |