| /Linux-v5.4/tools/testing/selftests/timers/ |
| D | raw_skew.c | 96 struct timex tx1, tx2; in main() local 120 tx2.modes = 0; in main() 121 adjtimex(&tx2); in main() 132 ppm = (tx1.freq + tx2.freq) * 1000 / 2; in main() 138 if (tx1.offset || tx2.offset || in main() 139 tx1.freq != tx2.freq || tx1.tick != tx2.tick) { in main()
|
| /Linux-v5.4/drivers/net/ethernet/8390/ |
| D | lib8390.c | 349 ei_local->tx2 > 0) in __ei_start_xmit() 352 ei_local->tx2, ei_local->lasttx, ei_local->txing); in __ei_start_xmit() 353 } else if (ei_local->tx2 == 0) { in __ei_start_xmit() 355 ei_local->tx2 = send_length; in __ei_start_xmit() 364 ei_local->tx1, ei_local->tx2, ei_local->lasttx); in __ei_start_xmit() 389 ei_local->tx2 = -1; in __ei_start_xmit() 395 if (ei_local->tx1 && ei_local->tx2) in __ei_start_xmit() 596 if (ei_local->tx2 > 0) { in ei_tx_intr() 598 NS8390_trigger_send(dev, ei_local->tx2, ei_local->tx_start_page + 6); in ei_tx_intr() 600 ei_local->tx2 = -1, in ei_tx_intr() [all …]
|
| D | axnet_cs.c | 993 ei_local->tx2 > 0) in axnet_start_xmit() 996 ei_local->tx2, ei_local->lasttx, in axnet_start_xmit() 999 else if (ei_local->tx2 == 0) in axnet_start_xmit() 1002 ei_local->tx2 = send_length; in axnet_start_xmit() 1014 ei_local->tx1, ei_local->tx2, in axnet_start_xmit() 1050 ei_local->tx2 = -1; in axnet_start_xmit() 1056 if (ei_local->tx1 && ei_local->tx2) in axnet_start_xmit() 1267 if (ei_local->tx2 > 0) in ei_tx_intr() 1270 NS8390_trigger_send(dev, ei_local->tx2, ei_local->tx_start_page + 6); in ei_tx_intr() 1272 ei_local->tx2 = -1, in ei_tx_intr() [all …]
|
| D | 8390.h | 88 short tx1, tx2; /* Packet lengths for ping-pong tx. */ member
|
| /Linux-v5.4/Documentation/driver-api/dmaengine/ |
| D | pxa_dma.rst | 22 at the time of irq/dma tx2 is already finished, tx1->complete() and 23 tx2->complete() should be called. 148 - a driver submitted an aligned tx2 => tx2 is cold chained to tx1 150 - a driver issued tx1+tx2 => channel is running in aligned mode 172 | tx1 | | tx2 | | tx3 | | tx4 |
|
| /Linux-v5.4/Documentation/devicetree/bindings/arm/freescale/ |
| D | fsl,scu.txt | 24 - mbox-names: should include "tx0", "tx1", "tx2", "tx3", 37 Channel 2 must be "tx2" or "rx2". 174 mbox-names = "tx0", "tx1", "tx2", "tx3",
|
| /Linux-v5.4/sound/soc/fsl/ |
| D | fsl_ssi.c | 676 bool tx2, tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; in fsl_ssi_set_bclk() local 765 tx2 = tx || ssi->synchronous; in fsl_ssi_set_bclk() 766 regmap_update_bits(regs, REG_SSI_SxCCR(tx2), mask, stccr); in fsl_ssi_set_bclk() 794 bool tx2, tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; in fsl_ssi_hw_params() local 847 tx2 = tx || ssi->synchronous; in fsl_ssi_hw_params() 848 regmap_update_bits(regs, REG_SSI_SxCCR(tx2), SSI_SxCCR_WL_MASK, wl); in fsl_ssi_hw_params()
|
| /Linux-v5.4/Documentation/devicetree/bindings/usb/ |
| D | am33xx-usb.txt | 135 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7", 181 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
|
| D | da8xx-usb.txt | 66 "tx1", "tx2", "tx3", "tx4";
|
| /Linux-v5.4/arch/arm/boot/dts/ |
| D | dm816x.dtsi | 319 "tx2", "rx2", "tx3", "rx3"; 463 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7", 503 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
|
| D | dm814x.dtsi | 115 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7", 153 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7", 272 "tx2", "rx2", "tx3", "rx3";
|
| D | am33xx.dtsi | 327 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7", 375 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
|
| D | omap2.dtsi | 125 "tx2", "rx2", "tx3", "rx3";
|
| D | da850.dtsi | 676 "tx1", "tx2", "tx3", "tx4";
|
| D | omap3.dtsi | 382 "tx2", "rx2", "tx3", "rx3";
|
| D | tegra114.dtsi | 579 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
|
| D | tegra30.dtsi | 785 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
|
| D | atlas7.dtsi | 99 dma-names = "rx", "tx0", "tx1", "tx2", "tx3";
|
| D | tegra124.dtsi | 972 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
|
| /Linux-v5.4/drivers/phy/qualcomm/ |
| D | phy-qcom-qmp.c | 956 void __iomem *tx2; member 1507 qcom_qmp_phy_configure(qphy->tx2, cfg->regs, in qcom_qmp_phy_enable() 1900 qphy->tx2 = of_iomap(np, 3); in qcom_qmp_phy_create() 1902 if (!qphy->tx2 || !qphy->rx2) { in qcom_qmp_phy_create() 1907 qphy->pcs_misc = qphy->tx2; in qcom_qmp_phy_create() 1908 qphy->tx2 = qphy->tx + QMP_PHY_LEGACY_LANE_STRIDE; in qcom_qmp_phy_create()
|
| /Linux-v5.4/Documentation/devicetree/bindings/sound/ |
| D | nvidia,tegra30-ahub.txt | 84 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2", "rx3", "tx3";
|
| /Linux-v5.4/arch/arm64/boot/dts/nvidia/ |
| D | tegra186-p2771-0000.dts | 113 nvidia,model = "jetson-tx2-hda";
|
| D | tegra132.dtsi | 903 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
|
| /Linux-v5.4/arch/arm64/boot/dts/freescale/ |
| D | imx8qxp.dtsi | 142 mbox-names = "tx0", "tx1", "tx2", "tx3",
|
| /Linux-v5.4/Documentation/networking/device_drivers/ti/ |
| D | cpsw.txt | 376 // and for tx2 and tx3 for Eth1. That is, rates 40 and 20 Mb/s appropriately
|