Searched refs:Q40_RTC_BASE (Results 1 – 1 of 1) sorted by relevance
43 #define Q40_RTC_BASE (q40_rtc_addr) macro45 #define Q40_RTC_YEAR (*(volatile unsigned char *)(Q40_RTC_BASE+0))46 #define Q40_RTC_MNTH (*(volatile unsigned char *)(Q40_RTC_BASE-4))47 #define Q40_RTC_DATE (*(volatile unsigned char *)(Q40_RTC_BASE-8))48 #define Q40_RTC_DOW (*(volatile unsigned char *)(Q40_RTC_BASE-12))49 #define Q40_RTC_HOUR (*(volatile unsigned char *)(Q40_RTC_BASE-16))50 #define Q40_RTC_MINS (*(volatile unsigned char *)(Q40_RTC_BASE-20))51 #define Q40_RTC_SECS (*(volatile unsigned char *)(Q40_RTC_BASE-24))52 #define Q40_RTC_CTRL (*(volatile unsigned char *)(Q40_RTC_BASE-28))