Home
last modified time | relevance | path

Searched refs:dpll_state (Results 1 – 9 of 9) sorted by relevance

/linux/include/linux/mfd/
H A Didt82p33_reg.h105 enum dpll_state { enum
H A DidtRC38xxx_reg.h156 enum dpll_state { enum
H A Didt8a340_reg.h738 enum dpll_state { enum
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.h87 enum dpll_lock_status dpll_state; member
H A Dice_dpll.c776 *status = d->dpll_state; in ice_dpll_lock_status_get()
2475 if (d->prev_dpll_state != d->dpll_state) { in ice_dpll_notify_changes()
2476 d->prev_dpll_state = d->dpll_state; in ice_dpll_notify_changes()
2620 &d->phase_offset, &d->dpll_state); in ice_dpll_update_state()
2625 d->dpll_state, d->prev_dpll_state, d->mode); in ice_dpll_update_state()
2634 if (d->dpll_state == DPLL_LOCK_STATUS_LOCKED || in ice_dpll_update_state()
2635 d->dpll_state == DPLL_LOCK_STATUS_LOCKED_HO_ACQ) in ice_dpll_update_state()
2641 if (d->dpll_state == DPLL_LOCK_STATUS_HOLDOVER || in ice_dpll_update_state()
2642 d->dpll_state == DPLL_LOCK_STATUS_UNLOCKED) { in ice_dpll_update_state()
H A Dice_ptp_hw.c5811 enum dpll_lock_status *dpll_state) in ice_get_cgu_state() argument
5832 if (!dpll_state) in ice_get_cgu_state()
5844 *dpll_state = DPLL_LOCK_STATUS_LOCKED_HO_ACQ; in ice_get_cgu_state()
5846 *dpll_state = DPLL_LOCK_STATUS_LOCKED; in ice_get_cgu_state()
5849 *dpll_state = DPLL_LOCK_STATUS_HOLDOVER; in ice_get_cgu_state()
5851 *dpll_state = DPLL_LOCK_STATUS_UNLOCKED; in ice_get_cgu_state()
H A Dice_ptp_hw.h366 enum dpll_lock_status *dpll_state);
H A Dice_common.c5553 u8 *dpll_state, u8 *config, s64 *phase_offset, in ice_aq_get_cgu_dpll_status() argument
5567 *dpll_state = cmd->dpll_state; in ice_aq_get_cgu_dpll_status()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_types.h616 struct intel_dpll_state dpll_state[I915_NUM_PLLS]; member