Lines Matching +full:phase +full:- +full:locked

1 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
2 /* Do not edit directly, auto-generated from: */
4 /* YNL-GEN uapi header */
13 * enum dpll_mode - working modes a dpll can support, differentiates if and how
25 DPLL_MODE_MAX = (__DPLL_MODE_MAX - 1)
29 * enum dpll_lock_status - provides information of dpll device lock status,
31 * @DPLL_LOCK_STATUS_UNLOCKED: dpll was not yet locked to any valid input (or
33 * @DPLL_LOCK_STATUS_LOCKED: dpll is locked to a valid signal, but no holdover
35 * @DPLL_LOCK_STATUS_LOCKED_HO_ACQ: dpll is locked and holdover acquired
36 * @DPLL_LOCK_STATUS_HOLDOVER: dpll is in holdover state - lost a valid lock or
38 * lock-state was already DPLL_LOCK_STATUS_LOCKED_HO_ACQ, if dpll lock-state
39 * was not DPLL_LOCK_STATUS_LOCKED_HO_ACQ, the dpll's lock-state shall remain
50 DPLL_LOCK_STATUS_MAX = (__DPLL_LOCK_STATUS_MAX - 1)
54 * enum dpll_lock_status_error - if previous status change was done due to a
64 * device was previously locked on an input pin of type
69 * previously locked on an input pin of type PIN_TYPE_SYNCE_ETH_PORT.
79 DPLL_LOCK_STATUS_ERROR_MAX = (__DPLL_LOCK_STATUS_ERROR_MAX - 1)
84 * lock-status is DPLL_LOCK_STATUS_HOLDOVER. The current list is defined
85 * according to the table 11-7 contained in ITU-T G.8264/Y.1364 document. One
86 * may extend this list freely by other ITU-T defined clock qualities, or
102 DPLL_CLOCK_QUALITY_LEVEL_MAX = (__DPLL_CLOCK_QUALITY_LEVEL_MAX - 1)
108 * enum dpll_type - type of dpll, valid values for DPLL_A_TYPE attribute
109 * @DPLL_TYPE_PPS: dpll produces Pulse-Per-Second signal
118 DPLL_TYPE_MAX = (__DPLL_TYPE_MAX - 1)
122 * enum dpll_pin_type - defines possible types of a pin, valid values for
139 DPLL_PIN_TYPE_MAX = (__DPLL_PIN_TYPE_MAX - 1)
143 * enum dpll_pin_direction - defines possible direction of a pin, valid values
154 DPLL_PIN_DIRECTION_MAX = (__DPLL_PIN_DIRECTION_MAX - 1)
163 * enum dpll_pin_state - defines possible states of a pin, valid values for
165 * @DPLL_PIN_STATE_CONNECTED: pin connected, active input of phase locked loop
177 DPLL_PIN_STATE_MAX = (__DPLL_PIN_STATE_MAX - 1)
181 * enum dpll_pin_capabilities - defines possible capabilities of a pin, valid
209 DPLL_A_MAX = (__DPLL_A_MAX - 1)
242 DPLL_A_PIN_MAX = (__DPLL_A_PIN_MAX - 1)
260 DPLL_CMD_MAX = (__DPLL_CMD_MAX - 1)