Searched refs:max_adj (Results 1 – 25 of 63) sorted by relevance
123
/linux-6.1.9/drivers/ptp/ |
D | ptp_qoriq.c | 317 .max_adj = 512000, 384 u64 max_adj; in ptp_qoriq_auto_config() local 426 max_adj = 1000000000ULL * (clk_src - nominal_freq); in ptp_qoriq_auto_config() 427 max_adj = div_u64(max_adj, nominal_freq) - 1; in ptp_qoriq_auto_config() 428 ptp_qoriq->caps.max_adj = max_adj; in ptp_qoriq_auto_config() 471 "fsl,max-adj", &ptp_qoriq->caps.max_adj) || in ptp_qoriq_init()
|
D | ptp_dte.c | 143 if (abs(ppb) > ptp_dte->caps.max_adj) { in ptp_dte_adjfreq() 218 .max_adj = 50000000,
|
D | ptp_vmw.c | 80 .max_adj = 0,
|
D | ptp_kvm_common.c | 114 .max_adj = 0,
|
D | ptp_clock.c | 132 if (ppb > ops->max_adj || ppb < -ops->max_adj) in ptp_clock_adjtime()
|
D | ptp_chardev.c | 132 caps.max_adj = ptp->info->max_adj; in ptp_ioctl()
|
D | ptp_vclock.c | 160 .max_adj = 500000000,
|
/linux-6.1.9/drivers/net/ethernet/intel/e1000e/ |
D | ptp.c | 302 adapter->ptp_clock_info.max_adj = 24000000 - 1; in e1000e_ptp_init() 308 adapter->ptp_clock_info.max_adj = 600000000 - 1; in e1000e_ptp_init()
|
/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_ptp.c | 269 .max_adj = 62500000, 300 stmmac_ptp_clock_ops.max_adj = priv->plat->ptp_max_adj; in stmmac_ptp_register()
|
/linux-6.1.9/include/uapi/linux/ |
D | ptp_clock.h | 88 int max_adj; /* Maximum frequency adjustment in parts per billon. */ member
|
/linux-6.1.9/drivers/net/ethernet/freescale/enetc/ |
D | enetc_ptp.c | 16 .max_adj = 512000,
|
/linux-6.1.9/include/linux/ |
D | ptp_clock_kernel.h | 167 s32 max_adj; member
|
/linux-6.1.9/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ptp.c | 237 info->max_adj = pdata->ptpclk_rate; in xgbe_ptp_register()
|
/linux-6.1.9/drivers/net/ethernet/cadence/ |
D | macb_ptp.c | 192 .max_adj = 0, 373 bp->ptp_clock_info.max_adj = bp->ptp_info->get_ptp_max_adj(); in gem_ptp_init()
|
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-ptp.c | 76 .max_adj = 512000,
|
/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ptp.c | 1393 adapter->ptp_caps.max_adj = 250000000; in ixgbe_ptp_create_clock() 1410 adapter->ptp_caps.max_adj = 250000000; in ixgbe_ptp_create_clock() 1426 adapter->ptp_caps.max_adj = 30000000; in ixgbe_ptp_create_clock()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx4/ |
D | en_clock.c | 234 .max_adj = 100000000,
|
/linux-6.1.9/drivers/net/ethernet/engleder/ |
D | tsnep_ptp.c | 217 adapter->ptp_clock_info.max_adj = (500000000 / 8 - 1); in tsnep_ptp_init()
|
/linux-6.1.9/drivers/net/ethernet/cavium/common/ |
D | cavium_ptp.c | 264 .max_adj = 1000000000ull, in cavium_ptp_probe()
|
/linux-6.1.9/Documentation/devicetree/bindings/ptp/ |
D | ptp-qoriq.txt | 44 max_adj = 1000000000 * (FreqDivRatio - 1.0) - 1
|
/linux-6.1.9/drivers/net/ethernet/xscale/ |
D | ptp_ixp46x.c | 229 .max_adj = 66666655,
|
/linux-6.1.9/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_tai.c | 439 tai->caps.max_adj = mvpp22_calc_max_adj(tai); in mvpp22_tai_probe()
|
/linux-6.1.9/tools/testing/selftests/ptp/ |
D | testptp.c | 291 caps.max_adj, in main()
|
/linux-6.1.9/drivers/net/ethernet/intel/igb/ |
D | igb_ptp.c | 1346 adapter->ptp_caps.max_adj = 999999881; in igb_ptp_init() 1366 adapter->ptp_caps.max_adj = 62499999; in igb_ptp_init() 1389 adapter->ptp_caps.max_adj = 62499999; in igb_ptp_init()
|
/linux-6.1.9/drivers/net/dsa/hirschmann/ |
D | hellcreek_ptp.c | 400 hellcreek->ptp_clock_info.max_adj = 62500000; in hellcreek_ptp_setup()
|
123