Home
last modified time | relevance | path

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

123

/openbmc/linux/tools/testing/selftests/timers/
H A Draw_skew.c96 struct timex tx1, tx2; in main() local
120 tx2.modes = 0; in main()
121 adjtimex(&tx2); in main()
132 ppm = (long long)(tx1.freq + tx2.freq) * 1000 / 2; in main()
137 if (tx1.offset || tx2.offset || in main()
138 tx1.freq != tx2.freq || tx1.tick != tx2.tick) { in main()
/openbmc/linux/drivers/net/ethernet/8390/
H A Dlib8390.c351 ei_local->tx2 > 0) 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()
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()
602 ei_local->tx2 = -1; in ei_tx_intr()
608 } else if (ei_local->tx2 < 0) { in ei_tx_intr()
612 ei_local->tx2 = 0; in ei_tx_intr()
1035 ei_local->tx1 = ei_local->tx2 = 0; in __NS8390_init()
[all …]
H A Daxnet_cs.c996 ei_local->tx2 > 0) 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()
1270 if (ei_local->tx2 > 0) in ei_tx_intr()
1275 ei_local->tx2 = -1; in ei_tx_intr()
1282 else if (ei_local->tx2 < 0) in ei_tx_intr()
1287 ei_local->tx2); in ei_tx_intr()
1288 ei_local->tx2 = 0; in ei_tx_intr()
[all …]
H A D8390.h98 short tx1, tx2; /* Packet lengths for ping-pong tx. */ member
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dnvidia,tegra210-admaif.yaml74 Should be "tx1", "tx2" ... "tx10" for DMA Tx channel
90 Should be "tx1", "tx2" ... "tx20" for DMA Tx channel
118 "rx2", "tx2",
H A Dnvidia,tegra30-ahub.txt84 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2", "rx3", "tx3";
H A Dnvidia,tegra-audio-graph-card.yaml142 "rx2", "tx2",
H A Dfsl,spdif.yaml51 - description: Clock for tx2 and rx2.
/openbmc/linux/Documentation/driver-api/dmaengine/
H A 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 |
/openbmc/u-boot/drivers/net/
H A Dne2000_base.c182 dp->tx1 = dp->tx2 = 0; in dp83902a_start()
266 dp->tx2 = start_page; in dp83902a_send()
526 dp->tx2 = 0; in dp83902a_TxEvent()
533 } else if (dp->tx2) { in dp83902a_TxEvent()
534 dp83902a_start_xmit(dp->tx2, dp->tx2_len); in dp83902a_TxEvent()
H A Dne2000_base.h131 int tx1, tx2; /* Page numbers for Tx buffers */ member
/openbmc/linux/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-ufs.c706 u16 tx2; member
759 void __iomem *tx2; member
819 .tx2 = 0x800,
828 .tx2 = 0x1800,
1210 qmp_ufs_configure_lane(qmp->tx2, tbls->tx, tbls->tx_num, 2); in qmp_ufs_lanes_init()
1534 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_ufs_parse_dt_legacy()
1535 if (IS_ERR(qmp->tx2)) in qmp_ufs_parse_dt_legacy()
1536 return PTR_ERR(qmp->tx2); in qmp_ufs_parse_dt_legacy()
1573 qmp->tx2 = base + offs->tx2; in qmp_ufs_parse_dt()
H A Dphy-qcom-qmp-pcie.c2156 u16 tx2; member
2230 void __iomem *tx2; member
2333 .tx2 = 0x0600,
2343 .tx2 = 0x0800,
2353 .tx2 = 0x1600,
2363 .tx2 = 0x0800,
2373 .tx2 = 0x3800,
2383 .tx2 = 0x0800,
3140 void __iomem *tx2 = qmp->tx2; in qmp_pcie_init_registers() local
3517 if (IS_ERR(qmp->tx2)) in qmp_pcie_parse_dt_legacy()
[all …]
H A Dphy-qcom-qmp-usb.c1159 u16 tx2; member
1212 void __iomem *tx2; member
1305 .tx2 = 0x600,
1734 qmp_usb_configure_lane(qmp->tx2, cfg->tx_tbl, cfg->tx_tbl_num, 2); in qmp_usb_power_on()
2100 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_usb_parse_dt_legacy()
2101 if (IS_ERR(qmp->tx2)) in qmp_usb_parse_dt_legacy()
2102 return PTR_ERR(qmp->tx2); in qmp_usb_parse_dt_legacy()
2150 qmp->tx2 = base + offs->tx2; in qmp_usb_parse_dt()
H A Dphy-qcom-qmp-usb-legacy.c554 void __iomem *tx2; member
878 qmp_usb_legacy_configure_lane(qmp->tx2, cfg->tx_tbl, cfg->tx_tbl_num, 2); in qmp_usb_legacy_power_on()
1235 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_usb_legacy_parse_dt_legacy()
1236 if (IS_ERR(qmp->tx2)) in qmp_usb_legacy_parse_dt_legacy()
1237 return PTR_ERR(qmp->tx2); in qmp_usb_legacy_parse_dt_legacy()
H A Dphy-qcom-qmp-combo.c1395 void __iomem *tx2; member
2518 void __iomem *tx2 = qmp->dp_tx2; in qmp_combo_dp_power_on() local
2525 qmp_combo_configure_lane(tx2, cfg->dp_tx_tbl, cfg->dp_tx_tbl_num, 2); in qmp_combo_dp_power_on()
2559 void __iomem *tx2 = qmp->tx2; in qmp_combo_usb_power_on() local
2577 qmp_combo_configure_lane(tx2, cfg->tx_tbl, cfg->tx_tbl_num, 2); in qmp_combo_usb_power_on()
3288 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_combo_parse_dt_lecacy_usb()
3289 if (IS_ERR(qmp->tx2)) in qmp_combo_parse_dt_lecacy_usb()
3290 return PTR_ERR(qmp->tx2); in qmp_combo_parse_dt_lecacy_usb()
3365 qmp->tx2 = base + offs->txb; in qmp_combo_parse_dt()
/openbmc/linux/Documentation/devicetree/bindings/firmware/
H A Dfsl,scu.yaml99 - const: tx2
108 - const: tx2
158 mbox-names = "tx0", "tx1", "tx2", "tx3",
/openbmc/linux/sound/soc/fsl/
H A 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()
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Dam33xx-usb.txt136 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
182 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
H A Dda8xx-usb.txt67 "tx1", "tx2", "tx3", "tx4";
/openbmc/u-boot/arch/arm/dts/
H A Ddm816x.dtsi305 "tx2", "rx2", "tx3", "rx3";
445 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
485 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dti,k3-am654-cpsw-nuss.yaml99 - const: tx2
271 dma-names = "tx0", "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Ddm816x.dtsi423 "tx2", "rx2", "tx3", "rx3";
599 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
639 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
H A Ddm814x.dtsi113 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
151 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
273 "tx2", "rx2", "tx3", "rx3";
/openbmc/qemu/tests/qtest/
H A Dahci-test.c1441 g_autofree unsigned char *tx2 = g_malloc(bufsize); in test_reset_pending_callback() local
1464 generate_pattern(tx2, bufsize, AHCI_SECTOR_SIZE); in test_reset_pending_callback()
1465 } while (memcmp(tx1, tx2, bufsize) == 0); in test_reset_pending_callback()
1468 qtest_bufwrite(ahci->parent->qts, ptr2, tx2, bufsize); in test_reset_pending_callback()
1500 g_assert_cmphex(memcmp(tx2, rx2, bufsize), ==, 0); in test_reset_pending_callback()

123