Home
last modified time | relevance | path

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

12

/linux-6.15/drivers/ptp/
H A Dptp_chardev.c33 rq.extts.index = chan; in ptp_disable_pinfunc()
214 if (copy_from_user(&req.extts, (void __user *)arg, in ptp_ioctl()
215 sizeof(req.extts))) { in ptp_ioctl()
221 req.extts.flags |= PTP_STRICT_FLAGS; in ptp_ioctl()
224 req.extts.rsv[0] || req.extts.rsv[1]) { in ptp_ioctl()
229 if ((req.extts.flags & PTP_ENABLE_FEATURE) && in ptp_ioctl()
230 (req.extts.flags & PTP_EXTTS_EDGES) == 0) { in ptp_ioctl()
235 req.extts.flags &= PTP_EXTTS_V1_VALID_FLAGS; in ptp_ioctl()
236 req.extts.rsv[0] = 0; in ptp_ioctl()
237 req.extts.rsv[1] = 0; in ptp_ioctl()
[all …]
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_idt82p33.c238 u8 index = rq->extts.index; in idt82p33_extts_enable()
250 if (rq->extts.flags & ~(PTP_ENABLE_FEATURE | in idt82p33_extts_enable()
257 if ((rq->extts.flags & PTP_ENABLE_FEATURE) && in idt82p33_extts_enable()
258 (rq->extts.flags & PTP_FALLING_EDGE)) in idt82p33_extts_enable()
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()
/linux-6.15/drivers/net/phy/
H A Dnxp-c45-tja11xx.c516 struct timespec64 *extts) in nxp_c45_get_extts() argument
547 struct timespec64 *extts) in tja1120_get_extts() argument
574 nxp_c45_get_extts(priv, extts); in tja1120_get_extts()
735 if (priv->extts) { in nxp_c45_do_aux_work()
823 if (extts->flags & PTP_RISING_EDGE) in nxp_c45_set_rising_or_falling()
827 if (extts->flags & PTP_FALLING_EDGE) in nxp_c45_set_rising_or_falling()
838 if (extts->flags & PTP_RISING_EDGE || in nxp_c45_set_rising_and_falling()
848 if (extts->flags & PTP_FALLING_EDGE) in nxp_c45_set_rising_and_falling()
882 priv->extts = false; in nxp_c45_extts_enable()
893 priv->extts = true; in nxp_c45_extts_enable()
[all …]
H A Dnxp-c45-tja11xx.h29 bool extts; member
H A Ddp83640.c482 if (rq->extts.flags & ~(PTP_ENABLE_FEATURE | in ptp_dp83640_enable()
489 if ((rq->extts.flags & PTP_STRICT_FLAGS) && in ptp_dp83640_enable()
490 (rq->extts.flags & PTP_ENABLE_FEATURE) && in ptp_dp83640_enable()
491 (rq->extts.flags & PTP_EXTTS_EDGES) == PTP_EXTTS_EDGES) in ptp_dp83640_enable()
494 index = rq->extts.index; in ptp_dp83640_enable()
505 if (rq->extts.flags & PTP_FALLING_EDGE) in ptp_dp83640_enable()
/linux-6.15/tools/testing/selftests/ptp/
H A Dtestptp.c180 int extts = 0; in main() local
214 extts = atoi(optarg); in main()
443 if (extts) { in main()
450 extts = 0; in main()
455 for (; extts; extts--) { in main()
/linux-6.15/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.c857 struct lan743x_extts *extts; in lan743x_ptp_io_extts_off() local
860 extts = &ptp->extts[index]; in lan743x_ptp_io_extts_off()
886 extts->flags = 0; in lan743x_ptp_io_extts_off()
939 struct lan743x_extts *extts; in lan743x_ptp_io_extts() local
943 extts = &ptp->extts[index]; in lan743x_ptp_io_extts()
958 extts->flags = flags; in lan743x_ptp_io_extts()
979 &request->extts); in lan743x_ptpci_enable()
1040 struct lan743x_extts *extts; in lan743x_ptp_io_event_clock_get() local
1055 extts = &ptp->extts[channel]; in lan743x_ptp_io_event_clock_get()
1056 extts->ts.tv_sec = sec; in lan743x_ptp_io_event_clock_get()
[all …]
H A Dlan743x_ptp.h85 struct lan743x_extts extts[LAN743X_PTP_N_EXTTS]; member
/linux-6.15/drivers/net/ethernet/intel/igb/
H A Digb_ptp.c506 if (rq->extts.flags & ~(PTP_ENABLE_FEATURE | in igb_ptp_feature_enable_82580()
513 if (rq->extts.flags & PTP_STRICT_FLAGS && in igb_ptp_feature_enable_82580()
514 (rq->extts.flags & PTP_ENABLE_FEATURE) && in igb_ptp_feature_enable_82580()
520 rq->extts.index); in igb_ptp_feature_enable_82580()
524 if (rq->extts.index == 1) { in igb_ptp_feature_enable_82580()
535 igb_pin_extts(igb, rq->extts.index, pin); in igb_ptp_feature_enable_82580()
662 if (rq->extts.flags & ~(PTP_ENABLE_FEATURE | in igb_ptp_feature_enable_i210()
669 if ((rq->extts.flags & PTP_STRICT_FLAGS) && in igb_ptp_feature_enable_i210()
676 rq->extts.index); in igb_ptp_feature_enable_i210()
680 if (rq->extts.index == 1) { in igb_ptp_feature_enable_i210()
[all …]
/linux-6.15/drivers/net/dsa/mv88e6xxx/
H A Dptp.c330 int rising = (rq->extts.flags & PTP_RISING_EDGE); in mv88e6352_ptp_enable_extts()
336 if (rq->extts.flags & ~(PTP_ENABLE_FEATURE | in mv88e6352_ptp_enable_extts()
343 if ((rq->extts.flags & PTP_STRICT_FLAGS) && in mv88e6352_ptp_enable_extts()
344 (rq->extts.flags & PTP_ENABLE_FEATURE) && in mv88e6352_ptp_enable_extts()
345 (rq->extts.flags & PTP_EXTTS_EDGES) == PTP_EXTTS_EDGES) in mv88e6352_ptp_enable_extts()
348 pin = ptp_find_pin(chip->ptp_clock, PTP_PF_EXTTS, rq->extts.index); in mv88e6352_ptp_enable_extts()
/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ptp.c205 rq->extts.index, channel); in stmmac_enable()
213 acr_value |= PTP_ACR_ATSEN(rq->extts.index); in stmmac_enable()
219 rq->extts.index, on ? "enabled" : "disabled"); in stmmac_enable()
/linux-6.15/drivers/net/dsa/sja1105/
H A Dsja1105_ptp.c814 struct ptp_extts_request *extts, in sja1105_extts_enable() argument
820 if (extts->index != 0) in sja1105_extts_enable()
824 if (extts->flags & ~(PTP_ENABLE_FEATURE | in sja1105_extts_enable()
831 if ((extts->flags & PTP_STRICT_FLAGS) && in sja1105_extts_enable()
832 (extts->flags & PTP_ENABLE_FEATURE) && in sja1105_extts_enable()
833 (extts->flags & PTP_EXTTS_EDGES) != PTP_EXTTS_EDGES) in sja1105_extts_enable()
860 rc = sja1105_extts_enable(priv, &req->extts, on); in sja1105_ptp_enable()
/linux-6.15/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-6.15/drivers/net/ethernet/renesas/
H A Dravb_ptp.c188 if (priv->ptp.extts[req->index] == on) in ravb_ptp_extts()
190 priv->ptp.extts[req->index] = on; in ravb_ptp_extts()
276 return ravb_ptp_extts(ptp, &req->extts, on); in ravb_ptp_enable()
/linux-6.15/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-6.15/drivers/net/ethernet/intel/igc/
H A Digc_ptp.c261 if (rq->extts.flags & ~(PTP_ENABLE_FEATURE | in igc_ptp_feature_enable_i225()
268 if ((rq->extts.flags & PTP_STRICT_FLAGS) && in igc_ptp_feature_enable_i225()
269 (rq->extts.flags & PTP_ENABLE_FEATURE) && in igc_ptp_feature_enable_i225()
270 (rq->extts.flags & PTP_EXTTS_EDGES) != PTP_EXTTS_EDGES) in igc_ptp_feature_enable_i225()
275 rq->extts.index); in igc_ptp_feature_enable_i225()
279 if (rq->extts.index == 1) { in igc_ptp_feature_enable_i225()
290 igc_pin_extts(igc, rq->extts.index, pin); in igc_ptp_feature_enable_i225()
/linux-6.15/arch/arm64/boot/dts/freescale/
H A Dqoriq-fman3-0.dtsi87 fsl,extts-fifo;
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dclock.c647 if (rq->extts.flags & ~(PTP_ENABLE_FEATURE | in mlx5_extts_configure()
654 if ((rq->extts.flags & PTP_STRICT_FLAGS) && in mlx5_extts_configure()
655 (rq->extts.flags & PTP_ENABLE_FEATURE) && in mlx5_extts_configure()
656 (rq->extts.flags & PTP_EXTTS_EDGES) == PTP_EXTTS_EDGES) in mlx5_extts_configure()
659 if (rq->extts.index >= clock->ptp_info.n_pins) in mlx5_extts_configure()
662 pin = ptp_find_pin(clock->ptp, PTP_PF_EXTTS, rq->extts.index); in mlx5_extts_configure()
668 pattern = !!(rq->extts.flags & PTP_FALLING_EDGE); in mlx5_extts_configure()
/linux-6.15/include/linux/
H A Dptp_clock_kernel.h39 struct ptp_extts_request extts; member
/linux-6.15/drivers/net/ethernet/xscale/
H A Dptp_ixp46x.c197 switch (rq->extts.index) { in ptp_ixp_enable()
/linux-6.15/Documentation/devicetree/bindings/ptp/
H A Dfsl,ptp.yaml111 fsl,extts-fifo:
/linux-6.15/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_ptp.c921 if (rq->extts.flags & ~(PTP_ENABLE_FEATURE | in lan966x_ptp_extts()
926 pin = ptp_find_pin(phc->clock, PTP_PF_EXTTS, rq->extts.index); in lan966x_ptp_extts()

12