Home
last modified time | relevance | path

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

12

/Linux-v6.1/tools/testing/selftests/timers/
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-v6.1/drivers/net/ethernet/8390/
Dlib8390.c352 ei_local->tx2 > 0) in __ei_start_xmit()
355 ei_local->tx2, ei_local->lasttx, ei_local->txing); 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()
367 ei_local->tx1, ei_local->tx2, ei_local->lasttx); 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()
601 NS8390_trigger_send(dev, ei_local->tx2, ei_local->tx_start_page + 6); in ei_tx_intr()
603 ei_local->tx2 = -1; in ei_tx_intr()
[all …]
Daxnet_cs.c999 ei_local->tx2 > 0) in axnet_start_xmit()
1002 ei_local->tx2, ei_local->lasttx, 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()
1062 if (ei_local->tx1 && ei_local->tx2) in axnet_start_xmit()
1273 if (ei_local->tx2 > 0) in ei_tx_intr()
1276 NS8390_trigger_send(dev, ei_local->tx2, ei_local->tx_start_page + 6); in ei_tx_intr()
1278 ei_local->tx2 = -1; in ei_tx_intr()
[all …]
D8390.h96 short tx1, tx2; /* Packet lengths for ping-pong tx. */ member
/Linux-v6.1/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-v6.1/drivers/phy/qualcomm/
Dphy-qcom-qmp-combo.c916 void __iomem *tx2; member
1497 writel(voltage_swing_cfg, qphy->tx2 + drv_lvl_reg); in qmp_combo_configure_dp_swing()
1498 writel(pre_emphasis_cfg, qphy->tx2 + emp_post_reg); in qmp_combo_configure_dp_swing()
1522 writel(drvr_en, qphy->tx2 + QSERDES_V3_TX_HIGHZ_DRVR_EN); in qcom_qmp_v3_phy_configure_dp_tx()
1523 writel(bias_en, qphy->tx2 + QSERDES_V3_TX_TRANSCEIVER_BIAS_EN); in qcom_qmp_v3_phy_configure_dp_tx()
1678 writel(0x27, qphy->tx2 + QSERDES_V4_TX_TX_DRV_LVL); in qcom_qmp_v4_phy_configure_dp_tx()
1681 writel(0x20, qphy->tx2 + QSERDES_V4_TX_TX_EMP_POST1_LVL); in qcom_qmp_v4_phy_configure_dp_tx()
1813 writel(drvr1_en, qphy->tx2 + QSERDES_V4_TX_HIGHZ_DRVR_EN); in qcom_qmp_v4_phy_configure_dp_phy()
1814 writel(bias1_en, qphy->tx2 + QSERDES_V4_TX_TRANSCEIVER_BIAS_EN); in qcom_qmp_v4_phy_configure_dp_phy()
1828 writel(0x0a, qphy->tx2 + QSERDES_V4_TX_TX_POL_INV); in qcom_qmp_v4_phy_configure_dp_phy()
[all …]
Dphy-qcom-qmp-ufs.c588 void __iomem *tx2; member
949 qmp_ufs_configure_lane(qphy->tx2, cfg->regs, in qmp_ufs_power_on()
1115 qphy->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_ufs_create()
1116 if (IS_ERR(qphy->tx2)) in qmp_ufs_create()
1117 return PTR_ERR(qphy->tx2); in qmp_ufs_create()
Dphy-qcom-qmp-pcie.c1379 void __iomem *tx2; member
1956 qmp_pcie_configure_lane(qphy->tx2, cfg->regs, cfg->tx_tbl, in qmp_pcie_power_on()
1958 qmp_pcie_configure_lane(qphy->tx2, cfg->regs, cfg->tx_tbl_sec, in qmp_pcie_power_on()
2225 qphy->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_pcie_create()
2226 if (IS_ERR(qphy->tx2)) in qmp_pcie_create()
2227 return PTR_ERR(qphy->tx2); in qmp_pcie_create()
Dphy-qcom-qmp-usb.c1501 void __iomem *tx2; member
2224 qmp_usb_configure_lane(qphy->tx2, cfg->regs, in qmp_usb_power_on()
2605 qphy->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_usb_create()
2606 if (IS_ERR(qphy->tx2)) in qmp_usb_create()
2607 return PTR_ERR(qphy->tx2); in qmp_usb_create()
/Linux-v6.1/sound/soc/fsl/
Dfsl_ssi.c683 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-v6.1/Documentation/devicetree/bindings/usb/
Dam33xx-usb.txt136 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
182 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
Dda8xx-usb.txt67 "tx1", "tx2", "tx3", "tx4";
/Linux-v6.1/Documentation/devicetree/bindings/sound/
Dnvidia,tegra30-ahub.txt84 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2", "rx3", "tx3";
/Linux-v6.1/arch/arm/boot/dts/
Ddm816x.dtsi423 "tx2", "rx2", "tx3", "rx3";
599 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
639 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
Ddm814x.dtsi113 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
151 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
273 "tx2", "rx2", "tx3", "rx3";
Domap2.dtsi139 "tx2", "rx2", "tx3", "rx3";
Dam33xx.dtsi400 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
446 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
Dda850.dtsi671 "tx1", "tx2", "tx3", "tx4";
/Linux-v6.1/arch/arm64/boot/dts/ti/
Dk3-j721s2-mcu-wakeup.dtsi264 dma-names = "tx0", "tx1", "tx2", "tx3",
Dk3-am65-mcu.dtsi251 dma-names = "tx0", "tx1", "tx2", "tx3",
Dk3-j7200-mcu-wakeup.dtsi204 dma-names = "tx0", "tx1", "tx2", "tx3",
Dk3-j721e-mcu-wakeup.dtsi315 dma-names = "tx0", "tx1", "tx2", "tx3",
Dk3-am62-main.dtsi490 dma-names = "tx0", "tx1", "tx2", "tx3", "tx4", "tx5", "tx6",
/Linux-v6.1/Documentation/arm/
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-v6.1/Documentation/networking/device_drivers/ethernet/ti/
Dcpsw.rst404 // and for tx2 and tx3 for Eth1. That is, rates 40 and 20 Mb/s appropriately

12