Home
last modified time | relevance | path

Searched refs:extts (Results 1 – 25 of 44) sorted by relevance

12

/linux/drivers/ptp/
H A Dptp_chardev.c33 rq.extts.index = chan; in ptp_disable_pinfunc()
207 if (copy_from_user(&req.extts, arg, sizeof(req.extts))) in ptp_extts_request()
212 req.extts.flags |= PTP_STRICT_FLAGS; in ptp_extts_request()
214 if ((req.extts.flags & ~PTP_EXTTS_VALID_FLAGS) || in ptp_extts_request()
215 req.extts.rsv[0] || req.extts.rsv[1]) in ptp_extts_request()
219 if ((req.extts.flags & PTP_ENABLE_FEATURE) && in ptp_extts_request()
220 (req.extts.flags & PTP_EXTTS_EDGES) == 0) in ptp_extts_request()
223 req.extts.flags &= PTP_EXTTS_V1_VALID_FLAGS; in ptp_extts_request()
224 memset(req.extts.rsv, 0, sizeof(req.extts.rsv)); in ptp_extts_request()
227 if (req.extts.index >= ops->n_ext_ts) in ptp_extts_request()
[all …]
H A Dptp_netc.c523 int index = rq->extts.index; in netc_timer_enable_extts()
528 if ((rq->extts.flags & PTP_EXTTS_EDGES) == PTP_EXTTS_EDGES) in netc_timer_enable_extts()
533 netc_timer_handle_etts_event(priv, rq->extts.index, false); in netc_timer_enable_extts()
536 if (rq->extts.flags & PTP_FALLING_EDGE) in netc_timer_enable_extts()
H A Dptp_sysfs.c57 cnt = sscanf(buf, "%u %d", &req.extts.index, &enable); in extts_enable_store()
60 if (req.extts.index >= ops->n_ext_ts) in extts_enable_store()
H A Dptp_qoriq.c310 switch (rq->extts.index) { in ptp_qoriq_enable()
322 extts_clean_up(ptp_qoriq, rq->extts.index, false); in ptp_qoriq_enable()
H A Dptp_pch.c408 switch (rq->extts.index) { in ptp_pch_enable()
/linux/drivers/net/phy/
H A Dnxp-c45-tja11xx.c292 bool (*get_extts)(struct nxp_c45_phy *priv, struct timespec64 *extts);
515 struct timespec64 *extts) in nxp_c45_get_extts() argument
519 extts->tv_nsec = phy_read_mmd(priv->phydev, MDIO_MMD_VEND1, in nxp_c45_get_extts()
521 extts->tv_nsec |= phy_read_mmd(priv->phydev, MDIO_MMD_VEND1, in nxp_c45_get_extts()
523 extts->tv_sec = phy_read_mmd(priv->phydev, MDIO_MMD_VEND1, in nxp_c45_get_extts()
525 extts->tv_sec |= phy_read_mmd(priv->phydev, MDIO_MMD_VEND1, in nxp_c45_get_extts()
546 struct timespec64 *extts) in tja1120_get_extts() argument
573 nxp_c45_get_extts(priv, extts); in tja1120_get_extts()
734 if (priv->extts) { in nxp_c45_do_aux_work()
817 struct ptp_extts_request *extts) in nxp_c45_set_rising_or_falling() argument
[all …]
H A Dnxp-c45-tja11xx.h29 bool extts; member
H A Ddp83640.c482 if ((rq->extts.flags & PTP_STRICT_FLAGS) && in ptp_dp83640_enable()
483 (rq->extts.flags & PTP_ENABLE_FEATURE) && in ptp_dp83640_enable()
484 (rq->extts.flags & PTP_EXTTS_EDGES) == PTP_EXTTS_EDGES) in ptp_dp83640_enable()
487 index = rq->extts.index; in ptp_dp83640_enable()
498 if (rq->extts.flags & PTP_FALLING_EDGE) in ptp_dp83640_enable()
/linux/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.c853 struct lan743x_extts *extts; in lan743x_ptp_io_extts_off() local
856 extts = &ptp->extts[index]; in lan743x_ptp_io_extts_off()
858 if (extts->flags & PTP_FALLING_EDGE) in lan743x_ptp_io_extts_off()
866 if (extts->flags & PTP_FALLING_EDGE) { in lan743x_ptp_io_extts_off()
881 memset(&extts->ts, 0, sizeof(struct timespec64)); in lan743x_ptp_io_extts_off()
882 extts->flags = 0; in lan743x_ptp_io_extts_off()
935 struct lan743x_extts *extts; in lan743x_ptp_io_extts() local
939 extts = &ptp->extts[index]; in lan743x_ptp_io_extts()
948 extts->flags = flags; in lan743x_ptp_io_extts()
967 if (request->extts.index < ptpci->n_ext_ts) in lan743x_ptpci_enable()
[all …]
H A Dlan743x_ptp.h88 struct lan743x_extts extts[LAN743X_PTP_N_EXTTS]; member
/linux/tools/testing/selftests/ptp/
H A Dtestptp.c181 int extts = 0; in main() local
216 extts = atoi(optarg); in main()
450 if (extts) { in main()
457 extts = 0; in main()
462 for (; extts; extts--) { in main()
/linux/drivers/net/ethernet/intel/igb/
H A Digb_ptp.c506 if (rq->extts.flags & PTP_STRICT_FLAGS && in igb_ptp_feature_enable_82580()
507 (rq->extts.flags & PTP_ENABLE_FEATURE) && in igb_ptp_feature_enable_82580()
508 (rq->extts.flags & PTP_EXTTS_EDGES) != PTP_EXTTS_EDGES) in igb_ptp_feature_enable_82580()
513 rq->extts.index); in igb_ptp_feature_enable_82580()
517 if (rq->extts.index == 1) { in igb_ptp_feature_enable_82580()
528 igb_pin_extts(igb, rq->extts.index, pin); in igb_ptp_feature_enable_82580()
655 if ((rq->extts.flags & PTP_STRICT_FLAGS) && in igb_ptp_feature_enable_i210()
656 (rq->extts.flags & PTP_ENABLE_FEATURE) && in igb_ptp_feature_enable_i210()
657 (rq->extts.flags & PTP_EXTTS_EDGES) != PTP_EXTTS_EDGES) in igb_ptp_feature_enable_i210()
662 rq->extts.index); in igb_ptp_feature_enable_i210()
[all …]
/linux/drivers/net/dsa/mv88e6xxx/
H A Dptp.c314 int rising = (rq->extts.flags & PTP_RISING_EDGE); in mv88e6352_ptp_enable_extts()
320 if ((rq->extts.flags & PTP_STRICT_FLAGS) && in mv88e6352_ptp_enable_extts()
321 (rq->extts.flags & PTP_ENABLE_FEATURE) && in mv88e6352_ptp_enable_extts()
322 (rq->extts.flags & PTP_EXTTS_EDGES) == PTP_EXTTS_EDGES) in mv88e6352_ptp_enable_extts()
325 pin = ptp_find_pin(chip->ptp_clock, PTP_PF_EXTTS, rq->extts.index); in mv88e6352_ptp_enable_extts()
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_ptp.c804 struct ptp_extts_request *extts, in sja1105_extts_enable() argument
810 if (extts->index != 0) in sja1105_extts_enable()
814 if ((extts->flags & PTP_STRICT_FLAGS) && in sja1105_extts_enable()
815 (extts->flags & PTP_ENABLE_FEATURE) && in sja1105_extts_enable()
816 (extts->flags & PTP_EXTTS_EDGES) != PTP_EXTTS_EDGES) in sja1105_extts_enable()
843 rc = sja1105_extts_enable(priv, &req->extts, on); in sja1105_ptp_enable()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ptp.c237 rq->extts.index, channel); in stmmac_enable()
245 acr_value |= PTP_ACR_ATSEN(rq->extts.index); in stmmac_enable()
251 rq->extts.index, on ? "enabled" : "disabled"); in stmmac_enable()
/linux/drivers/net/ethernet/renesas/
H A Dravb_ptp.c182 if (priv->ptp.extts[req->index] == on) in ravb_ptp_extts()
184 priv->ptp.extts[req->index] = on; in ravb_ptp_extts()
266 return ravb_ptp_extts(ptp, &req->extts, on); in ravb_ptp_enable()
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-ptp.c30 switch (rq->extts.index) { in dpaa2_ptp_enable()
41 extts_clean_up(ptp_qoriq, rq->extts.index, false); in dpaa2_ptp_enable()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dptp.h29 void ptp_start(struct rvu *rvu, u64 sclk, u32 ext_clk_freq, u32 extts);
H A Dptp.c367 void ptp_start(struct rvu *rvu, u64 sclk, u32 ext_clk_freq, u32 extts) in ptp_start() argument
407 if (extts) { in ptp_start()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_ptp.c261 if ((rq->extts.flags & PTP_STRICT_FLAGS) && in igc_ptp_feature_enable_i225()
262 (rq->extts.flags & PTP_ENABLE_FEATURE) && in igc_ptp_feature_enable_i225()
263 (rq->extts.flags & PTP_EXTTS_EDGES) != PTP_EXTTS_EDGES) in igc_ptp_feature_enable_i225()
268 rq->extts.index); in igc_ptp_feature_enable_i225()
272 if (rq->extts.index == 1) { in igc_ptp_feature_enable_i225()
283 igc_pin_extts(igc, rq->extts.index, pin); in igc_ptp_feature_enable_i225()
/linux/arch/arm64/boot/dts/freescale/
H A Dqoriq-fman3-0.dtsi87 fsl,extts-fifo;
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dclock.c723 if ((rq->extts.flags & PTP_STRICT_FLAGS) && in mlx5_extts_configure()
724 (rq->extts.flags & PTP_ENABLE_FEATURE) && in mlx5_extts_configure()
725 (rq->extts.flags & PTP_EXTTS_EDGES) == PTP_EXTTS_EDGES) in mlx5_extts_configure()
728 if (rq->extts.index >= clock->ptp_info.n_pins) in mlx5_extts_configure()
731 pin = ptp_find_pin(clock->ptp, PTP_PF_EXTTS, rq->extts.index); in mlx5_extts_configure()
737 pattern = !!(rq->extts.flags & PTP_FALLING_EDGE); in mlx5_extts_configure()
/linux/include/linux/
H A Dptp_clock_kernel.h39 struct ptp_extts_request extts; member
/linux/drivers/net/ethernet/xscale/
H A Dptp_ixp46x.c197 switch (rq->extts.index) { in ptp_ixp_enable()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ptp.c353 rq->extts.index); in otx2_ptp_enable()

12