| /openbmc/u-boot/drivers/rtc/ |
| H A D | davinci.c | 14 struct davinci_rtc *rtc = (struct davinci_rtc *)DAVINCI_RTC_BASE; in rtc_get() local 58 struct davinci_rtc *rtc = (struct davinci_rtc *)DAVINCI_RTC_BASE; in rtc_set() local 76 struct davinci_rtc *rtc = (struct davinci_rtc *)DAVINCI_RTC_BASE; in rtc_reset() local
|
| H A D | mcfrtc.c | 25 volatile rtc_t *rtc = (rtc_t *) (CONFIG_SYS_MCFRTC_BASE); in rtc_get() local 54 volatile rtc_t *rtc = (rtc_t *) (CONFIG_SYS_MCFRTC_BASE); in rtc_set() local 96 volatile rtc_t *rtc = (rtc_t *) (CONFIG_SYS_MCFRTC_BASE); in rtc_reset() local
|
| H A D | s3c24x0_rtc.c | 28 struct s3c24x0_rtc *rtc = s3c24x0_get_base_rtc(); in SetRTC_Access() local 45 struct s3c24x0_rtc *rtc = s3c24x0_get_base_rtc(); in rtc_get() local 109 struct s3c24x0_rtc *rtc = s3c24x0_get_base_rtc(); in rtc_set() local 145 struct s3c24x0_rtc *rtc = s3c24x0_get_base_rtc(); in rtc_reset() local
|
| H A D | mc13xxx-rtc.c | 12 int rtc_get(struct rtc_time *rtc) in rtc_get() 46 int rtc_set(struct rtc_time *rtc) in rtc_set()
|
| /openbmc/qemu/hw/rtc/ |
| H A D | aspeed_rtc.c | 27 static void aspeed_rtc_calc_offset(AspeedRtcState *rtc) in aspeed_rtc_calc_offset() 47 static uint32_t aspeed_rtc_get_counter(AspeedRtcState *rtc, int r) in aspeed_rtc_get_counter() 71 AspeedRtcState *rtc = opaque; in aspeed_rtc_read() local 100 AspeedRtcState *rtc = opaque; in aspeed_rtc_write() local 125 AspeedRtcState *rtc = ASPEED_RTC(d); in aspeed_rtc_reset() local
|
| /openbmc/qemu/hw/ppc/ |
| H A D | spapr_rtc.c | 39 void spapr_rtc_read(SpaprRtcState *rtc, struct tm *tm, uint32_t *ns) in spapr_rtc_read() 58 int spapr_rtc_import_offset(SpaprRtcState *rtc, int64_t legacy_offset) in spapr_rtc_import_offset() 99 SpaprRtcState *rtc = &spapr->rtc; in rtas_set_time_of_day() local 141 SpaprRtcState *rtc = SPAPR_RTC(dev); in spapr_rtc_realize() local
|
| /openbmc/u-boot/drivers/bootcount/ |
| H A D | rtc.c | 14 struct udevice *rtc; member 54 struct udevice *rtc; in bootcount_rtc_probe() local
|
| /openbmc/u-boot/arch/arm/mach-omap2/am33xx/ |
| H A D | board.c | 324 static void rtc32k_unlock(struct davinci_rtc *rtc) in rtc32k_unlock() 351 struct davinci_rtc *rtc = (struct davinci_rtc *)RTC_BASE; in update_rtc_magic() local 389 struct davinci_rtc *rtc = (struct davinci_rtc *)RTC_BASE; in rtc32k_enable() local 434 struct davinci_rtc *rtc = (struct davinci_rtc *)RTC_BASE; in rtc_only() local
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | socfpga_cyclone5_socrates.dts | 47 rtc: rtc@68 { label
|
| H A D | meson-gxl-s905x-khadas-vim.dts | 101 rtc: rtc@51 { label
|
| H A D | kirkwood-6192.dtsi | 58 rtc: rtc@10300 { label
|
| H A D | kirkwood-6281.dtsi | 58 rtc: rtc@10300 { label
|
| H A D | meson-gxm-khadas-vim2.dts | 294 rtc: rtc@51 { label
|
| H A D | sun8i-v3s.dtsi | 192 rtc: rtc@01c20400 { label
|
| H A D | dm816x.dtsi | 220 rtc: rtc@480c0000 { label
|
| H A D | stm32f429.dtsi | 289 rtc: rtc@40002800 { label
|
| /openbmc/u-boot/arch/mips/dts/ |
| H A D | jz4780.dtsi | 33 rtc: rtc { label
|
| /openbmc/qemu/hw/intc/ |
| H A D | riscv_aclint.c | 68 uint64_t rtc = cpu_riscv_read_rtc(mtimer); in riscv_aclint_mtimer_write_timecmp() local 154 uint64_t rtc = cpu_riscv_read_rtc(mtimer); in riscv_aclint_mtimer_read() local 212 uint64_t rtc = cpu_riscv_read_rtc(mtimer); in riscv_aclint_mtimer_write() local
|
| /openbmc/u-boot/arch/m68k/cpu/mcf5227x/ |
| H A D | cpu_init.c | 104 rtc_t *rtc = (rtc_t *)(CONFIG_SYS_MCFRTC_BASE); in cpu_init_r() local
|
| /openbmc/u-boot/arch/m68k/cpu/mcf532x/ |
| H A D | cpu_init.c | 99 rtc_t *rtc = (rtc_t *) (CONFIG_SYS_MCFRTC_BASE); in cpu_init_r() local
|
| /openbmc/u-boot/arch/m68k/cpu/mcf5445x/ |
| H A D | cpu_init.c | 235 rtc_t *rtc = (rtc_t *)(CONFIG_SYS_MCFRTC_BASE); in cpu_init_r() local
|
| /openbmc/qemu/include/hw/arm/ |
| H A D | allwinner-a10.h | 45 AwRtcState rtc; member
|
| /openbmc/qemu/include/hw/timer/ |
| H A D | stellaris-gptm.h | 41 uint32_t rtc; member
|
| /openbmc/qemu/include/hw/southbridge/ |
| H A D | piix.h | 58 MC146818RtcState rtc; member
|
| /openbmc/qemu/hw/m68k/ |
| H A D | next-cube.c | 111 NeXTRTC rtc; member 938 NeXTRTC *rtc = NEXT_RTC(opaque); in next_rtc_data_in_irq() local 1018 NeXTRTC *rtc = NEXT_RTC(opaque); in next_rtc_cmd_reset_irq() local 1029 NeXTRTC *rtc = NEXT_RTC(obj); in next_rtc_reset_hold() local 1039 NeXTRTC *rtc = NEXT_RTC(obj); in next_rtc_init() local
|