| /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 | 8390.h | 98 short tx1, tx2; /* Packet lengths for ping-pong tx. */ member
|
| /linux/drivers/phy/qualcomm/ |
| H A D | phy-qcom-qmp-usbc.c | 377 u16 tx2; member 440 void __iomem *tx2; member 544 .tx2 = 0x600, 554 .tx2 = 0x600, 826 void __iomem *tx2 = qmp->dp_tx2; in qcs615_qmp_configure_dp_swing() local 858 writel(voltage_swing_cfg, tx2 + QSERDES_V3_TX_TX_DRV_LVL); in qcs615_qmp_configure_dp_swing() 859 writel(pre_emphasis_cfg, tx2 + QSERDES_V3_TX_TX_EMP_POST1_LVL); in qcs615_qmp_configure_dp_swing() 915 void __iomem *tx2 = qmp->dp_tx2; in qcs615_qmp_configure_dp_tx() local 920 writel(0x2a, tx2 + QSERDES_V3_TX_TX_DRV_LVL); in qcs615_qmp_configure_dp_tx() 921 writel(0x20, tx2 + QSERDES_V3_TX_TX_EMP_POST1_LVL); in qcs615_qmp_configure_dp_tx() [all …]
|
| H A D | phy-qcom-qmp-ufs.c | 1147 u16 tx2; member 1201 void __iomem *tx2; member 1329 .tx2 = 0x800, 1338 .tx2 = 0x1800, 1347 .tx2 = 0x3000, 2001 qmp_configure_lane(qmp->dev, qmp->tx2, tbls->tx, tbls->tx_num, 2); in qmp_ufs_lanes_init() 2287 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_ufs_parse_dt_legacy() 2288 if (IS_ERR(qmp->tx2)) in qmp_ufs_parse_dt_legacy() 2289 return PTR_ERR(qmp->tx2); in qmp_ufs_parse_dt_legacy() 2326 qmp->tx2 = base + offs->tx2; in qmp_ufs_parse_dt()
|
| H A D | phy-qcom-qmp-usb-legacy.c | 533 void __iomem *tx2; member 848 qmp_usb_legacy_configure_lane(qmp->tx2, cfg->tx_tbl, cfg->tx_tbl_num, 2); in qmp_usb_legacy_power_on() 1193 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_usb_legacy_parse_dt_legacy() 1194 if (IS_ERR(qmp->tx2)) in qmp_usb_legacy_parse_dt_legacy() 1195 return PTR_ERR(qmp->tx2); in qmp_usb_legacy_parse_dt_legacy()
|
| H A D | phy-qcom-qmp-pcie.c | 3938 u16 tx2; member 4024 void __iomem *tx2; member 4150 .tx2 = 0x0600, 4161 .tx2 = 0x0800, 4172 .tx2 = 0x1600, 4182 .tx2 = 0x0600, 4193 .tx2 = 0x0800, 4204 .tx2 = 0x3800, 4214 .tx2 = 0x1800, 4224 .tx2 = 0x0800, [all …]
|
| H A D | phy-qcom-qmp-combo.c | 2570 void __iomem *tx2; member 4179 void __iomem *tx2 = qmp->dp_tx2; in qmp_combo_dp_power_on() local 4186 qmp_configure_lane(qmp->dev, tx2, cfg->dp_tx_tbl, cfg->dp_tx_tbl_num, 2); in qmp_combo_dp_power_on() 4224 void __iomem *tx2 = qmp->tx2; in qmp_combo_usb_power_on() local 4236 qmp_configure_lane(qmp->dev, tx2, cfg->tx_tbl, cfg->tx_tbl_num, 2); in qmp_combo_usb_power_on() 4991 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_combo_parse_dt_legacy_usb() 4992 if (IS_ERR(qmp->tx2)) in qmp_combo_parse_dt_legacy_usb() 4993 return PTR_ERR(qmp->tx2); in qmp_combo_parse_dt_legacy_usb() 5068 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 | am33xx.dtsi | 410 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7", 456 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
|
| /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-am62a-main.dtsi | 755 dma-names = "tx0", "tx1", "tx2", "tx3", "tx4", "tx5", "tx6",
|
| H A D | k3-am62-main.dtsi | 738 dma-names = "tx0", "tx1", "tx2", "tx3", "tx4", "tx5", "tx6",
|
| /linux/arch/arm/boot/dts/ti/davinci/ |
| H A D | da850.dtsi | 670 "tx1", "tx2", "tx3", "tx4";
|
| /linux/arch/arm64/boot/dts/nvidia/ |
| H A D | tegra132.dtsi | 935 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
|
| H A D | tegra264.dtsi | 1255 "rx2", "tx2",
|
| H A D | tegra234.dtsi | 1460 "rx2", "tx2",
|
| /linux/arch/arm/boot/dts/nvidia/ |
| H A D | tegra124.dtsi | 1113 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
|