Home
last modified time | relevance | path

Searched refs:RTC_LR (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/rtc/
H A Dpl031.c25 #define RTC_LR 0x08 /* Data load register */ macro
54 RTC_WRITE_REG(RTC_LR, 0x00); in rtc_reset()
77 RTC_WRITE_REG(RTC_LR, tim); in rtc_set()
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-pl031.c30 #define RTC_LR 0x08 /* Data load register */ macro
186 writel(time, ldata->base + RTC_LR); in pl031_stv2_set_time()
256 writel(rtc_tm_to_time64(tm), ldata->base + RTC_LR); in pl031_set_time()
348 writel(time, ldata->base + RTC_LR); in pl031_probe()
H A Drtc-pl030.c19 #define RTC_LR (12) macro
73 writel(rtc_tm_to_time64(tm) + 1, rtc->base + RTC_LR); in pl030_set_time()