Home
last modified time | relevance | path

Searched refs:DPLL_LOCK_STATUS_UNLOCKED (Results 1 – 7 of 7) sorted by relevance

/linux/include/uapi/linux/
H A Ddpll.h44 DPLL_LOCK_STATUS_UNLOCKED = 1, enumerator
/linux/drivers/dpll/zl3073x/
H A Ddpll.c1083 *status = DPLL_LOCK_STATUS_UNLOCKED; in zl3073x_dpll_lock_status_get()
1111 *status = DPLL_LOCK_STATUS_UNLOCKED; in zl3073x_dpll_lock_status_get()
1243 else if (zldpll->lock_status == DPLL_LOCK_STATUS_UNLOCKED) in zl3073x_dpll_mode_set()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddpll.c102 return DPLL_LOCK_STATUS_UNLOCKED; in mlx5_dpll_lock_status_get()
/linux/drivers/dpll/
H A Ddpll_netlink.c215 (status == DPLL_LOCK_STATUS_UNLOCKED || in dpll_msg_add_lock_status()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c2789 d->dpll_state == DPLL_LOCK_STATUS_UNLOCKED) { in ice_dpll_update_state()
H A Dice_ptp_hw.c5851 *dpll_state = DPLL_LOCK_STATUS_UNLOCKED; in ice_get_cgu_state()
/linux/drivers/ptp/
H A Dptp_ocp.c4592 *status = bp->sync ? DPLL_LOCK_STATUS_LOCKED : DPLL_LOCK_STATUS_UNLOCKED; in ptp_ocp_dpll_lock_status_get()