Searched defs:RTC_MONTH (Results 1 - 16 of 16) sorted by relevance
/linux-4.1.27/include/linux/ |
H A D | ds1286.h | 23 #define RTC_MONTH 9 macro
|
H A D | mc146818rtc.h | 58 #define RTC_MONTH 8 macro
|
/linux-4.1.27/arch/m32r/include/asm/ |
H A D | rtc.h | 9 # define RTC_MONTH 4 macro
|
/linux-4.1.27/drivers/rtc/ |
H A D | rtc-da9063.c | 39 #define RTC_MONTH 4 macro
|
H A D | rtc-ds1742.c | 38 #define RTC_MONTH 6 macro 75 writeb(bin2bcd(tm->tm_mon + 1), ioaddr + RTC_MONTH); ds1742_rtc_set_time() local
|
H A D | rtc-max77686.c | 51 RTC_MONTH, enumerator in enum:__anon8381
|
H A D | rtc-max77802.c | 54 RTC_MONTH, enumerator in enum:__anon8382
|
H A D | rtc-max8907.c | 29 RTC_MONTH, enumerator in enum:__anon8383
|
H A D | rtc-ds1553.c | 42 #define RTC_MONTH (RTC_OFFSET + 14) macro 88 writeb(bin2bcd(tm->tm_mon + 1), ioaddr + RTC_MONTH); ds1553_rtc_set_time() local
|
H A D | rtc-max8925.c | 25 RTC_MONTH, enumerator in enum:__anon8384
|
H A D | rtc-max8997.c | 64 RTC_MONTH, enumerator in enum:__anon8385
|
H A D | rtc-max8998.c | 67 RTC_MONTH, enumerator in enum:__anon8386
|
H A D | rtc-stk17ta8.c | 45 #define RTC_MONTH (RTC_OFFSET + 14) macro 88 writeb(bin2bcd(tm->tm_mon + 1), ioaddr + RTC_MONTH); stk17ta8_rtc_set_time() local
|
/linux-4.1.27/include/linux/mfd/samsung/ |
H A D | rtc.h | 146 RTC_MONTH, enumerator in enum:__anon11987
|
/linux-4.1.27/include/linux/rtc/ |
H A D | ds1685.h | 102 #define RTC_MONTH 0x08 /* Month 01-12 */ macro
|
/linux-4.1.27/arch/sh/include/asm/ |
H A D | smc37c93x.h | 172 #define RTC_MONTH 8 macro
|
Completed in 319 milliseconds