Home
last modified time | relevance | path

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

/linux/drivers/rtc/
A Drtc-vt8500.c43 #define TIME_DOW_S 20 macro
44 #define TIME_DOW_MASK (0x07 << TIME_DOW_S)
116 tm->tm_wday = (time & TIME_DOW_MASK) >> TIME_DOW_S; in vt8500_rtc_read_time()
130 writel((bin2bcd(tm->tm_wday) << TIME_DOW_S) in vt8500_rtc_set_time()

Completed in 5 milliseconds