Searched refs:dpll_state (Results 1 – 6 of 6) sorted by relevance
105 enum dpll_state { enum
156 enum dpll_state { enum
738 enum dpll_state { enum
857 *status = d->dpll_state; in ice_dpll_lock_status_get()2727 if (d->prev_dpll_state != d->dpll_state) { in ice_dpll_notify_changes()2728 d->prev_dpll_state = d->dpll_state; in ice_dpll_notify_changes()2872 &d->phase_offset, &d->dpll_state); in ice_dpll_update_state()2877 d->dpll_state, d->prev_dpll_state, d->mode); in ice_dpll_update_state()2886 if (d->dpll_state == DPLL_LOCK_STATUS_LOCKED || in ice_dpll_update_state()2887 d->dpll_state == DPLL_LOCK_STATUS_LOCKED_HO_ACQ) in ice_dpll_update_state()2893 if (d->dpll_state == DPLL_LOCK_STATUS_HOLDOVER || in ice_dpll_update_state()2894 d->dpll_state == DPLL_LOCK_STATUS_UNLOCKED) { in ice_dpll_update_state()
5520 u8 *dpll_state, u8 *config, s64 *phase_offset, in ice_aq_get_cgu_dpll_status() argument5534 *dpll_state = cmd->dpll_state; in ice_aq_get_cgu_dpll_status()
648 struct intel_dpll_state dpll_state[I915_NUM_PLLS]; member