Home
last modified time | relevance | path

Searched full:ffo (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddpll.c135 s64 *ffo) in mlx5_dpll_pin_ffo_get() argument
139 *ffo = synce_status->frequency_diff; in mlx5_dpll_pin_ffo_get()
301 s64 *ffo, struct netlink_ext_ack *extack) in mlx5_dpll_ffo_get() argument
310 return mlx5_dpll_pin_ffo_get(&synce_status, ffo); in mlx5_dpll_ffo_get()
/linux/include/uapi/linux/
H A Ddpll.h66 * @DPLL_LOCK_STATUS_ERROR_FRACTIONAL_FREQUENCY_OFFSET_TOO_HIGH: the FFO
/linux/include/linux/mfd/
H A Didt8a340_reg.h230 /* Signed 42-bit FFO in units of 2^(-53) */
241 /* Signed 42-bit FFO in units of 2^(-53) */
/linux/drivers/dpll/
H A Ddpll_netlink.c369 s64 ffo; in dpll_msg_add_ffo() local
375 dpll, dpll_priv(dpll), &ffo, extack); in dpll_msg_add_ffo()
381 return nla_put_sint(msg, DPLL_A_PIN_FRACTIONAL_FREQUENCY_OFFSET, ffo); in dpll_msg_add_ffo()
/linux/drivers/dpll/zl3073x/
H A Dcore.c923 /* Convert to ppm -> ffo = (10^6 * value) / 2^32 */ in zl3073x_ref_ffo_update()
924 zldev->ref[i].ffo = mul_s64_u64_shr(value, 1000000, 32); in zl3073x_ref_ffo_update()