Home
last modified time | relevance | path

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

/external/u-boot/drivers/rtc/
Dm41t60.c30 static unsigned char year2cb(unsigned const year) in year2cb() function
189 data[RTC_MONTH] |= year2cb(tmp->tm_year) << 6; in rtc_set()