Searched refs:RTC_TIME (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/rtc/ |
| H A D | rtc-spacemit-p1.c | 32 #define RTC_TIME 0x0d /* Offset of the seconds register */ macro 63 ret = regmap_bulk_read(regmap, RTC_TIME, time, sizeof(time)); in p1_rtc_read_time() 69 ret = regmap_bulk_read(regmap, RTC_TIME, time, sizeof(time)); in p1_rtc_read_time() 113 ret = regmap_bulk_write(regmap, RTC_TIME, time, sizeof(time)); in p1_rtc_set_time()
|
| H A D | rtc-aspeed.c | 14 #define RTC_TIME 0x00 macro 34 reg1 = readl(rtc->base + RTC_TIME); in aspeed_rtc_read_time() 70 writel(reg1, rtc->base + RTC_TIME); in aspeed_rtc_set_time()
|
| H A D | rtc-armada38x.c | 30 #define RTC_TIME 0xC macro 218 time = rtc->data->read_rtc_reg(rtc, RTC_TIME); in armada38x_rtc_read_time() 235 rtc_delayed_write(0, rtc, RTC_TIME); in armada38x_rtc_reset() 254 rtc_delayed_write(time, rtc, RTC_TIME); in armada38x_rtc_set_time()
|
| /linux/drivers/net/wireless/intel/ipw2x00/ |
| H A D | ipw2100.c | 3739 IPW2100_ORD(RTC_TIME, "current RTC time"),
|