Searched refs:dpll_state (Results 1 – 10 of 10) sorted by relevance
105 enum dpll_state { enum
156 enum dpll_state { enum
738 enum dpll_state { enum
64 enum dpll_lock_status dpll_state; member
556 *status = d->dpll_state; in ice_dpll_lock_status_get()1486 if (d->prev_dpll_state != d->dpll_state) { in ice_dpll_notify_changes()1487 d->prev_dpll_state = d->dpll_state; in ice_dpll_notify_changes()1527 &d->phase_offset, &d->dpll_state); in ice_dpll_update_state()1532 d->dpll_state, d->prev_dpll_state, d->mode); in ice_dpll_update_state()1541 if (d->dpll_state == DPLL_LOCK_STATUS_LOCKED || in ice_dpll_update_state()1542 d->dpll_state == DPLL_LOCK_STATUS_LOCKED_HO_ACQ) in ice_dpll_update_state()1548 if (d->dpll_state == DPLL_LOCK_STATUS_HOLDOVER || in ice_dpll_update_state()1549 d->dpll_state == DPLL_LOCK_STATUS_UNLOCKED) { in ice_dpll_update_state()
249 u8 *dpll_state, u8 *config, s64 *phase_offset,
408 enum dpll_lock_status *dpll_state);
6369 enum dpll_lock_status *dpll_state) in ice_get_cgu_state() argument6390 if (!dpll_state) in ice_get_cgu_state()6402 *dpll_state = DPLL_LOCK_STATUS_LOCKED_HO_ACQ; in ice_get_cgu_state()6404 *dpll_state = DPLL_LOCK_STATUS_LOCKED; in ice_get_cgu_state()6407 *dpll_state = DPLL_LOCK_STATUS_HOLDOVER; in ice_get_cgu_state()6409 *dpll_state = DPLL_LOCK_STATUS_UNLOCKED; in ice_get_cgu_state()
5146 u8 *dpll_state, u8 *config, s64 *phase_offset, in ice_aq_get_cgu_dpll_status() argument5160 *dpll_state = cmd->dpll_state; in ice_aq_get_cgu_dpll_status()
2387 u8 dpll_state; member