Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/rtc/
Drtc-pcf85363.c31 #define DT_YEARS 0x07 macro
123 unsigned char buf[DT_YEARS + 1]; in pcf85363_rtc_read_time()
133 tm->tm_year = bcd2bin(buf[DT_YEARS]); in pcf85363_rtc_read_time()
166 buf[DT_YEARS] = bin2bcd(tm->tm_year % 100); in pcf85363_rtc_set_time()