Home
last modified time | relevance | path

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

/linux/drivers/rtc/
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()
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()

Completed in 4 milliseconds