Searched refs:phase_offset (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_dpll.h | 61 s64 phase_offset; member
|
H A D | ice_dpll.c | 1094 s64 *phase_offset, struct netlink_ext_ack *extack) in ice_dpll_phase_offset_get() argument 1101 *phase_offset = d->phase_offset * ICE_DPLL_PHASE_OFFSET_FACTOR; in ice_dpll_phase_offset_get() 1103 *phase_offset = 0; in ice_dpll_phase_offset_get() 1499 if (d->prev_phase_offset != d->phase_offset) { in ice_dpll_notify_changes() 1500 d->prev_phase_offset = d->phase_offset; in ice_dpll_notify_changes() 1527 &d->phase_offset, &d->dpll_state); in ice_dpll_update_state()
|
H A D | ice_common.h | 250 u8 *dpll_state, u8 *config, s64 *phase_offset,
|
H A D | ice_ptp_hw.h | 407 u8 *ref_state, u8 *eec_mode, s64 *phase_offset,
|
H A D | ice_common.c | 5259 u8 *dpll_state, u8 *config, s64 *phase_offset, in ice_aq_get_cgu_dpll_status() argument 5275 *phase_offset = le32_to_cpu(cmd->phase_offset_h); in ice_aq_get_cgu_dpll_status() 5276 *phase_offset <<= 32; in ice_aq_get_cgu_dpll_status() 5277 *phase_offset += le32_to_cpu(cmd->phase_offset_l); in ice_aq_get_cgu_dpll_status() 5278 *phase_offset = sign_extend64(*phase_offset, 47); in ice_aq_get_cgu_dpll_status()
|
H A D | ice_ptp_hw.c | 6304 u8 *ref_state, u8 *eec_mode, s64 *phase_offset, in ice_get_cgu_state() argument 6320 if (phase_offset) in ice_get_cgu_state() 6321 *phase_offset = hw_phase_offset; in ice_get_cgu_state()
|
/linux/include/linux/ |
H A D | dpll.h | 78 s64 *phase_offset,
|
/linux/drivers/dpll/ |
H A D | dpll_netlink.c | 287 s64 phase_offset; in dpll_msg_add_phase_offset() local 293 dpll, dpll_priv(dpll), &phase_offset, in dpll_msg_add_phase_offset() 297 if (nla_put_64bit(msg, DPLL_A_PIN_PHASE_OFFSET, sizeof(phase_offset), in dpll_msg_add_phase_offset() 298 &phase_offset, DPLL_A_PIN_PAD)) in dpll_msg_add_phase_offset()
|