Searched refs:PCF8563_MAGIC (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-cris/
H A Drtc.h103 # define PCF8563_MAGIC 'T' macro
104 # define RTC_RD_TIME _IOR(PCF8563_MAGIC, 0x01, struct rtc_time) /* Read RTC time. */
105 # define RTC_SET_TIME _IOW(PCF8563_MAGIC, 0x02, struct rtc_time) /* Set RTC time. */
106 # define RTC_SET_CHARGE _IOW(PCF8563_MAGIC, 0x03, int)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-cris/
H A Drtc.h103 # define PCF8563_MAGIC 'T' macro
104 # define RTC_RD_TIME _IOR(PCF8563_MAGIC, 0x01, struct rtc_time) /* Read RTC time. */
105 # define RTC_SET_TIME _IOW(PCF8563_MAGIC, 0x02, struct rtc_time) /* Set RTC time. */
106 # define RTC_SET_CHARGE _IOW(PCF8563_MAGIC, 0x03, int)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/drivers/
H A Dpcf8563.c166 if (_IOC_TYPE(cmd) != PCF8563_MAGIC)

Completed in 89 milliseconds