Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/rtc/
H A Dm41t60.c31 static unsigned char year2cb(unsigned const year) in year2cb() function
190 data[RTC_MONTH] |= year2cb(tmp->tm_year) << 6; in rtc_set()