Home
last modified time | relevance | path

Searched full:tx2 (Results 1 – 25 of 205) sorted by relevance

123456789

/kernel/linux/linux-6.6/sound/soc/tegra/
Dtegra210_ahub.c149 DAI(ADX1 TX2),
154 DAI(ADX2 TX2),
169 DAI(MIXER1 TX2),
254 DAI(ADX1 TX2),
259 DAI(ADX2 TX2),
264 DAI(ADX3 TX2),
269 DAI(ADX4 TX2),
284 DAI(MIXER1 TX2),
292 DAI(ASRC1 TX2),
336 "ADX1 TX2",
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/timers/
Draw_skew.c96 struct timex tx1, tx2; in main() local
120 tx2.modes = 0; in main()
121 adjtimex(&tx2); in main()
132 ppm = (tx1.freq + tx2.freq) * 1000 / 2; 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/
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()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/firmware/
Dfsl,scu.yaml70 - description: TX2 MU channel
79 - description: TX2 MU channel
99 - const: tx2
108 - const: tx2
158 mbox-names = "tx0", "tx1", "tx2", "tx3",
/kernel/linux/linux-5.10/Documentation/driver-api/dmaengine/
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 |
/kernel/linux/linux-6.6/Documentation/driver-api/dmaengine/
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 |
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/
Dlib8390.c351 ei_local->tx2 > 0) in __ei_start_xmit()
353 "idle transmitter tx2=%d, lasttx=%d, txing=%d\n", in __ei_start_xmit()
354 ei_local->tx2, ei_local->lasttx, ei_local->txing); 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()
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()
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()
[all …]
Daxnet_cs.c996 ei_local->tx2 > 0) in axnet_start_xmit()
998 "idle transmitter tx2=%d, lasttx=%d, txing=%d\n", in axnet_start_xmit()
999 ei_local->tx2, ei_local->lasttx, 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()
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()
1053 ei_local->tx2 = -1; in axnet_start_xmit()
1059 if (ei_local->tx1 && ei_local->tx2) in axnet_start_xmit()
1270 if (ei_local->tx2 > 0) in ei_tx_intr()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/
Dlib8390.c352 ei_local->tx2 > 0) in __ei_start_xmit()
354 "idle transmitter tx2=%d, lasttx=%d, txing=%d\n", in __ei_start_xmit()
355 ei_local->tx2, ei_local->lasttx, ei_local->txing); in __ei_start_xmit()
356 } else if (ei_local->tx2 == 0) { in __ei_start_xmit()
358 ei_local->tx2 = send_length; 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()
392 ei_local->tx2 = -1; in __ei_start_xmit()
398 if (ei_local->tx1 && ei_local->tx2) in __ei_start_xmit()
599 if (ei_local->tx2 > 0) { in ei_tx_intr()
[all …]
Daxnet_cs.c996 ei_local->tx2 > 0) in axnet_start_xmit()
998 "idle transmitter tx2=%d, lasttx=%d, txing=%d\n", in axnet_start_xmit()
999 ei_local->tx2, ei_local->lasttx, 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()
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()
1053 ei_local->tx2 = -1; in axnet_start_xmit()
1059 if (ei_local->tx1 && ei_local->tx2) in axnet_start_xmit()
1270 if (ei_local->tx2 > 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
102 "rx2", "tx2",
/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
118 "rx2", "tx2",
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/usb/
Donnn,nb7vpq904m.yaml59 - 1 is TX2 lane
73 - Port B to TX2 lane
85 - Port C to TX2 lane
/kernel/linux/linux-5.10/arch/x86/crypto/
Dtwofish-x86_64-asm_64-3way.S93 #define g1g2_3(ab, cd, Tx0, Tx1, Tx2, Tx3, Ty0, Ty1, Ty2, Ty3, x, y) \ argument
105 do16bit_ror(32, xor, xor, Tx2, Tx3, RT0, RT1, ab ## 0, x ## 0); \
109 do16bit_ror(32, xor, xor, Tx2, Tx3, RT0, RT1, ab ## 1, x ## 1); \
113 do16bit_ror(32, xor, xor, Tx2, Tx3, RT0, RT1, ab ## 2, x ## 2); \
/kernel/linux/linux-6.6/arch/x86/crypto/
Dtwofish-x86_64-asm_64-3way.S93 #define g1g2_3(ab, cd, Tx0, Tx1, Tx2, Tx3, Ty0, Ty1, Ty2, Ty3, x, y) \ argument
105 do16bit_ror(32, xor, xor, Tx2, Tx3, RT0, RT1, ab ## 0, x ## 0); \
109 do16bit_ror(32, xor, xor, Tx2, Tx3, RT0, RT1, ab ## 1, x ## 1); \
113 do16bit_ror(32, xor, xor, Tx2, Tx3, RT0, RT1, ab ## 2, x ## 2); \
/kernel/linux/linux-6.6/sound/soc/codecs/
Dcs35l41.c584 SND_SOC_DAPM_MUX("ASP TX2 Source", SND_SOC_NOPM, 0, 0, &asp_tx2_mux),
610 {"ASP TX2 Source", "VMON", "VMON ADC"},
611 {"ASP TX2 Source", "IMON", "IMON ADC"},
612 {"ASP TX2 Source", "VPMON", "VPMON ADC"},
613 {"ASP TX2 Source", "VBSTMON", "VBSTMON ADC"},
614 {"ASP TX2 Source", "DSPTX1", "DSP1"},
615 {"ASP TX2 Source", "DSPTX2", "DSP1"},
616 {"ASP TX2 Source", "ASPRX1", "ASPRX1" },
617 {"ASP TX2 Source", "ASPRX2", "ASPRX2" },
635 {"ASPTX2", NULL, "ASP TX2 Source"},
Dtwl4030.c488 /* TX2 L/R Analog/Digital microphone selection */
1139 SOC_DOUBLE_R_TLV("TX2 Digital Capture Volume",
1333 TX2 Left/Right: either analog Left/Right or Digimic1 */
1336 SND_SOC_DAPM_MUX("TX2 Capture Route", SND_SOC_NOPM, 0, 0,
1528 /* TX2 Left capture path */
1529 {"TX2 Capture Route", "Analog", "ADC Physical Left"},
1530 {"TX2 Capture Route", "Digimic1", "Digimic1 Enable"},
1531 /* TX2 Right capture path */
1532 {"TX2 Capture Route", "Analog", "ADC Physical Right"},
1533 {"TX2 Capture Route", "Digimic1", "Digimic1 Enable"},
[all …]
/kernel/linux/linux-5.10/sound/soc/codecs/
Dtwl4030.c482 /* TX2 L/R Analog/Digital microphone selection */
1131 SOC_DOUBLE_R_TLV("TX2 Digital Capture Volume",
1325 TX2 Left/Right: either analog Left/Right or Digimic1 */
1328 SND_SOC_DAPM_MUX("TX2 Capture Route", SND_SOC_NOPM, 0, 0,
1520 /* TX2 Left capture path */
1521 {"TX2 Capture Route", "Analog", "ADC Physical Left"},
1522 {"TX2 Capture Route", "Digimic1", "Digimic1 Enable"},
1523 /* TX2 Right capture path */
1524 {"TX2 Capture Route", "Analog", "ADC Physical Right"},
1525 {"TX2 Capture Route", "Digimic1", "Digimic1 Enable"},
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/
Dtegra.yaml130 - description: Jetson TX2 Developer Kit
134 - description: Jetson TX2 NX Developer Kit
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/
Dqcom,qmp-usb3-dp-phy.yaml92 - description: Address and length of TX2.
132 - description: Address and length of TX2.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/freescale/
Dfsl,scu.txt24 - mbox-names: should include "tx0", "tx1", "tx2", "tx3",
37 Channel 2 must be "tx2" or "rx2".
196 mbox-names = "tx0", "tx1", "tx2", "tx3",
/kernel/linux/linux-6.6/drivers/phy/qualcomm/
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()
1518 * For dual lane PHYs: tx2 -> 3, rx2 -> 4, pcs_misc (optional) -> 5 in qmp_ufs_parse_dt_legacy()
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()
/kernel/linux/linux-6.6/include/linux/platform_data/
Dleds-lm355x.h51 * lm3554-envm/tx2/gpio2
/kernel/linux/linux-5.10/include/linux/platform_data/
Dleds-lm355x.h51 * lm3554-envm/tx2/gpio2
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/
Dam33xx-usb.txt135 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
181 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",

123456789