Home
last modified time | relevance | path

Searched refs:phase_adjust (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c620 &pin->freq, &pin->phase_adjust); in ice_dpll_pin_state_update()
1588 s32 *phase_adjust, in ice_dpll_pin_phase_adjust_get() argument
1595 *phase_adjust = p->phase_adjust; in ice_dpll_pin_phase_adjust_get()
1622 s32 phase_adjust, in ice_dpll_pin_phase_adjust_set() argument
1644 0, phase_adjust); in ice_dpll_pin_phase_adjust_set()
1653 phase_adjust); in ice_dpll_pin_phase_adjust_set()
1659 p->phase_adjust = phase_adjust; in ice_dpll_pin_phase_adjust_set()
1666 phase_adjust, p->idx, d->dpll_idx); in ice_dpll_pin_phase_adjust_set()
1691 s32 phase_adjust, in ice_dpll_input_phase_adjust_set() argument
1695 phase_adjust, extack, in ice_dpll_input_phase_adjust_set()
[all …]
H A Dice_dpll.h47 s32 phase_adjust; member
/linux/drivers/dpll/zl3073x/
H A Ddpll.c448 s32 *phase_adjust, in zl3073x_dpll_input_pin_phase_adjust_get() argument
468 *phase_adjust = (s32)-phase_comp; in zl3073x_dpll_input_pin_phase_adjust_get()
478 s32 phase_adjust, in zl3073x_dpll_input_pin_phase_adjust_set() argument
494 ref.phase_comp = -phase_adjust; in zl3073x_dpll_input_pin_phase_adjust_set()
1030 s32 *phase_adjust, in zl3073x_dpll_output_pin_phase_adjust_get() argument
1045 *phase_adjust = -out->phase_comp * pin->phase_gran; in zl3073x_dpll_output_pin_phase_adjust_get()
1055 s32 phase_adjust, in zl3073x_dpll_output_pin_phase_adjust_set() argument
1070 out.phase_comp = -phase_adjust / pin->phase_gran; in zl3073x_dpll_output_pin_phase_adjust_set()
/linux/drivers/dpll/
H A Ddpll_netlink.c323 s32 phase_adjust; in dpll_msg_add_pin_phase_adjust() local
330 &phase_adjust, extack); in dpll_msg_add_pin_phase_adjust()
333 if (nla_put_s32(msg, DPLL_A_PIN_PHASE_ADJUST, phase_adjust)) in dpll_msg_add_pin_phase_adjust()