Home
last modified time | relevance | path

Searched refs:tx2 (Results 1 – 25 of 40) sorted by relevance

12

/linux/tools/testing/selftests/timers/
A Draw_skew.c96 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 Dlib8390.c352 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 Daxnet_cs.c999 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 D8390.h96 short tx1, tx2; /* Packet lengths for ping-pong tx. */ member
/linux/Documentation/devicetree/bindings/sound/
A Dnvidia,tegra210-admaif.yaml72 Should be "tx1", "tx2" ... "tx10" for DMA Tx channel
88 Should be "tx1", "tx2" ... "tx20" for DMA Tx channel
116 "rx2", "tx2",
A Dfsl,spdif.yaml51 - description: Clock for tx2 and rx2.
A Dnvidia,tegra-audio-graph-card.yaml132 "rx2", "tx2",
A Dnvidia,tegra30-ahub.txt84 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2", "rx3", "tx3";
A Dnvidia,tegra210-ahub.yaml151 "rx2", "tx2",
/linux/Documentation/driver-api/dmaengine/
A Dpxa_dma.rst22 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 Dfsl_ssi.c678 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 Dfsl,scu.txt24 - 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 Dam33xx-usb.txt135 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
181 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
A Dda8xx-usb.txt66 "tx1", "tx2", "tx3", "tx4";
/linux/Documentation/devicetree/bindings/net/
A Dti,k3-am654-cpsw-nuss.yaml96 - const: tx2
213 dma-names = "tx0", "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
/linux/drivers/phy/qualcomm/
A Dphy-qcom-qmp.c2987 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 Ddm816x.dtsi427 "tx2", "rx2", "tx3", "rx3";
603 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
643 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
A Ddm814x.dtsi117 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
155 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
274 "tx2", "rx2", "tx3", "rx3";
A Dam33xx.dtsi403 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
449 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
A Domap2.dtsi142 "tx2", "rx2", "tx3", "rx3";
/linux/Documentation/arm/
A Dmarvell.rst257 …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 Dk3-am65-mcu.dtsi221 dma-names = "tx0", "tx1", "tx2", "tx3",
A Dk3-j7200-mcu-wakeup.dtsi204 dma-names = "tx0", "tx1", "tx2", "tx3",
A Dk3-j721e-mcu-wakeup.dtsi315 dma-names = "tx0", "tx1", "tx2", "tx3",
/linux/Documentation/networking/device_drivers/ethernet/ti/
A Dcpsw.rst404 // and for tx2 and tx3 for Eth1. That is, rates 40 and 20 Mb/s appropriately

Completed in 62 milliseconds

12