Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/rtc/
Drtc-isl12057.c36 #define ISL12057_REG_RTC_SC 0x00 /* Seconds */ macro
90 tm->tm_sec = bcd2bin(regs[ISL12057_REG_RTC_SC]); in isl12057_rtc_regs_to_tm()
128 regs[ISL12057_REG_RTC_SC] = bin2bcd(tm->tm_sec); in isl12057_rtc_tm_to_regs()
218 ret = regmap_bulk_read(data->regmap, ISL12057_REG_RTC_SC, regs, in _isl12057_rtc_read_time()
406 ret = regmap_bulk_write(data->regmap, ISL12057_REG_RTC_SC, regs, in isl12057_rtc_set_time()