Searched refs:phase_adjust (Results 1 – 4 of 4) sorted by relevance
| /drivers/dpll/zl3073x/ |
| A D | dpll.c | 596 s32 *phase_adjust, in zl3073x_dpll_input_pin_phase_adjust_get() argument 626 *phase_adjust = (s32)-phase_comp; in zl3073x_dpll_input_pin_phase_adjust_get() 636 s32 phase_adjust, in zl3073x_dpll_input_pin_phase_adjust_set() argument 649 phase_comp = -phase_adjust; in zl3073x_dpll_input_pin_phase_adjust_set() 1385 s32 *phase_adjust, in zl3073x_dpll_output_pin_phase_adjust_get() argument 1424 *phase_adjust = -phase_comp; in zl3073x_dpll_output_pin_phase_adjust_get() 1434 s32 phase_adjust, in zl3073x_dpll_output_pin_phase_adjust_set() argument 1457 if ((phase_adjust % half_synth_cycle) != 0) { in zl3073x_dpll_output_pin_phase_adjust_set() 1463 phase_adjust /= half_synth_cycle; in zl3073x_dpll_output_pin_phase_adjust_set() 1468 phase_adjust = -phase_adjust; in zl3073x_dpll_output_pin_phase_adjust_set() [all …]
|
| /drivers/net/ethernet/intel/ice/ |
| A D | ice_dpll.c | 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() 1691 s32 phase_adjust, in ice_dpll_input_phase_adjust_set() argument 1695 phase_adjust, extack, in ice_dpll_input_phase_adjust_set() 1719 s32 phase_adjust, in ice_dpll_output_phase_adjust_set() argument 1747 s32 *phase_adjust, in ice_dpll_sw_phase_adjust_get() argument [all …]
|
| A D | ice_dpll.h | 47 s32 phase_adjust; member
|
| /drivers/dpll/ |
| A D | dpll_netlink.c | 302 s32 phase_adjust; in dpll_msg_add_pin_phase_adjust() local 309 &phase_adjust, extack); in dpll_msg_add_pin_phase_adjust() 312 if (nla_put_s32(msg, DPLL_A_PIN_PHASE_ADJUST, phase_adjust)) in dpll_msg_add_pin_phase_adjust()
|
Completed in 25 milliseconds