Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/drivers/net/ethernet/intel/ice/
H A Dice_dpll.h64 enum dpll_lock_status dpll_state; member
H A Dice_dpll.c556 *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()
H A Dice_common.h249 u8 *dpll_state, u8 *config, s64 *phase_offset,
H A Dice_ptp_hw.h408 enum dpll_lock_status *dpll_state);
H A Dice_ptp_hw.c6369 enum dpll_lock_status *dpll_state) in ice_get_cgu_state() argument
6390 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()
H A Dice_common.c5146 u8 *dpll_state, u8 *config, s64 *phase_offset, in ice_aq_get_cgu_dpll_status() argument
5160 *dpll_state = cmd->dpll_state; in ice_aq_get_cgu_dpll_status()
H A Dice_adminq_cmd.h2387 u8 dpll_state; member