Home
last modified time | relevance | path

Searched refs:max_adj (Results 1 – 25 of 69) sorted by relevance

123

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dptp.c283 adapter->ptp_clock_info.max_adj = MAX_PPB_96MHZ; in e1000e_ptp_init()
287 adapter->ptp_clock_info.max_adj = MAX_PPB_96MHZ; in e1000e_ptp_init()
289 adapter->ptp_clock_info.max_adj = MAX_PPB_25MHZ; in e1000e_ptp_init()
292 adapter->ptp_clock_info.max_adj = MAX_PPB_24MHZ; in e1000e_ptp_init()
302 adapter->ptp_clock_info.max_adj = MAX_PPB_24MHZ; in e1000e_ptp_init()
304 adapter->ptp_clock_info.max_adj = MAX_PPB_38400KHZ; in e1000e_ptp_init()
308 adapter->ptp_clock_info.max_adj = MAX_PPB_25MHZ; in e1000e_ptp_init()
/openbmc/linux/drivers/ptp/
H A Dptp_qoriq.c352 .max_adj = 512000,
419 u64 max_adj; in ptp_qoriq_auto_config() local
461 max_adj = 1000000000ULL * (clk_src - nominal_freq); in ptp_qoriq_auto_config()
462 max_adj = div_u64(max_adj, nominal_freq) - 1; in ptp_qoriq_auto_config()
463 ptp_qoriq->caps.max_adj = max_adj; in ptp_qoriq_auto_config()
506 "fsl,max-adj", &ptp_qoriq->caps.max_adj) || in ptp_qoriq_init()
H A Dptp_dte.c144 if (abs(ppb) > ptp_dte->caps.max_adj) { in ptp_dte_adjfine()
219 .max_adj = 50000000,
H A Dptp_vmw.c80 .max_adj = 0,
H A Dptp_kvm_common.c114 .max_adj = 0,
H A Dptp_mock.c132 .max_adj = MOCK_PHC_MAX_ADJ_PPB, in mock_phc_create()
H A Dptp_clock.c133 if (ppb > ops->max_adj || ppb < -ops->max_adj) in ptp_clock_adjtime()
H A Dptp_chardev.c133 caps.max_adj = ptp->info->max_adj; in ptp_ioctl()
H A Dptp_vclock.c160 .max_adj = 500000000,
H A Dptp_dfl_tod.c273 .max_adj = TOD_MAX_ADJ,
/openbmc/linux/include/uapi/linux/
H A Dptp_clock.h88 int max_adj; /* Maximum frequency adjustment in parts per billon. */ member
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ptp.c263 .max_adj = 62500000,
294 stmmac_ptp_clock_ops.max_adj = priv->plat->ptp_max_adj; in stmmac_ptp_register()
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ptp.c16 .max_adj = 512000,
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-ptp.c225 info->max_adj = pdata->ptpclk_rate; in xgbe_ptp_register()
/openbmc/linux/include/linux/
H A Dptp_clock_kernel.h169 s32 max_adj; member
/openbmc/linux/drivers/net/ethernet/cadence/
H A Dmacb_ptp.c192 .max_adj = 0,
333 bp->ptp_clock_info.max_adj = bp->ptp_info->get_ptp_max_adj(); in gem_ptp_init()
/openbmc/linux/drivers/net/ethernet/renesas/
H A Drcar_gen4_ptp.c125 .max_adj = 50000000,
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-ptp.c75 .max_adj = 512000,
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_clock.c232 .max_adj = 100000000,
/openbmc/linux/drivers/net/ethernet/engleder/
H A Dtsnep_ptp.c217 adapter->ptp_clock_info.max_adj = (500000000 / 8 - 1); in tsnep_ptp_init()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ptp.c1379 adapter->ptp_caps.max_adj = 250000000; in ixgbe_ptp_create_clock()
1396 adapter->ptp_caps.max_adj = 250000000; in ixgbe_ptp_create_clock()
1412 adapter->ptp_caps.max_adj = 30000000; in ixgbe_ptp_create_clock()
/openbmc/linux/Documentation/devicetree/bindings/ptp/
H A Dptp-qoriq.txt44 max_adj = 1000000000 * (FreqDivRatio - 1.0) - 1
/openbmc/linux/drivers/net/ethernet/cavium/common/
H A Dcavium_ptp.c264 .max_adj = 1000000000ull, in cavium_ptp_probe()
/openbmc/linux/drivers/net/ethernet/xscale/
H A Dptp_ixp46x.c218 .max_adj = 66666655,
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_tai.c439 tai->caps.max_adj = mvpp22_calc_max_adj(tai); in mvpp22_tai_probe()

123