Searched refs:tx2 (Results 1 – 11 of 11) sorted by relevance
| /openbmc/u-boot/drivers/net/ |
| H A D | ne2000_base.c | 182 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 D | ne2000_base.h | 131 int tx1, tx2; /* Page numbers for Tx buffers */ member
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | dm816x.dtsi | 305 "tx2", "rx2", "tx3", "rx3"; 445 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7", 485 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
|
| H A D | am33xx.dtsi | 681 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7", 729 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
|
| H A D | da850.dtsi | 630 "tx1", "tx2", "tx3", "tx4";
|
| H A D | tegra114.dtsi | 568 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
|
| H A D | omap3.dtsi | 382 "tx2", "rx2", "tx3", "rx3";
|
| H A D | tegra30.dtsi | 701 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
|
| H A D | tegra124.dtsi | 808 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
|
| H A D | dra7.dtsi | 1312 "tx2", "rx2", "tx3", "rx3";
|
| /openbmc/qemu/tests/qtest/ |
| H A D | ahci-test.c | 1441 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()
|