Searched defs:RTC_MAGIC (Results 1 - 2 of 2) sorted by relevance

/arch/m32r/include/asm/
H A Drtc.h59 #define RTC_MAGIC 'p' macro
60 #define RTC_RD_TIME _IOR(RTC_MAGIC, 0x09, struct rtc_time) /* Read RTC time. */
61 #define RTC_SET_TIME _IOW(RTC_MAGIC, 0x0a, struct rtc_time) /* Set RTC time. */
62 #define RTC_SET_CHARGE _IOW(RTC_MAGIC, 0x0b, int)
/arch/cris/include/asm/
H A Drtc.h95 #define RTC_MAGIC 'p' macro
97 #define RTC_RD_TIME _IOR(RTC_MAGIC, 0x09, struct rtc_time)
99 #define RTC_SET_TIME _IOW(RTC_MAGIC, 0x0a, struct rtc_time)
100 #define RTC_SET_CHARGE _IOW(RTC_MAGIC, 0x0b, int)
102 #define RTC_VL_READ _IOR(RTC_MAGIC, 0x13, int)
104 #define RTC_VL_CLR _IO(RTC_MAGIC, 0x14)

Completed in 100 milliseconds