Lines Matching refs:BIT
25 #define RTC_CR_UPDCAL BIT(1)
26 #define RTC_CR_UPDTIM BIT(0)
29 #define RTC_MR_HR_MODE BIT(0)
30 #define RTC_MR_PERSIAN BIT(1)
31 #define RTC_MR_UTC BIT(2)
32 #define RTC_MR_NEGPPM BIT(4)
36 #define RTC_MR_HIGHPPM BIT(15)
42 #define RTC_SR_ACKUPD BIT(0)
43 #define RTC_SR_SEC BIT(2)
46 #define RTC_SCCR_ACKCLR BIT(0)
47 #define RTC_SCCR_SECCLR BIT(2)
50 #define RTC_VER_NVTIM BIT(0)
51 #define RTC_VER_NVCAL BIT(1)
59 #define RTC_TSSR_TST_PIN BIT(2)
60 #define RTC_TSSR_JTAG BIT(3)
63 #define RTC_TIME_BACKUP BIT(31)