Lines Matching +full:low +full:- +full:pass
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
6 * Struct rtc_time and first 12 ioctl by Paul Gortmaker, 1996 - separated out
9 * Copyright (C) 1999 Hewlett-Packard Co.
20 * The struct used to pass data via the following ioctl. Similar to the
22 * source is self contained, allowing cross-compiles, etc. etc.
56 * -ve pll_value means clock will run slower by
64 int pll_min; /* max -ve (slower) adjustment value */
66 int pll_negmult; /* factor for -ve correction */
113 #define RTC_VL_DATA_INVALID _BITUL(0) /* Voltage too low, RTC data is invalid */
114 #define RTC_VL_BACKUP_LOW _BITUL(1) /* Backup voltage is low */
116 #define RTC_VL_ACCURACY_LOW _BITUL(3) /* Voltage is low, RTC accuracy is reduced */
119 #define RTC_VL_READ _IOR('p', 0x13, unsigned int) /* Voltage low detection */
120 #define RTC_VL_CLR _IO('p', 0x14) /* Clear voltage low information */