Searched full:ffo (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | dpll.c | 135 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/drivers/dpll/zl3073x/ |
| H A D | dpll.c | 182 s64 *ffo, struct netlink_ext_ack *extack) in zl3073x_dpll_input_pin_ffo_get() argument 186 *ffo = pin->freq_offset; in zl3073x_dpll_input_pin_ffo_get() 1717 /* Do not report ffo changes if the reference monitor report errors */ in zl3073x_dpll_pin_ffo_check() 1722 if (pin->freq_offset != ref->ffo) { in zl3073x_dpll_pin_ffo_check() 1724 pin->label, pin->freq_offset, ref->ffo); in zl3073x_dpll_pin_ffo_check() 1725 pin->freq_offset = ref->ffo; in zl3073x_dpll_pin_ffo_check() 1813 /* Check for phase offset and ffo change once per second */ in zl3073x_dpll_changes_check()
|
| H A D | core.c | 713 /* Convert to ppm -> ffo = (10^6 * value) / 2^32 */ in zl3073x_synth_state_fetch() 714 zldev->ref[i].ffo = mul_s64_u64_shr(value, 1000000, 32); in zl3073x_synth_state_fetch()
|
| /linux/Documentation/netlink/specs/ |
| H A D | dpll.yaml | 83 the FFO (Fractional Frequency Offset) between the RX and TX 409 The FFO (Fractional Frequency Offset) between the RX and TX
|
| /linux/include/linux/mfd/ |
| H A D | idt8a340_reg.h | 230 /* Signed 42-bit FFO in units of 2^(-53) */ 241 /* Signed 42-bit FFO in units of 2^(-53) */
|
| /linux/drivers/dpll/ |
| H A D | dpll_netlink.c | 369 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()
|