| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_utils.h | 218 ty1, tx2, ty2, \ argument 232 tx2 = tx1 - ((_x2_) - (_x1_)); \ 235 tx2 = tx1 + ((_x2_) - (_x1_)); \ 249 tx2 = tx1 + ((_x2_) - (_x1_)); \ 275 ty1, tx2, ty2, _x1_, _y1_, _x2_, \ argument 293 _glamor_get_repeat_coords(pixmap, priv, repeat_type, tx1, ty1, tx2, ty2, \ 341 tx1, ty1, tx2, ty2, \ argument 348 texcoords + 1 * stride, tx2, ty1); \ 350 texcoords + 2 * stride, tx2, ty2); \ 371 float tx1, ty1, tx2, ty2, tx3, ty3, tx4, ty4; \ [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timers/ |
| H A D | raw_skew.c | 96 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()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/dmaengine/ |
| H A D | pxa_dma.rst | 22 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 |
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/8390/ |
| H A D | lib8390.c | 352 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 …]
|
| H A D | axnet_cs.c | 996 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | nvidia,tegra210-admaif.yaml | 58 Should be "tx1", "tx2" ... "tx10" for DMA Tx channel 74 Should be "tx1", "tx2" ... "tx20" for DMA Tx channel 102 "rx2", "tx2",
|
| H A D | fsl,spdif.yaml | 45 - description: Clock for tx2 and rx2.
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | twofish-x86_64-asm_64-3way.S | 93 #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); \
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | twl4030.c | 482 /* 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 …]
|
| H A D | msm8916-wcd-digital.c | 520 SOC_SINGLE_S8_TLV("TX2 Digital Volume", LPASS_CDC_TX2_VOL_CTL_GAIN, 523 SOC_ENUM("TX2 HPF Cutoff", tx2_hpf_cutoff_enum), 525 SOC_SINGLE("TX2 HPF Switch", LPASS_CDC_TX2_MUX_CTL, 3, 1, 0), 788 SND_SOC_DAPM_AIF_OUT("I2S TX2", NULL, 0, SND_SOC_NOPM, 0, 0), 938 {"AIF1 Capture", NULL, "I2S TX2"}, 965 {"I2S TX2", NULL, "CIC2 MUX"}, 968 {"I2S TX2", NULL, "TX_I2S_CLK"},
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/freescale/ |
| H A D | fsl,scu.txt | 24 - mbox-names: should include "tx0", "tx1", "tx2", "tx3", 37 Channel 2 must be "tx2" or "rx2". 196 mbox-names = "tx0", "tx1", "tx2", "tx3",
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/ |
| H A D | qcom,qmp-usb3-dp-phy.yaml | 92 - description: Address and length of TX2. 132 - description: Address and length of TX2.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | ti,k3-am654-cpsw-nuss.yaml | 85 - const: tx2 202 dma-names = "tx0", "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/ |
| H A D | am33xx-usb.txt | 135 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7", 181 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
|
| H A D | da8xx-usb.txt | 66 "tx1", "tx2", "tx3", "tx4";
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | ne2000_base.c | 181 dp->tx1 = dp->tx2 = 0; in dp83902a_start() 265 dp->tx2 = start_page; in dp83902a_send() 525 dp->tx2 = 0; in dp83902a_TxEvent() 532 } else if (dp->tx2) { in dp83902a_TxEvent() 533 dp83902a_start_xmit(dp->tx2, dp->tx2_len); in dp83902a_TxEvent()
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | dm816x.dtsi | 309 "tx2", "rx2", "tx3", "rx3"; 449 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7", 489 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/nvidia/ |
| H A D | tegra186-p2771-0000.dts | 10 model = "NVIDIA Jetson TX2 Developer Kit"; 101 nvidia,model = "jetson-tx2-hda";
|
| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | leds-lm355x.h | 51 * lm3554-envm/tx2/gpio2
|
| /OK3568_Linux_fs/kernel/drivers/char/hw_random/ |
| H A D | cavium-rng.c | 4 * Cavium Thunder, Marvell OcteonTx/Tx2 processor families.
|
| /OK3568_Linux_fs/kernel/drivers/perf/ |
| H A D | thunderx2_pmu.c | 13 /* Each ThunderX2(TX2) Socket has a L3C and DMC UNCORE PMU device. 1021 .name = "tx2-uncore-pmu", 1034 "perf/tx2/uncore:online", in tx2_uncore_driver_init() 1038 pr_err("TX2 PMU: setup hotplug failed(%d)\n", ret); in tx2_uncore_driver_init()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | dm816x.dtsi | 431 "tx2", "rx2", "tx3", "rx3"; 607 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7", 647 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap1/ |
| H A D | dma.c | 277 { "omap_udc", "tx2", SDMA_FILTER_PARAM(31) }, 295 { "omap_udc", "tx2", SDMA_FILTER_PARAM(31) },
|
| /OK3568_Linux_fs/kernel/sound/soc/fsl/ |
| H A D | fsl_ssi.c | 678 bool tx2, tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; in fsl_ssi_set_bclk() local 772 tx2 = tx || ssi->synchronous; in fsl_ssi_set_bclk() 773 regmap_update_bits(regs, REG_SSI_SxCCR(tx2), mask, stccr); in fsl_ssi_set_bclk() 804 bool tx2, tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; in fsl_ssi_hw_params() local 857 tx2 = tx || ssi->synchronous; in fsl_ssi_hw_params() 858 regmap_update_bits(regs, REG_SSI_SxCCR(tx2), SSI_SxCCR_WL_MASK, wl); in fsl_ssi_hw_params()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-s3c/ |
| H A D | s3c24xx.c | 358 { "s3c-hsudc", "tx2", (void *)DMACH_USB_EP3 }, 427 { "s3c-hsudc", "tx2", (void *)DMACH_USB_EP3 }, 520 { "s3c-hsudc", "tx2", (void *)DMACH_USB_EP3 },
|