Searched refs:RTC_MAGIC (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m32r/
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)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/
H A Drtc.h98 #define RTC_MAGIC 'p' macro
99 #define RTC_RD_TIME _IOR(RTC_MAGIC, 0x09, struct rtc_time) /* Read RTC time. */
100 #define RTC_SET_TIME _IOW(RTC_MAGIC, 0x0a, struct rtc_time) /* Set RTC time. */
101 #define RTC_SET_CHARGE _IOW(RTC_MAGIC, 0x0b, int)
102 #define RTC_VLOW_RD _IOR(RTC_MAGIC, 0x11, int) /* Voltage Low detector */
103 #define RTC_VLOW_SET _IO(RTC_MAGIC, 0x12) /* Clear voltage low information */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/drivers/
H A Dpcf8563.c196 if (_IOC_TYPE(cmd) != RTC_MAGIC)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dpcf8563.c209 if (_IOC_TYPE(cmd) != RTC_MAGIC)

Completed in 62 milliseconds