ea5dcf4e1d
Move RTC devices under the hw/rtc/ subdirectory. Reviewed-by: Cédric Le Goater <clg@kaod.org> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Acked-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20191003230404.19384-12-philmd@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
20 lines
884 B
Plaintext
20 lines
884 B
Plaintext
# See docs/devel/tracing.txt for syntax documentation.
|
|
|
|
# sun4v-rtc.c
|
|
sun4v_rtc_read(uint64_t addr, uint64_t value) "read: addr 0x%" PRIx64 " value 0x%" PRIx64
|
|
sun4v_rtc_write(uint64_t addr, uint64_t value) "write: addr 0x%" PRIx64 " value 0x%" PRIx64
|
|
|
|
# xlnx-zynqmp-rtc.c
|
|
xlnx_zynqmp_rtc_gettime(int year, int month, int day, int hour, int min, int sec) "Get time from host: %d-%d-%d %2d:%02d:%02d"
|
|
|
|
# pl031.c
|
|
pl031_irq_state(int level) "irq state %d"
|
|
pl031_read(uint32_t addr, uint32_t value) "addr 0x%08x value 0x%08x"
|
|
pl031_write(uint32_t addr, uint32_t value) "addr 0x%08x value 0x%08x"
|
|
pl031_alarm_raised(void) "alarm raised"
|
|
pl031_set_alarm(uint32_t ticks) "alarm set for %u ticks"
|
|
|
|
# aspeed-rtc.c
|
|
aspeed_rtc_read(uint64_t addr, uint64_t value) "addr 0x%02" PRIx64 " value 0x%08" PRIx64
|
|
aspeed_rtc_write(uint64_t addr, uint64_t value) "addr 0x%02" PRIx64 " value 0x%08" PRIx64
|