Lines Matching refs:phase_offset
1826 s64 *phase_offset, struct netlink_ext_ack *extack) in ice_dpll_phase_offset_get() argument
1835 *phase_offset = d->phase_offset * ICE_DPLL_PHASE_OFFSET_FACTOR; in ice_dpll_phase_offset_get()
1837 *phase_offset = p->phase_offset * ICE_DPLL_PHASE_OFFSET_FACTOR; in ice_dpll_phase_offset_get()
1839 *phase_offset = 0; in ice_dpll_phase_offset_get()
2488 if (d->prev_phase_offset != d->phase_offset) { in ice_dpll_notify_changes()
2489 d->prev_phase_offset = d->phase_offset; in ice_dpll_notify_changes()
2559 s64 phase_offset, tmp; in ice_dpll_pps_update_phase_offsets() local
2576 phase_offset = 0; in ice_dpll_pps_update_phase_offsets()
2578 tmp = meas[i].phase_offset[j]; in ice_dpll_pps_update_phase_offsets()
2580 phase_offset += tmp << 8 * j; in ice_dpll_pps_update_phase_offsets()
2582 phase_offset += tmp << 8 * in ice_dpll_pps_update_phase_offsets()
2586 phase_offset = sign_extend64(phase_offset, 47); in ice_dpll_pps_update_phase_offsets()
2587 if (p->phase_offset != phase_offset) { in ice_dpll_pps_update_phase_offsets()
2590 p->idx, p->phase_offset, phase_offset); in ice_dpll_pps_update_phase_offsets()
2591 p->phase_offset = phase_offset; in ice_dpll_pps_update_phase_offsets()
2620 &d->phase_offset, &d->dpll_state); in ice_dpll_update_state()