Lines Matching full:flag
39 #define DSR_WBF (1 << 10) /* Write Busy Flag */
40 #define DSR_WNF (1 << 9) /* Write Next Flag */
41 #define DSR_WCF (1 << 8) /* Write Complete Flag */
42 #define DSR_WEF (1 << 7) /* Write Error Flag */
43 #define DSR_CAF (1 << 4) /* Clock Alarm Flag */
44 #define DSR_NVF (1 << 1) /* Non-Valid Flag */
45 #define DSR_SVF (1 << 0) /* Security Violation Flag */
62 * This function attempts to clear the dryice write-error flag.
65 * normal operation. Clearing the flag requires another write, so the root
66 * cause of the problem may need to be fixed before the flag can be cleared.
74 /* clear the write error flag */ in clear_write_error()
83 puts("### Error: RTC - Cannot clear write-error flag!\n"); in clear_write_error()
152 /* clear alarm flag */ in di_init()