/Linux-v6.1/tools/testing/selftests/timers/ |
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-v6.1/drivers/net/ethernet/8390/ |
D | lib8390.c | 352 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 …]
|
D | axnet_cs.c | 999 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 …]
|
D | 8390.h | 96 short tx1, tx2; /* Packet lengths for ping-pong tx. */ member
|
/Linux-v6.1/Documentation/driver-api/dmaengine/ |
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-v6.1/drivers/phy/qualcomm/ |
D | phy-qcom-qmp-combo.c | 916 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 …]
|
D | phy-qcom-qmp-ufs.c | 588 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()
|
D | phy-qcom-qmp-pcie.c | 1379 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()
|
D | phy-qcom-qmp-usb.c | 1501 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/ |
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-v6.1/Documentation/devicetree/bindings/usb/ |
D | am33xx-usb.txt | 136 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7", 182 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
|
D | da8xx-usb.txt | 67 "tx1", "tx2", "tx3", "tx4";
|
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | nvidia,tegra30-ahub.txt | 84 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2", "rx3", "tx3";
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | dm816x.dtsi | 423 "tx2", "rx2", "tx3", "rx3"; 599 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7", 639 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
|
D | dm814x.dtsi | 113 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7", 151 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7", 273 "tx2", "rx2", "tx3", "rx3";
|
D | omap2.dtsi | 139 "tx2", "rx2", "tx3", "rx3";
|
D | am33xx.dtsi | 400 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7", 446 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
|
D | da850.dtsi | 671 "tx1", "tx2", "tx3", "tx4";
|
/Linux-v6.1/arch/arm64/boot/dts/ti/ |
D | k3-j721s2-mcu-wakeup.dtsi | 264 dma-names = "tx0", "tx1", "tx2", "tx3",
|
D | k3-am65-mcu.dtsi | 251 dma-names = "tx0", "tx1", "tx2", "tx3",
|
D | k3-j7200-mcu-wakeup.dtsi | 204 dma-names = "tx0", "tx1", "tx2", "tx3",
|
D | k3-j721e-mcu-wakeup.dtsi | 315 dma-names = "tx0", "tx1", "tx2", "tx3",
|
D | k3-am62-main.dtsi | 490 dma-names = "tx0", "tx1", "tx2", "tx3", "tx4", "tx5", "tx6",
|
/Linux-v6.1/Documentation/arm/ |
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-v6.1/Documentation/networking/device_drivers/ethernet/ti/ |
D | cpsw.rst | 404 // and for tx2 and tx3 for Eth1. That is, rates 40 and 20 Mb/s appropriately
|