Home
last modified time | relevance | path

Searched full:tx1 (Results 1 – 25 of 243) sorted by relevance

12345678910

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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 = (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()
/kernel/linux/linux-6.6/sound/soc/tegra/
Dtegra210_ahub.c148 DAI(ADX1 TX1),
153 DAI(ADX2 TX1),
168 DAI(MIXER1 TX1),
253 DAI(ADX1 TX1),
258 DAI(ADX2 TX1),
263 DAI(ADX3 TX1),
268 DAI(ADX4 TX1),
283 DAI(MIXER1 TX1),
290 DAI(ASRC1 TX1),
335 "ADX1 TX1",
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/
Dti,icssg-prueth.yaml38 - const: tx1-0
39 - const: tx1-1
40 - const: tx1-2
41 - const: tx1-3
163 "tx1-0", "tx1-1", "tx1-2", "tx1-3",
/kernel/linux/linux-6.6/drivers/phy/qualcomm/
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 …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/can/
Dnxp,sja1000.yaml64 or combination of TX0 and TX1:
69 <0x08> : TX1 invert
70 <0x10> : TX1 pull-down
71 <0x20> : TX1 pull-up
72 <0x30> : TX1 push-pull
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/can/
Dsja1000.txt36 <0x08> : TX1 invert
37 <0x10> : TX1 pull-down
38 <0x20> : TX1 pull-up
39 <0x30> : TX1 push-pull
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/firmware/
Dfsl,scu.yaml69 - description: TX1 MU channel
78 - description: TX1 MU channel
98 - const: tx1
107 - const: tx1
158 mbox-names = "tx0", "tx1", "tx2", "tx3",
/kernel/linux/linux-5.10/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 |
/kernel/linux/linux-6.6/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 |
/kernel/linux/linux-6.6/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";
/kernel/linux/linux-6.6/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";
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/
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()
361 "idle transmitter, tx1=%d, lasttx=%d, txing=%d\n", in __ei_start_xmit()
362 ei_local->tx1, ei_local->lasttx, ei_local->txing); in __ei_start_xmit()
365 "No Tx buffers free! tx1=%d tx2=%d last=%d\n", 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()
[all …]
/kernel/linux/linux-5.10/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()
362 "idle transmitter, tx1=%d, lasttx=%d, txing=%d\n", in __ei_start_xmit()
363 ei_local->tx1, ei_local->lasttx, ei_local->txing); in __ei_start_xmit()
366 "No Tx buffers free! tx1=%d tx2=%d last=%d\n", 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()
[all …]
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()
1009 "idle transmitter, tx1=%d, lasttx=%d, txing=%d\n", in axnet_start_xmit()
1010 ei_local->tx1, ei_local->lasttx, in axnet_start_xmit()
1016 "No Tx buffers free! tx1=%d tx2=%d last=%d\n", 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()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dnvidia,tegra210-admaif.yaml58 Should be "tx1", "tx2" ... "tx10" for DMA Tx channel
74 Should be "tx1", "tx2" ... "tx20" for DMA Tx channel
101 dma-names = "rx1", "tx1",
/kernel/linux/linux-6.6/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",
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/usb/
Donnn,nb7vpq904m.yaml60 - 2 is TX1 lane
74 - Port C to TX1 lane
84 - Port B to TX1 lane
/kernel/linux/linux-5.10/include/sound/
Dak4114.h82 #define AK4114_TX1E (1<<7) /* TX1 Output Enable (1 = enable) */
83 #define AK4114_OPS12 (1<<6) /* Output Data Selector for TX1 pin */
84 #define AK4114_OPS11 (1<<5) /* Output Data Selector for TX1 pin */
85 #define AK4114_OPS10 (1<<4) /* Output Data Selector for TX1 pin */
100 #define AK4114_DIT (1<<3) /* TX1 out: 0 = Through Data (RX data), 1 = Transmit Data (DAUX data) */
/kernel/linux/linux-6.6/include/sound/
Dak4114.h82 #define AK4114_TX1E (1<<7) /* TX1 Output Enable (1 = enable) */
83 #define AK4114_OPS12 (1<<6) /* Output Data Selector for TX1 pin */
84 #define AK4114_OPS11 (1<<5) /* Output Data Selector for TX1 pin */
85 #define AK4114_OPS10 (1<<4) /* Output Data Selector for TX1 pin */
100 #define AK4114_DIT (1<<3) /* TX1 out: 0 = Through Data (RX data), 1 = Transmit Data (DAUX data) */
/kernel/linux/linux-6.6/sound/firewire/dice/
Ddice-alesis.c13 {8, 4, 0}, /* Tx1 = ADAT1. */
19 {16, 4, 0}, /* Tx1 = ADAT1 + ADAT2 (available at low rate). */
/kernel/linux/linux-5.10/sound/firewire/dice/
Ddice-alesis.c13 {8, 4, 0}, /* Tx1 = ADAT1. */
19 {16, 4, 0}, /* Tx1 = ADAT1 + ADAT2 (available at low rate). */
/kernel/linux/linux-6.6/sound/soc/codecs/
Drk817_codec.c120 SND_SOC_DAPM_SUPPLY("I2S TX1 Transfer Start", RK817_CODEC_DI2S_RXCMD_TSD, 5, 0, NULL, 0),
195 {"ADC L", NULL, "I2S TX1 Transfer Start"},
213 {"ADC R", NULL, "I2S TX1 Transfer Start"},
228 {"SPK DAC", NULL, "I2S TX1 Transfer Start"},
251 {"DAC L", NULL, "I2S TX1 Transfer Start"},
268 {"DAC R", NULL, "I2S TX1 Transfer Start"},

12345678910