/linux-6.3-rc2/tools/testing/selftests/timers/ |
A 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-6.3-rc2/drivers/net/ethernet/8390/ |
A D | lib8390.c | 352 ei_local->tx2 > 0) 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() 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() 603 ei_local->tx2 = -1; in ei_tx_intr() 609 } else if (ei_local->tx2 < 0) { in ei_tx_intr() 613 ei_local->tx2 = 0; in ei_tx_intr() 1036 ei_local->tx1 = ei_local->tx2 = 0; in __NS8390_init() [all …]
|
A D | axnet_cs.c | 999 ei_local->tx2 > 0) 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() 1273 if (ei_local->tx2 > 0) in ei_tx_intr() 1278 ei_local->tx2 = -1; in ei_tx_intr() 1285 else if (ei_local->tx2 < 0) in ei_tx_intr() 1290 ei_local->tx2); in ei_tx_intr() 1291 ei_local->tx2 = 0; in ei_tx_intr() [all …]
|
A D | 8390.h | 96 short tx1, tx2; /* Packet lengths for ping-pong tx. */ member
|
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/ |
A D | nvidia,tegra210-admaif.yaml | 74 Should be "tx1", "tx2" ... "tx10" for DMA Tx channel 90 Should be "tx1", "tx2" ... "tx20" for DMA Tx channel 118 "rx2", "tx2",
|
A D | nvidia,tegra30-ahub.txt | 84 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2", "rx3", "tx3";
|
A D | fsl,spdif.yaml | 51 - description: Clock for tx2 and rx2.
|
A D | nvidia,tegra-audio-graph-card.yaml | 142 "rx2", "tx2",
|
A D | nvidia,tegra210-ahub.yaml | 160 "rx2", "tx2",
|
/linux-6.3-rc2/Documentation/driver-api/dmaengine/ |
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-6.3-rc2/drivers/phy/qualcomm/ |
A D | phy-qcom-qmp-ufs.c | 677 u16 tx2; member 730 void __iomem *tx2; member 790 .tx2 = 0x800, 799 .tx2 = 0x1800, 1107 qmp_ufs_configure_lane(qmp->tx2, tbls->tx, tbls->tx_num, 2); in qmp_ufs_lanes_init() 1431 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_ufs_parse_dt_legacy() 1432 if (IS_ERR(qmp->tx2)) in qmp_ufs_parse_dt_legacy() 1433 return PTR_ERR(qmp->tx2); in qmp_ufs_parse_dt_legacy() 1470 qmp->tx2 = base + offs->tx2; in qmp_ufs_parse_dt()
|
A D | phy-qcom-qmp-pcie.c | 1743 u16 tx2; member 1820 void __iomem *tx2; member 1905 .tx2 = 0x1600, 1915 .tx2 = 0x0800, 2562 tx4 = qmp->port_b + offs->tx2; in qmp_pcie_init_port_b() 2578 void __iomem *tx2 = qmp->tx2; in qmp_pcie_init_registers() local 2593 qmp_pcie_configure_lane(tx2, tbls->tx, tbls->tx_num, 2); in qmp_pcie_init_registers() 2955 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_pcie_parse_dt_legacy() 2956 if (IS_ERR(qmp->tx2)) in qmp_pcie_parse_dt_legacy() 2957 return PTR_ERR(qmp->tx2); in qmp_pcie_parse_dt_legacy() [all …]
|
A D | phy-qcom-qmp-combo.c | 1298 void __iomem *tx2; member 2596 void __iomem *tx2 = qmp->dp_tx2; in qmp_combo_dp_power_on() local 2601 qmp_combo_configure_lane(tx2, cfg->dp_tx_tbl, cfg->dp_tx_tbl_num, 2); in qmp_combo_dp_power_on() 2629 void __iomem *tx2 = qmp->tx2; in qmp_combo_usb_power_on() local 2646 qmp_combo_configure_lane(tx2, cfg->tx_tbl, cfg->tx_tbl_num, 2); in qmp_combo_usb_power_on() 3242 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_combo_parse_dt_lecacy_usb() 3243 if (IS_ERR(qmp->tx2)) in qmp_combo_parse_dt_lecacy_usb() 3244 return PTR_ERR(qmp->tx2); in qmp_combo_parse_dt_lecacy_usb() 3312 qmp->tx2 = base + offs->txb; in qmp_combo_parse_dt()
|
A D | phy-qcom-qmp-usb.c | 1471 void __iomem *tx2; member 2083 qmp_usb_configure_lane(qmp->tx2, cfg->tx_tbl, cfg->tx_tbl_num, 2); in qmp_usb_power_on() 2452 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_usb_parse_dt_legacy() 2453 if (IS_ERR(qmp->tx2)) in qmp_usb_parse_dt_legacy() 2454 return PTR_ERR(qmp->tx2); in qmp_usb_parse_dt_legacy()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/firmware/ |
A D | fsl,scu.yaml | 99 - const: tx2 108 - const: tx2 158 mbox-names = "tx0", "tx1", "tx2", "tx3",
|
/linux-6.3-rc2/sound/soc/fsl/ |
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-6.3-rc2/Documentation/devicetree/bindings/usb/ |
A D | am33xx-usb.txt | 136 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7", 182 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
|
A D | da8xx-usb.txt | 67 "tx1", "tx2", "tx3", "tx4";
|
/linux-6.3-rc2/Documentation/devicetree/bindings/net/ |
A D | ti,k3-am654-cpsw-nuss.yaml | 98 - const: tx2 258 dma-names = "tx0", "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | dm816x.dtsi | 423 "tx2", "rx2", "tx3", "rx3"; 599 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7", 639 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
|
A D | dm814x.dtsi | 113 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7", 151 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7", 273 "tx2", "rx2", "tx3", "rx3";
|
A D | omap2.dtsi | 139 "tx2", "rx2", "tx3", "rx3";
|
A D | am33xx.dtsi | 400 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7", 446 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
|
/linux-6.3-rc2/arch/arm64/boot/dts/ti/ |
A D | k3-j721s2-mcu-wakeup.dtsi | 271 dma-names = "tx0", "tx1", "tx2", "tx3",
|
A D | k3-j784s4-mcu-wakeup.dtsi | 270 dma-names = "tx0", "tx1", "tx2", "tx3",
|