Home | History | Annotate | Download | only in amlogic

Lines Matching refs:__BIT

39 #define AO_RTC_REG0_UNUSED_23		__BIT(23)
40 #define AO_RTC_REG0_SERIAL_BUSY __BIT(22)
41 #define AO_RTC_REG0_UNUSED_21 __BIT(21)
42 #define AO_RTC_REG0_SCLK_STATIC __BIT(20)
44 #define AO_RTC_REG0_SERIAL_START __BIT(17)
45 #define AO_RTC_REG0_ONE_SHOT_POLARITY __BIT(16)
46 #define AO_RTC_REG0_RESERVED_15_11 __BIT(15,11)
48 #define AO_RTC_REG0_RESERVED_7_6 __BIT(7,6)
49 #define AO_RTC_REG0_TEST_MODE __BIT(5)
50 #define AO_RTC_REG0_TEST_CLK __BIT(4)
51 #define AO_RTC_REG0_TEST_BYPASS __BIT(3)
52 #define AO_RTC_REG0_SDI __BIT(2)
53 #define AO_RTC_REG0_SEN __BIT(1)
54 #define AO_RTC_REG0_SCLK __BIT(0)
59 #define AO_RTC_REG1_GPO_TO_DIG __BIT(3)
60 #define AO_RTC_REG1_GPI_TO_DIG __BIT(2)
61 #define AO_RTC_REG1_S_READY __BIT(1)
62 #define AO_RTC_REG1_SDO __BIT(0)
67 #define AO_RTC_REG3_USE_CLK_TB __BIT(29)
68 #define AO_RTC_REG3_USE_NIKE_D_RTC __BIT(28)
72 #define AO_RTC_REG3_MSR_BUSY __BIT(20)
73 #define AO_RTC_REG3_UNUSED_19 __BIT(19)
74 #define AO_RTC_REG3_FAST_CLK_MODE __BIT(18)
75 #define AO_RTC_REG3_COUNT_ALWAYS __BIT(17)
76 #define AO_RTC_REG3_MSR_EN __BIT(16)
77 #define AO_RTC_REG3_MSR_GATE_TIME __BIT(15,0)
93 #define RTC_SEC_ADJUST_PENDING __BIT(25)
94 #define RTC_SEC_ADJUST_INC __BIT(24)
95 #define RTC_SEC_ADJUST_VALID __BIT(23)
96 #define RTC_SEC_ADJUST_MONITOR __BIT(22)
97 #define RTC_SEC_ADJUST_RESERVED __BIT(21)