Searched refs:max_adj (Results 1 – 28 of 28) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | ptp.c | 48 if ((delta > ptp->max_adj) || (delta <= -1000000000)) in e1000e_phc_adjfreq() 227 adapter->ptp_clock_info.max_adj = 24000000 - 1; in e1000e_ptp_init() 233 adapter->ptp_clock_info.max_adj = 600000000 - 1; in e1000e_ptp_init()
|
/linux-4.4.14/include/uapi/linux/ |
D | ptp_clock.h | 48 int max_adj; /* Maximum frequency adjustment in parts per billon. */ member
|
/linux-4.4.14/include/linux/ |
D | ptp_clock_kernel.h | 98 s32 max_adj; member
|
/linux-4.4.14/drivers/ptp/ |
D | ptp_chardev.c | 135 caps.max_adj = ptp->info->max_adj; in ptp_ioctl()
|
D | ptp_clock.c | 154 if (ppb > ops->max_adj || ppb < -ops->max_adj) in ptp_clock_adjtime()
|
D | ptp_ixp46x.c | 245 .max_adj = 66666655,
|
D | ptp_sysfs.c | 42 PTP_SHOW_INT(max_adjustment, max_adj);
|
D | ptp_pch.c | 515 .max_adj = 50000000,
|
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_ptp.c | 161 .max_adj = 62500000,
|
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ptp.c | 237 info->max_adj = pdata->ptpclk_rate; in xgbe_ptp_register()
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | gianfar_ptp.c | 412 .max_adj = 512000, 463 get_of_u32(node, "fsl,max-adj", &etsects->caps.max_adj)) { in gianfar_ptp_probe()
|
D | fec_ptp.c | 569 fep->ptp_caps.max_adj = 250000000; in fec_ptp_init()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_clock.c | 226 .max_adj = 100000000,
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ptp.c | 867 adapter->ptp_caps.max_adj = 250000000; in ixgbe_ptp_create_clock() 883 adapter->ptp_caps.max_adj = 250000000; in ixgbe_ptp_create_clock()
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_ptp.c | 1018 adapter->ptp_caps.max_adj = 999999881; in igb_ptp_init() 1038 adapter->ptp_caps.max_adj = 62499999; in igb_ptp_init() 1064 adapter->ptp_caps.max_adj = 62499999; in igb_ptp_init()
|
/linux-4.4.14/Documentation/ptp/ |
D | testptp.c | 281 caps.max_adj, in main()
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_ptp.c | 421 ptp_caps->max_adj = 976562; in fm10k_ptp_register()
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | cpts.c | 210 .max_adj = 1000000,
|
/linux-4.4.14/drivers/net/ethernet/renesas/ |
D | ravb_ptp.c | 288 .max_adj = 50000000,
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | fsl-tsec-phy.txt | 116 max_adj = 1000000000 * (FreqDivRatio - 1.0) - 1
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_ptp.c | 610 pf->ptp_caps.max_adj = 999999999; in i40e_ptp_create_clock()
|
/linux-4.4.14/drivers/net/ethernet/adi/ |
D | bfin_mac.c | 1032 .max_adj = 0, 1050 lp->caps.max_adj = lp->max_ppb; in bfin_phc_init()
|
/linux-4.4.14/drivers/net/phy/ |
D | dp83640.c | 1031 clock->caps.max_adj = 1953124; in dp83640_clock_init()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | ptp.c | 1203 .max_adj = MAX_PPB,
|
/linux-4.4.14/drivers/net/ethernet/tile/ |
D | tilegx.c | 875 .max_adj = 999999999,
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | lio_main.c | 1593 lio->ptp_info.max_adj = 250000000; in oct_ptp_open()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 13760 bp->ptp_clock_info.max_adj = BNX2X_MAX_PHC_DRIFT; /* In PPB */ in bnx2x_register_phc()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | tg3.c | 6313 .max_adj = 250000000,
|