Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c718 &pin->freq, &pin->phase_adjust); in ice_dpll_pin_state_update()
1758 s32 *phase_adjust, in ice_dpll_pin_phase_adjust_get() argument
1765 *phase_adjust = p->phase_adjust; in ice_dpll_pin_phase_adjust_get()
1792 s32 phase_adjust, in ice_dpll_pin_phase_adjust_set() argument
1814 0, phase_adjust); in ice_dpll_pin_phase_adjust_set()
1823 phase_adjust); in ice_dpll_pin_phase_adjust_set()
1829 p->phase_adjust = phase_adjust; in ice_dpll_pin_phase_adjust_set()
1836 phase_adjust, p->idx, d->dpll_idx); in ice_dpll_pin_phase_adjust_set()
1861 s32 phase_adjust, in ice_dpll_input_phase_adjust_set() argument
1865 phase_adjust, extack, in ice_dpll_input_phase_adjust_set()
[all …]
/linux/drivers/dpll/zl3073x/
H A Ddpll.c535 s32 *phase_adjust, in zl3073x_dpll_input_pin_phase_adjust_get() argument
560 *phase_adjust = (s32)-phase_comp; in zl3073x_dpll_input_pin_phase_adjust_get()
570 s32 phase_adjust, in zl3073x_dpll_input_pin_phase_adjust_set() argument
588 ref.phase_comp = -phase_adjust; in zl3073x_dpll_input_pin_phase_adjust_set()
1058 s32 *phase_adjust, in zl3073x_dpll_output_pin_phase_adjust_get() argument
1073 *phase_adjust = out->phase_comp * pin->phase_gran; in zl3073x_dpll_output_pin_phase_adjust_get()
1083 s32 phase_adjust, in zl3073x_dpll_output_pin_phase_adjust_set() argument
1098 out.phase_comp = phase_adjust / pin->phase_gran; in zl3073x_dpll_output_pin_phase_adjust_set()
/linux/drivers/dpll/
H A Ddpll_netlink.c383 s32 phase_adjust; in dpll_msg_add_pin_phase_adjust() local
390 &phase_adjust, extack); in dpll_msg_add_pin_phase_adjust()
393 if (nla_put_s32(msg, DPLL_A_PIN_PHASE_ADJUST, phase_adjust)) in dpll_msg_add_pin_phase_adjust()