CDNS_RTC_TIME_S
return FIELD_PREP(CDNS_RTC_TIME_S, bin2bcd(tm->tm_sec))
tm->tm_sec = bcd2bin(FIELD_GET(CDNS_RTC_TIME_S, reg));