Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/timers/
Draw_skew.c96 struct timex tx1, tx2; in main() local
119 tx2.modes = 0; in main()
120 adjtimex(&tx2); in main()
131 ppm = (tx1.freq + tx2.freq) * 1000 / 2; in main()
137 if (tx1.offset || tx2.offset || in main()
138 tx1.freq != tx2.freq || tx1.tick != tx2.tick) { in main()
/Linux-v4.19/drivers/net/ethernet/8390/
Dlib8390.c349 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 …]
Daxnet_cs.c993 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 …]
D8390.h88 short tx1, tx2; /* Packet lengths for ping-pong tx. */ member
/Linux-v4.19/Documentation/driver-api/dmaengine/
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-v4.19/sound/soc/fsl/
Dfsl_ssi.c676 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-v4.19/Documentation/devicetree/bindings/usb/
Dam33xx-usb.txt135 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
181 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
Dda8xx-usb.txt66 "tx1", "tx2", "tx3", "tx4";
/Linux-v4.19/arch/arm/boot/dts/
Ddm816x.dtsi319 "tx2", "rx2", "tx3", "rx3";
463 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
503 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
Ddm814x.dtsi115 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
153 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
Domap2.dtsi125 "tx2", "rx2", "tx3", "rx3";
Dam33xx.dtsi681 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
729 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
Domap3.dtsi382 "tx2", "rx2", "tx3", "rx3";
Dda850.dtsi630 "tx1", "tx2", "tx3", "tx4";
Dtegra114.dtsi579 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
Dtegra30.dtsi774 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
Domap5.dtsi523 "tx2", "rx2", "tx3", "rx3";
Datlas7.dtsi101 dma-names = "rx", "tx0", "tx1", "tx2", "tx3";
Dtegra124.dtsi960 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
Ddra7.dtsi1326 "tx2", "rx2", "tx3", "rx3";
Domap4-l4.dtsi2070 "tx2", "rx2", "tx3", "rx3";
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Dnvidia,tegra30-ahub.txt84 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2", "rx3", "tx3";
/Linux-v4.19/Documentation/networking/
Dti-cpsw.txt376 // and for tx2 and tx3 for Eth1. That is, rates 40 and 20 Mb/s appropriately
/Linux-v4.19/arch/arm64/boot/dts/nvidia/
Dtegra186.dtsi51 <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>, /* tx2 */
Dtegra132.dtsi903 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",