Home
last modified time | relevance | path

Searched refs:tx1 (Results 1 – 25 of 66) sorted by relevance

123

/openbmc/linux/tools/testing/selftests/timers/
H A Dadjtick.c118 struct timex tx1; in check_tick_adj() local
120 tx1.modes = ADJ_TICK; in check_tick_adj()
121 tx1.modes |= ADJ_OFFSET; in check_tick_adj()
122 tx1.modes |= ADJ_FREQUENCY; in check_tick_adj()
123 tx1.modes |= ADJ_STATUS; in check_tick_adj()
125 tx1.status = STA_PLL; in check_tick_adj()
126 tx1.offset = 0; in check_tick_adj()
127 tx1.freq = 0; in check_tick_adj()
128 tx1.tick = tickval; in check_tick_adj()
130 adjtimex(&tx1); in check_tick_adj()
[all …]
H A Draw_skew.c96 struct timex tx1, tx2; in main() local
105 tx1.modes = 0; in main()
106 adjtimex(&tx1); in main()
111 if (tx1.offset) 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/phy/qualcomm/
H A Dphy-qcom-edp.c89 void __iomem *tx1; member
270 writel(ldo_config, edp->tx1 + TXn_LDO_CONFIG); in qcom_edp_set_voltages()
271 writel(swing, edp->tx1 + TXn_TX_DRV_LVL); in qcom_edp_set_voltages()
272 writel(emph, edp->tx1 + TXn_TX_EMP_POST1_LVL); in qcom_edp_set_voltages()
474 writel(ldo_config, edp->tx1 + TXn_LDO_CONFIG); in qcom_edp_phy_power_on()
476 writel(0x00, edp->tx1 + TXn_LANE_MODE_1); in qcom_edp_phy_power_on()
500 writel(0x03, edp->tx1 + TXn_TRANSCEIVER_BIAS_EN); in qcom_edp_phy_power_on()
501 writel(0x0f, edp->tx1 + TXn_CLKBUF_ENABLE); in qcom_edp_phy_power_on()
502 writel(0x03, edp->tx1 + TXn_RESET_TSYNC_EN); in qcom_edp_phy_power_on()
503 writel(0x01, edp->tx1 + TXn_TRAN_DRVR_EMP_EN); in qcom_edp_phy_power_on()
[all …]
/openbmc/linux/drivers/net/ethernet/8390/
H A Dlib8390.c347 if (ei_local->tx1 == 0) { in __ei_start_xmit()
349 ei_local->tx1 = send_length; in __ei_start_xmit()
359 ei_local->tx1 > 0) in __ei_start_xmit()
362 ei_local->tx1, ei_local->lasttx, ei_local->txing); in __ei_start_xmit()
366 ei_local->tx1, ei_local->tx2, ei_local->lasttx); in __ei_start_xmit()
388 ei_local->tx1 = -1; in __ei_start_xmit()
397 if (ei_local->tx1 && ei_local->tx2) in __ei_start_xmit()
593 if (ei_local->tx1 < 0) { in ei_tx_intr()
596 ei_local->name, ei_local->lasttx, ei_local->tx1); in ei_tx_intr()
597 ei_local->tx1 = 0; in ei_tx_intr()
[all …]
H A Daxnet_cs.c991 if (ei_local->tx1 == 0) in axnet_start_xmit()
994 ei_local->tx1 = send_length; in axnet_start_xmit()
1007 ei_local->tx1 > 0) in axnet_start_xmit()
1010 ei_local->tx1, ei_local->lasttx, in axnet_start_xmit()
1017 ei_local->tx1, ei_local->tx2, in axnet_start_xmit()
1048 ei_local->tx1 = -1; in axnet_start_xmit()
1059 if (ei_local->tx1 && ei_local->tx2) in axnet_start_xmit()
1263 if (ei_local->tx1 < 0) in ei_tx_intr()
1268 ei_local->tx1); in ei_tx_intr()
1269 ei_local->tx1 = 0; in ei_tx_intr()
[all …]
H A D8390.h98 short tx1, tx2; /* Packet lengths for ping-pong tx. */ member
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8-ss-vpu.dtsi46 mbox-names = "tx0", "tx1", "rx";
57 mbox-names = "tx0", "tx1", "rx";
68 mbox-names = "tx0", "tx1", "rx";
/openbmc/linux/Documentation/driver-api/dmaengine/
H A Dpxa_dma.rst21 This implies that even if an irq/tasklet is triggered by end of tx1, but
22 at the time of irq/dma tx2 is already finished, tx1->complete() and
146 - a driver submitted an aligned tx1, not chained
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()
261 dp->tx1 = start_page; in dp83902a_send()
357 if (start_page == dp->tx1) { in dp83902a_send()
523 dp->tx1 = 0; in dp83902a_TxEvent()
530 if (dp->tx1) { in dp83902a_TxEvent()
531 dp83902a_start_xmit(dp->tx1, dp->tx1_len); in dp83902a_TxEvent()
H A Dne2000_base.h131 int tx1, tx2; /* Page numbers for Tx buffers */ member
/openbmc/linux/arch/powerpc/boot/dts/
H A Dtqm8xx.dts76 bosch,disconnect-tx1-output;
88 bosch,disconnect-tx1-output;
H A Dtqm8548.dts394 bosch,disconnect-tx1-output;
406 bosch,disconnect-tx1-output;
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3588-pinctrl.dtsi153 hdmim0_tx1_cec: hdmim0-tx1-cec {
160 hdmim0_tx1_scl: hdmim0-tx1-scl {
167 hdmim0_tx1_sda: hdmim0-tx1-sda {
/openbmc/linux/net/wireless/
H A DMakefile44 thisf=$$(od -An -v -tx1 < $$f | \
/openbmc/u-boot/arch/m68k/include/asm/coldfire/
H A Dssi.h14 u32 tx1; member
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap2.dtsi138 dma-names = "tx0", "rx0", "tx1", "rx1",
148 dma-names = "tx0", "rx0", "tx1", "rx1";
H A Ddm814x.dtsi113 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
151 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
272 dma-names = "tx0", "rx0", "tx1", "rx1",
286 dma-names = "tx0", "rx0", "tx1", "rx1";
H A Ddm816x.dtsi422 dma-names = "tx0", "rx0", "tx1", "rx1",
599 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
639 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
/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/linux/Documentation/devicetree/bindings/net/can/
H A Dcc770.txt35 - bosch,disconnect-tx1-output : see data sheet.
/openbmc/u-boot/arch/arm/dts/
H A Ddm816x.dtsi304 dma-names = "tx0", "rx0", "tx1", "rx1",
445 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
485 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
H A Dam33xx.dtsi600 dma-names = "tx0", "rx0", "tx1", "rx1";
616 dma-names = "tx0", "rx0", "tx1", "rx1";
681 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
729 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dnvidia,tegra30-ahub.txt84 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2", "rx3", "tx3";
/openbmc/qemu/tests/qtest/
H A Dahci-test.c1440 g_autofree unsigned char *tx1 = g_malloc(bufsize); in test_reset_pending_callback() local
1463 generate_pattern(tx1, bufsize, AHCI_SECTOR_SIZE); in test_reset_pending_callback()
1465 } while (memcmp(tx1, tx2, bufsize) == 0); in test_reset_pending_callback()
1467 qtest_bufwrite(ahci->parent->qts, ptr1, tx1, bufsize); in test_reset_pending_callback()
1496 g_assert_cmphex(memcmp(tx1, rx1, bufsize), ==, 0); in test_reset_pending_callback()

123