Home
last modified time | relevance | path

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

123

/linux-6.1.9/tools/testing/selftests/timers/
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 …]
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 = (tx1.freq + tx2.freq) * 1000 / 2; in main()
133 ppm = (long long)tx1.freq * 1000; in main()
138 if (tx1.offset || tx2.offset || in main()
139 tx1.freq != tx2.freq || tx1.tick != tx2.tick) { in main()
/linux-6.1.9/drivers/phy/qualcomm/
Dphy-qcom-edp.c91 void __iomem *tx1; member
272 writel(ldo_config, edp->tx1 + TXn_LDO_CONFIG); in qcom_edp_set_voltages()
273 writel(swing, edp->tx1 + TXn_TX_DRV_LVL); in qcom_edp_set_voltages()
274 writel(emph, edp->tx1 + TXn_TX_EMP_POST1_LVL); in qcom_edp_set_voltages()
476 writel(ldo_config, edp->tx1 + TXn_LDO_CONFIG); in qcom_edp_phy_power_on()
478 writel(0x00, edp->tx1 + TXn_LANE_MODE_1); in qcom_edp_phy_power_on()
502 writel(0x03, edp->tx1 + TXn_TRANSCEIVER_BIAS_EN); in qcom_edp_phy_power_on()
503 writel(0x0f, edp->tx1 + TXn_CLKBUF_ENABLE); in qcom_edp_phy_power_on()
504 writel(0x03, edp->tx1 + TXn_RESET_TSYNC_EN); in qcom_edp_phy_power_on()
505 writel(0x01, edp->tx1 + TXn_TRAN_DRVR_EMP_EN); in qcom_edp_phy_power_on()
[all …]
/linux-6.1.9/drivers/net/ethernet/8390/
Dlib8390.c348 if (ei_local->tx1 == 0) { in __ei_start_xmit()
350 ei_local->tx1 = send_length; in __ei_start_xmit()
360 ei_local->tx1 > 0) in __ei_start_xmit()
363 ei_local->tx1, ei_local->lasttx, ei_local->txing); in __ei_start_xmit()
367 ei_local->tx1, ei_local->tx2, ei_local->lasttx); in __ei_start_xmit()
389 ei_local->tx1 = -1; in __ei_start_xmit()
398 if (ei_local->tx1 && ei_local->tx2) in __ei_start_xmit()
594 if (ei_local->tx1 < 0) { in ei_tx_intr()
597 ei_local->name, ei_local->lasttx, ei_local->tx1); in ei_tx_intr()
598 ei_local->tx1 = 0; in ei_tx_intr()
[all …]
Daxnet_cs.c994 if (ei_local->tx1 == 0) in axnet_start_xmit()
997 ei_local->tx1 = send_length; in axnet_start_xmit()
1010 ei_local->tx1 > 0) in axnet_start_xmit()
1013 ei_local->tx1, ei_local->lasttx, in axnet_start_xmit()
1020 ei_local->tx1, ei_local->tx2, in axnet_start_xmit()
1051 ei_local->tx1 = -1; in axnet_start_xmit()
1062 if (ei_local->tx1 && ei_local->tx2) in axnet_start_xmit()
1266 if (ei_local->tx1 < 0) in ei_tx_intr()
1271 ei_local->tx1); in ei_tx_intr()
1272 ei_local->tx1 = 0; in ei_tx_intr()
[all …]
D8390.h96 short tx1, tx2; /* Packet lengths for ping-pong tx. */ member
/linux-6.1.9/arch/arm64/boot/dts/freescale/
Dimx8-ss-vpu.dtsi46 mbox-names = "tx0", "tx1", "rx";
57 mbox-names = "tx0", "tx1", "rx";
68 mbox-names = "tx0", "tx1", "rx";
/linux-6.1.9/Documentation/devicetree/bindings/media/
Damphion,vpu.yaml73 - const: tx1
150 mbox-names = "tx0", "tx1", "rx";
161 mbox-names = "tx0", "tx1", "rx";
172 mbox-names = "tx0", "tx1", "rx";
/linux-6.1.9/Documentation/devicetree/bindings/sound/
Dnvidia,tegra210-admaif.yaml74 Should be "tx1", "tx2" ... "tx10" for DMA Tx channel
90 Should be "tx1", "tx2" ... "tx20" for DMA Tx channel
117 dma-names = "rx1", "tx1",
Dnvidia,tegra-audio-graph-card.yaml92 label = "jetson-tx1-ape";
141 dma-names = "rx1", "tx1",
Drenesas,rz-ssi.yaml62 MID/RID value of SSI tx1 = 0x259
Dnvidia,tegra30-ahub.txt84 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2", "rx3", "tx3";
Dfsl,spdif.yaml50 - description: Clock for tx1 and rx1.
/linux-6.1.9/Documentation/driver-api/dmaengine/
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 |
/linux-6.1.9/arch/powerpc/boot/dts/
Dtqm8xx.dts76 bosch,disconnect-tx1-output;
88 bosch,disconnect-tx1-output;
/linux-6.1.9/Documentation/devicetree/bindings/firmware/
Dfsl,scu.yaml98 - const: tx1
107 - const: tx1
158 mbox-names = "tx0", "tx1", "tx2", "tx3",
/linux-6.1.9/net/wireless/
DMakefile44 thisf=$$(od -An -v -tx1 < $$f | \
/linux-6.1.9/Documentation/devicetree/bindings/phy/
Dqcom,edp-phy.yaml29 - description: tx1 register block
/linux-6.1.9/Documentation/devicetree/bindings/usb/
Dam33xx-usb.txt136 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
182 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
Dda8xx-usb.txt67 "tx1", "tx2", "tx3", "tx4";
/linux-6.1.9/arch/arm/boot/dts/
Domap2.dtsi138 dma-names = "tx0", "rx0", "tx1", "rx1",
148 dma-names = "tx0", "rx0", "tx1", "rx1";
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";
Ddm816x.dtsi422 dma-names = "tx0", "rx0", "tx1", "rx1",
599 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
639 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
/linux-6.1.9/Documentation/devicetree/bindings/net/can/
Dcc770.txt35 - bosch,disconnect-tx1-output : see data sheet.
/linux-6.1.9/Documentation/devicetree/bindings/net/
Dti,k3-am654-cpsw-nuss.yaml96 - const: tx1
233 dma-names = "tx0", "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",

123