Searched refs:RTC_DR (Results 1 – 4 of 4) sorted by relevance
20 #define RTC_DR 0x00 /* Data read register */ macro70 tim = pl031_read_reg(dev, RTC_DR); in pl031_get()
29 #define RTC_DR 0x00 /* Data read register */ macro90 case RTC_DR: in pl031_read()169 case RTC_DR: in pl031_write()
28 #define RTC_DR 0x00 /* Data read register */ macro170 pl031_stv2_time_to_tm(readl(ldata->base + RTC_DR), in pl031_stv2_read_time()247 rtc_time64_to_tm(readl(ldata->base + RTC_DR), tm); in pl031_read_time()342 time = readl(ldata->base + RTC_DR); in pl031_probe()
15 #define RTC_DR (0) macro56 rtc_time64_to_tm(readl(rtc->base + RTC_DR), tm); in pl030_read_time()