| /linux/tools/testing/selftests/timers/ |
| A 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/drivers/net/ethernet/8390/ |
| A D | lib8390.c | 352 ei_local->tx2 > 0) in __ei_start_xmit() 356 } else if (ei_local->tx2 == 0) { in __ei_start_xmit() 358 ei_local->tx2 = send_length; in __ei_start_xmit() 392 ei_local->tx2 = -1; in __ei_start_xmit() 398 if (ei_local->tx1 && ei_local->tx2) in __ei_start_xmit() 599 if (ei_local->tx2 > 0) { in ei_tx_intr() 603 ei_local->tx2 = -1; in ei_tx_intr() 609 } else if (ei_local->tx2 < 0) { in ei_tx_intr() 613 ei_local->tx2 = 0; in ei_tx_intr() 1036 ei_local->tx1 = ei_local->tx2 = 0; in __NS8390_init() [all …]
|
| A D | axnet_cs.c | 999 ei_local->tx2 > 0) in axnet_start_xmit() 1005 else if (ei_local->tx2 == 0) in axnet_start_xmit() 1008 ei_local->tx2 = send_length; in axnet_start_xmit() 1020 ei_local->tx1, ei_local->tx2, in axnet_start_xmit() 1056 ei_local->tx2 = -1; in axnet_start_xmit() 1273 if (ei_local->tx2 > 0) in ei_tx_intr() 1278 ei_local->tx2 = -1; in ei_tx_intr() 1285 else if (ei_local->tx2 < 0) in ei_tx_intr() 1290 ei_local->tx2); in ei_tx_intr() 1291 ei_local->tx2 = 0; in ei_tx_intr() [all …]
|
| A D | 8390.h | 96 short tx1, tx2; /* Packet lengths for ping-pong tx. */ member
|
| /linux/Documentation/devicetree/bindings/sound/ |
| A D | nvidia,tegra210-admaif.yaml | 72 Should be "tx1", "tx2" ... "tx10" for DMA Tx channel 88 Should be "tx1", "tx2" ... "tx20" for DMA Tx channel 116 "rx2", "tx2",
|
| A D | fsl,spdif.yaml | 51 - description: Clock for tx2 and rx2.
|
| A D | nvidia,tegra-audio-graph-card.yaml | 132 "rx2", "tx2",
|
| A D | nvidia,tegra30-ahub.txt | 84 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2", "rx3", "tx3";
|
| A D | nvidia,tegra210-ahub.yaml | 151 "rx2", "tx2",
|
| /linux/Documentation/driver-api/dmaengine/ |
| A 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/sound/soc/fsl/ |
| A D | fsl_ssi.c | 678 bool tx2, tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; in fsl_ssi_set_bclk() local 771 tx2 = tx || ssi->synchronous; in fsl_ssi_set_bclk() 772 regmap_update_bits(regs, REG_SSI_SxCCR(tx2), mask, stccr); in fsl_ssi_set_bclk() 803 bool tx2, tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; in fsl_ssi_hw_params() local 856 tx2 = tx || ssi->synchronous; in fsl_ssi_hw_params() 857 regmap_update_bits(regs, REG_SSI_SxCCR(tx2), SSI_SxCCR_WL_MASK, wl); in fsl_ssi_hw_params()
|
| /linux/Documentation/devicetree/bindings/arm/freescale/ |
| A D | fsl,scu.txt | 24 - mbox-names: should include "tx0", "tx1", "tx2", "tx3", 37 Channel 2 must be "tx2" or "rx2". 197 mbox-names = "tx0", "tx1", "tx2", "tx3",
|
| /linux/Documentation/devicetree/bindings/usb/ |
| A D | am33xx-usb.txt | 135 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7", 181 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
|
| A D | da8xx-usb.txt | 66 "tx1", "tx2", "tx3", "tx4";
|
| /linux/Documentation/devicetree/bindings/net/ |
| A D | ti,k3-am654-cpsw-nuss.yaml | 96 - const: tx2 213 dma-names = "tx0", "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
|
| /linux/drivers/phy/qualcomm/ |
| A D | phy-qcom-qmp.c | 2987 void __iomem *tx2; member 4320 writel(voltage_swing_cfg, qphy->tx2 + drv_lvl_reg); in qcom_qmp_phy_configure_dp_swing() 4321 writel(pre_emphasis_cfg, qphy->tx2 + emp_post_reg); in qcom_qmp_phy_configure_dp_swing() 4502 writel(0x27, qphy->tx2 + QSERDES_V4_TX_TX_DRV_LVL); in qcom_qmp_v4_phy_configure_dp_tx() 4640 writel(0x0a, qphy->tx2 + QSERDES_V4_TX_TX_POL_INV); in qcom_qmp_v4_phy_configure_dp_phy() 4643 writel(0x27, qphy->tx2 + QSERDES_V4_TX_TX_DRV_LVL); in qcom_qmp_v4_phy_configure_dp_phy() 4909 qcom_qmp_phy_configure_lane(qphy->tx2, cfg->regs, in qcom_qmp_phy_power_on() 4912 qcom_qmp_phy_configure_lane(qphy->tx2, cfg->regs, in qcom_qmp_phy_power_on() 5562 qphy->tx2 = of_iomap(np, 3); in qcom_qmp_phy_create() 5564 if (!qphy->tx2 || !qphy->rx2) { in qcom_qmp_phy_create() [all …]
|
| /linux/arch/arm/boot/dts/ |
| A D | dm816x.dtsi | 427 "tx2", "rx2", "tx3", "rx3"; 603 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7", 643 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
|
| A D | dm814x.dtsi | 117 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7", 155 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7", 274 "tx2", "rx2", "tx3", "rx3";
|
| A D | am33xx.dtsi | 403 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7", 449 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
|
| A D | omap2.dtsi | 142 "tx2", "rx2", "tx3", "rx3";
|
| /linux/Documentation/arm/ |
| A D | marvell.rst | 257 …vell.com/products/infrastructure-processors/multi-core-processors/octeon-tx2/octeon-tx2-cn9130.html 260 …ic-collateral/embedded-processors/marvell-infrastructure-processors-octeon-tx2-cn913x-product-brie…
|
| /linux/arch/arm64/boot/dts/ti/ |
| A D | k3-am65-mcu.dtsi | 221 dma-names = "tx0", "tx1", "tx2", "tx3",
|
| A D | k3-j7200-mcu-wakeup.dtsi | 204 dma-names = "tx0", "tx1", "tx2", "tx3",
|
| A D | k3-j721e-mcu-wakeup.dtsi | 315 dma-names = "tx0", "tx1", "tx2", "tx3",
|
| /linux/Documentation/networking/device_drivers/ethernet/ti/ |
| A D | cpsw.rst | 404 // and for tx2 and tx3 for Eth1. That is, rates 40 and 20 Mb/s appropriately
|