Searched defs:RTC_MINUTES (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/include/linux/
H A Dds1286.h16 #define RTC_MINUTES 2 macro
H A Dmc146818rtc.h49 #define RTC_MINUTES 2 macro
/linux-4.1.27/arch/m32r/include/asm/
H A Drtc.h6 # define RTC_MINUTES 1 macro
/linux-4.1.27/drivers/rtc/
H A Drtc-ds1742.c34 #define RTC_MINUTES 2 macro
79 writeb(bin2bcd(tm->tm_min), ioaddr + RTC_MINUTES); ds1742_rtc_set_time() local
H A Drtc-ds1553.c38 #define RTC_MINUTES (RTC_OFFSET + 10) macro
92 writeb(bin2bcd(tm->tm_min), ioaddr + RTC_MINUTES); ds1553_rtc_set_time() local
H A Drtc-stk17ta8.c41 #define RTC_MINUTES (RTC_OFFSET + 10) macro
92 writeb(bin2bcd(tm->tm_min), ioaddr + RTC_MINUTES); stk17ta8_rtc_set_time() local
/linux-4.1.27/arch/sh/include/asm/
H A Dsmc37c93x.h166 #define RTC_MINUTES 2 macro

Completed in 258 milliseconds