Lines Matching refs:BIT
136 #define RTC_HRS_AMPM_MASK BIT(7) /* Mask for the AM/PM bit */
154 #define RTC_CTRL_A_UIP BIT(7) /* Update In Progress */
155 #define RTC_CTRL_A_DV2 BIT(6) /* Countdown Chain */
156 #define RTC_CTRL_A_DV1 BIT(5) /* Oscillator Enable */
157 #define RTC_CTRL_A_DV0 BIT(4) /* Bank Select */
158 #define RTC_CTRL_A_RS2 BIT(2) /* Rate-Selection Bit 2 */
159 #define RTC_CTRL_A_RS3 BIT(3) /* Rate-Selection Bit 3 */
160 #define RTC_CTRL_A_RS1 BIT(1) /* Rate-Selection Bit 1 */
161 #define RTC_CTRL_A_RS0 BIT(0) /* Rate-Selection Bit 0 */
167 #define RTC_CTRL_B_SET BIT(7) /* SET Bit */
168 #define RTC_CTRL_B_PIE BIT(6) /* Periodic-Interrupt Enable */
169 #define RTC_CTRL_B_AIE BIT(5) /* Alarm-Interrupt Enable */
170 #define RTC_CTRL_B_UIE BIT(4) /* Update-Ended Interrupt-Enable */
171 #define RTC_CTRL_B_SQWE BIT(3) /* Square-Wave Enable */
172 #define RTC_CTRL_B_DM BIT(2) /* Data Mode */
173 #define RTC_CTRL_B_2412 BIT(1) /* 12-Hr/24-Hr Mode */
174 #define RTC_CTRL_B_DSE BIT(0) /* Daylight Savings Enable */
184 #define RTC_CTRL_C_IRQF BIT(7) /* Interrupt-Request Flag */
185 #define RTC_CTRL_C_PF BIT(6) /* Periodic-Interrupt Flag */
186 #define RTC_CTRL_C_AF BIT(5) /* Alarm-Interrupt Flag */
187 #define RTC_CTRL_C_UF BIT(4) /* Update-Ended Interrupt Flag */
197 #define RTC_CTRL_D_VRT BIT(7) /* Valid RAM and Time */
211 #define RTC_CTRL_4A_VRT2 BIT(7) /* Auxillary Battery Status */
212 #define RTC_CTRL_4A_INCR BIT(6) /* Increment-in-Progress Status */
213 #define RTC_CTRL_4A_PAB BIT(3) /* Power-Active Bar Control */
214 #define RTC_CTRL_4A_RF BIT(2) /* RAM-Clear Flag */
215 #define RTC_CTRL_4A_WF BIT(1) /* Wake-Up Alarm Flag */
216 #define RTC_CTRL_4A_KF BIT(0) /* Kickstart Flag */
218 #define RTC_CTRL_4A_BME BIT(5) /* Burst-Mode Enable */
226 #define RTC_CTRL_4B_ABE BIT(7) /* Auxillary Battery Enable */
227 #define RTC_CTRL_4B_E32K BIT(6) /* Enable 32.768Hz on SQW Pin */
228 #define RTC_CTRL_4B_CS BIT(5) /* Crystal Select */
229 #define RTC_CTRL_4B_RCE BIT(4) /* RAM Clear-Enable */
230 #define RTC_CTRL_4B_PRS BIT(3) /* PAB Reset-Select */
231 #define RTC_CTRL_4B_RIE BIT(2) /* RAM Clear-Interrupt Enable */
232 #define RTC_CTRL_4B_WIE BIT(1) /* Wake-Up Alarm-Interrupt Enable */
233 #define RTC_CTRL_4B_KSE BIT(0) /* Kickstart Interrupt-Enable */