Searched refs:CDNS_RTC_CAL_Y (Results 1 – 1 of 1) sorted by relevance
73 #define CDNS_RTC_CAL_Y GENMASK(23, 16) macro143 tm->tm_year = bcd2bin(FIELD_GET(CDNS_RTC_CAL_Y, reg)) in cdns_rtc_read_time()165 | FIELD_PREP(CDNS_RTC_CAL_Y, bin2bcd(year % 100)) in cdns_rtc_set_time()