| /linux/tools/testing/selftests/timers/ |
| H A D | raw_skew.c | 94 struct timex tx1, tx2; in main() local 118 tx2.modes = 0; in main() 119 adjtimex(&tx2); in main() 130 ppm = (long long)(tx1.freq + tx2.freq) * 1000 / 2; in main() 135 if (tx1.offset || tx2.offset || in main() 136 tx1.freq != tx2.freq || tx1.tick != tx2.tick) { in main()
|
| /linux/drivers/net/ethernet/8390/ |
| H A D | lib8390.c | 351 ei_local->tx2 > 0) in __ei_start_xmit() 354 ei_local->tx2, ei_local->lasttx, ei_local->txing); in __ei_start_xmit() 355 } else if (ei_local->tx2 == 0) { in __ei_start_xmit() 357 ei_local->tx2 = send_length; in __ei_start_xmit() 366 ei_local->tx1, ei_local->tx2, ei_local->lasttx); in __ei_start_xmit() 391 ei_local->tx2 = -1; in __ei_start_xmit() 397 if (ei_local->tx1 && ei_local->tx2) in __ei_start_xmit() 598 if (ei_local->tx2 > 0) { in ei_tx_intr() 600 NS8390_trigger_send(dev, ei_local->tx2, ei_local->tx_start_page + 6); in ei_tx_intr() 602 ei_local->tx2 = -1; in ei_tx_intr() [all …]
|
| H A D | axnet_cs.c | 996 ei_local->tx2 > 0) in axnet_start_xmit() 999 ei_local->tx2, ei_local->lasttx, in axnet_start_xmit() 1002 else if (ei_local->tx2 == 0) in axnet_start_xmit() 1005 ei_local->tx2 = send_length; in axnet_start_xmit() 1017 ei_local->tx1, ei_local->tx2, in axnet_start_xmit() 1053 ei_local->tx2 = -1; in axnet_start_xmit() 1059 if (ei_local->tx1 && ei_local->tx2) in axnet_start_xmit() 1270 if (ei_local->tx2 > 0) in ei_tx_intr() 1273 NS8390_trigger_send(dev, ei_local->tx2, ei_local->tx_start_page + 6); in ei_tx_intr() 1275 ei_local->tx2 = -1; in ei_tx_intr() [all …]
|
| H A D | 8390.h | 98 short tx1, tx2; /* Packet lengths for ping-pong tx. */ member
|
| /linux/Documentation/driver-api/dmaengine/ |
| H 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/drivers/phy/qualcomm/ |
| H A D | phy-qcom-qmp-ufs.c | 1076 u16 tx2; member 1130 void __iomem *tx2; member 1248 .tx2 = 0x800, 1257 .tx2 = 0x1800, 1772 qmp_configure_lane(qmp->dev, qmp->tx2, tbls->tx, tbls->tx_num, 2); in qmp_ufs_lanes_init() 2058 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_ufs_parse_dt_legacy() 2059 if (IS_ERR(qmp->tx2)) in qmp_ufs_parse_dt_legacy() 2060 return PTR_ERR(qmp->tx2); in qmp_ufs_parse_dt_legacy() 2097 qmp->tx2 = base + offs->tx2; in qmp_ufs_parse_dt()
|
| H A D | phy-qcom-qmp-pcie.c | 3077 u16 tx2; member 3163 void __iomem *tx2; member 3277 .tx2 = 0x0600, 3288 .tx2 = 0x0800, 3298 .tx2 = 0x1600, 3308 .tx2 = 0x0600, 3319 .tx2 = 0x0800, 3330 .tx2 = 0x3800, 3340 .tx2 = 0x1800, 3350 .tx2 = 0x0800, [all …]
|
| H A D | phy-qcom-qmp-usb-legacy.c | 533 void __iomem *tx2; member 846 qmp_usb_legacy_configure_lane(qmp->tx2, cfg->tx_tbl, cfg->tx_tbl_num, 2); in qmp_usb_legacy_power_on() 1185 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_usb_legacy_parse_dt_legacy() 1186 if (IS_ERR(qmp->tx2)) in qmp_usb_legacy_parse_dt_legacy() 1187 return PTR_ERR(qmp->tx2); in qmp_usb_legacy_parse_dt_legacy()
|
| H A D | phy-qcom-qmp-combo.c | 1852 void __iomem *tx2; member 3169 void __iomem *tx2 = qmp->dp_tx2; in qmp_combo_dp_power_on() local 3176 qmp_configure_lane(qmp->dev, tx2, cfg->dp_tx_tbl, cfg->dp_tx_tbl_num, 2); in qmp_combo_dp_power_on() 3214 void __iomem *tx2 = qmp->tx2; in qmp_combo_usb_power_on() local 3232 qmp_configure_lane(qmp->dev, tx2, cfg->tx_tbl, cfg->tx_tbl_num, 2); in qmp_combo_usb_power_on() 3978 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_combo_parse_dt_legacy_usb() 3979 if (IS_ERR(qmp->tx2)) in qmp_combo_parse_dt_legacy_usb() 3980 return PTR_ERR(qmp->tx2); in qmp_combo_parse_dt_legacy_usb() 4055 qmp->tx2 = base + offs->txb; in qmp_combo_parse_dt()
|
| /linux/sound/soc/fsl/ |
| H A D | fsl_ssi.c | 683 bool tx2, tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; in fsl_ssi_set_bclk() local 776 tx2 = tx || ssi->synchronous; in fsl_ssi_set_bclk() 777 regmap_update_bits(regs, REG_SSI_SxCCR(tx2), mask, stccr); in fsl_ssi_set_bclk() 808 bool tx2, tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; in fsl_ssi_hw_params() local 862 tx2 = tx || ssi->synchronous; in fsl_ssi_hw_params() 863 regmap_update_bits(regs, REG_SSI_SxCCR(tx2), SSI_SxCCR_WL_MASK, wl); in fsl_ssi_hw_params()
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | am33xx-usb.txt | 136 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7", 182 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
|
| H A D | da8xx-usb.txt | 67 "tx1", "tx2", "tx3", "tx4";
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | nvidia,tegra30-ahub.txt | 84 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2", "rx3", "tx3";
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | omap2.dtsi | 139 "tx2", "rx2", "tx3", "rx3";
|
| H A D | am33xx.dtsi | 410 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7", 456 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
|
| H A D | omap3.dtsi | 457 "tx2", "rx2", "tx3", "rx3";
|
| /linux/Documentation/arch/arm/ |
| H A D | marvell.rst | 259 …vell.com/products/infrastructure-processors/multi-core-processors/octeon-tx2/octeon-tx2-cn9130.html 262 …ic-collateral/embedded-processors/marvell-infrastructure-processors-octeon-tx2-cn913x-product-brie…
|
| /linux/arch/arm64/boot/dts/ti/ |
| H A D | k3-am65-mcu.dtsi | 353 dma-names = "tx0", "tx1", "tx2", "tx3",
|
| H A D | k3-j721e-mcu-wakeup.dtsi | 550 dma-names = "tx0", "tx1", "tx2", "tx3",
|
| H A D | k3-j7200-mcu-wakeup.dtsi | 431 dma-names = "tx0", "tx1", "tx2", "tx3",
|
| H A D | k3-j721s2-mcu-wakeup.dtsi | 551 dma-names = "tx0", "tx1", "tx2", "tx3",
|
| /linux/arch/arm/boot/dts/ti/davinci/ |
| H A D | da850.dtsi | 670 "tx1", "tx2", "tx3", "tx4";
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx8ulp.dtsi | 830 <&cgc1 IMX8ULP_CLK_DUMMY>, /* 3, tx2 */
|
| /linux/arch/arm/boot/dts/nvidia/ |
| H A D | tegra114.dtsi | 695 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
|
| /linux/arch/arm64/boot/dts/nvidia/ |
| H A D | tegra186.dtsi | 58 <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>, /* tx2 */ 474 "rx2", "tx2",
|