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)
85 * enum dpll_type - type of dpll, valid values for DPLL_A_TYPE attribute
86 * @DPLL_TYPE_PPS: dpll produces Pulse-Per-Second signal
95 DPLL_TYPE_MAX = (__DPLL_TYPE_MAX - 1)
99 * enum dpll_pin_type - defines possible types of a pin, valid values for
116 DPLL_PIN_TYPE_MAX = (__DPLL_PIN_TYPE_MAX - 1)
120 * enum dpll_pin_direction - defines possible direction of a pin, valid values
131 DPLL_PIN_DIRECTION_MAX = (__DPLL_PIN_DIRECTION_MAX - 1)
140 * enum dpll_pin_state - defines possible states of a pin, valid values for
142 * @DPLL_PIN_STATE_CONNECTED: pin connected, active input of phase locked loop
154 DPLL_PIN_STATE_MAX = (__DPLL_PIN_STATE_MAX - 1)
158 * enum dpll_pin_capabilities - defines possible capabilities of a pin, valid
185 DPLL_A_MAX = (__DPLL_A_MAX - 1)
218 DPLL_A_PIN_MAX = (__DPLL_A_PIN_MAX - 1)
236 DPLL_CMD_MAX = (__DPLL_CMD_MAX - 1)