| /OK3568_Linux_fs/kernel/tools/testing/selftests/timers/ |
| H A D | adjtick.c | 118 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 D | raw_skew.c | 96 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()
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_utils.h | 192 tx1, ty1, \ argument 209 _glamor_repeat_reflect_fixup(tx1, _x1_, c, odd_x, \ 217 #define _glamor_get_repeat_coords(pixmap, priv, repeat_type, tx1, \ argument 231 tx1 = c - priv->box.x1; \ 232 tx2 = tx1 - ((_x2_) - (_x1_)); \ 234 tx1 = c - priv->box.x1; \ 235 tx2 = tx1 + ((_x2_) - (_x1_)); \ 247 tx1 = (c - priv->box.x1); \ 249 tx2 = tx1 + ((_x2_) - (_x1_)); \ 255 #define glamor_get_repeat_transform_coords(pixmap, priv, repeat_type, tx1, \ argument [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/can/ |
| H A D | sja1000.txt | 36 <0x08> : TX1 invert 37 <0x10> : TX1 pull-down 38 <0x20> : TX1 pull-up 39 <0x30> : TX1 push-pull
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/dmaengine/ |
| H A D | pxa_dma.rst | 21 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 |
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/8390/ |
| H A D | lib8390.c | 348 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 …]
|
| H A D | axnet_cs.c | 991 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 …]
|
| /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 101 dma-names = "rx1", "tx1",
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | ak4114.h | 82 #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) */
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra210/ |
| H A D | Kconfig | 24 bool "NVIDIA Tegra210 P2371-2180 (Jetson TX1) board" 27 P2371-2180 (Jetson TX1 developer kit) is a P2180 CPU board married
|
| /OK3568_Linux_fs/kernel/sound/firewire/dice/ |
| H A D | dice-alesis.c | 13 {8, 4, 0}, /* Tx1 = ADAT1. */ 19 {16, 4, 0}, /* Tx1 = ADAT1 + ADAT2 (available at low rate). */
|
| /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 95 do16bit_ror(32, mov, xor, Tx0, Tx1, RT0, x ## 0, ab ## 0, x ## 0); \ 98 do16bit_ror(32, mov, xor, Tx0, Tx1, RT0, x ## 1, ab ## 1, x ## 1); \ 101 do16bit_ror(32, mov, xor, Tx0, Tx1, RT0, x ## 2, ab ## 2, x ## 2); \
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | cx20810_config.h | 61 0x35, 0xA8, /* Lj 1bit delay, enable TX1,2 */ 301 0x83, 0x0F, /* LRCLK BCLK 为输入脚,TX1 TX2为输出脚 */ 368 0x83, 0x0F, /* LRCLK BCLK 为输入脚,TX1 TX2为输出脚 */ 410 0x83, 0x0F,/* LRCLK BCLK 为输入脚,TX1 TX2为输出脚 */ 451 0x83, 0x0F,/* LRCLK BCLK 为输入脚,TX1 TX2为输出脚 */ 492 0x83, 0x0F,/* LRCLK BCLK 为输入脚,TX1 TX2为输出脚 */
|
| H A D | twl4030.c | 471 /* TX1 L/R Analog/Digital microphone selection */ 1128 SOC_DOUBLE_R_TLV("TX1 Digital Capture Volume", 1324 TX1 Left/Right: either analog Left/Right or Digimic0 1326 SND_SOC_DAPM_MUX("TX1 Capture Route", SND_SOC_NOPM, 0, 0, 1514 /* TX1 Left capture path */ 1515 {"TX1 Capture Route", "Analog", "ADC Physical Left"}, 1516 {"TX1 Capture Route", "Digimic0", "Digimic0 Enable"}, 1517 /* TX1 Right capture path */ 1518 {"TX1 Capture Route", "Analog", "ADC Physical Right"}, 1519 {"TX1 Capture Route", "Digimic0", "Digimic0 Enable"}, [all …]
|
| H A D | msm8916-wcd-digital.c | 518 SOC_SINGLE_S8_TLV("TX1 Digital Volume", LPASS_CDC_TX1_VOL_CTL_GAIN, 522 SOC_ENUM("TX1 HPF Cutoff", tx1_hpf_cutoff_enum), 524 SOC_SINGLE("TX1 HPF Switch", LPASS_CDC_TX1_MUX_CTL, 3, 1, 0), 787 SND_SOC_DAPM_AIF_OUT("I2S TX1", NULL, 0, SND_SOC_NOPM, 0, 0), 937 {"AIF1 Capture", NULL, "I2S TX1"}, 964 {"I2S TX1", NULL, "CIC1 MUX"}, 967 {"I2S TX1", NULL, "TX_I2S_CLK"},
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588-vehicle.dtsi | 135 spdif_tx1_dc: spdif-tx1-dc { 141 spdif_tx1_sound: spdif-tx1-sound { 144 simple-audio-card,name = "rockchip,spdif-tx1";
|
| H A D | rk3588-vccio3-pinctrl.dtsi | 153 hdmim0_tx1_cec: hdmim0-tx1-cec { 160 hdmim0_tx1_scl: hdmim0-tx1-scl { 167 hdmim0_tx1_sda: hdmim0-tx1-sda {
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/freescale/ |
| H A D | fsl,scu.txt | 24 - mbox-names: should include "tx0", "tx1", "tx2", "tx3", 36 Channel 1 must be "tx1" or "rx1". 196 mbox-names = "tx0", "tx1", "tx2", "tx3",
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | ne2000_base.c | 181 dp->tx1 = dp->tx2 = 0; in dp83902a_start() 260 dp->tx1 = start_page; in dp83902a_send() 356 if (start_page == dp->tx1) { in dp83902a_send() 522 dp->tx1 = 0; in dp83902a_TxEvent() 529 if (dp->tx1) { in dp83902a_TxEvent() 530 dp83902a_start_xmit(dp->tx1, dp->tx1_len); in dp83902a_TxEvent()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/ |
| H A D | tqm8xx.dts | 76 bosch,disconnect-tx1-output; 88 bosch,disconnect-tx1-output;
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | ti,k3-am654-cpsw-nuss.yaml | 84 - const: tx1 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",
|
| /OK3568_Linux_fs/kernel/include/linux/can/platform/ |
| H A D | sja1000.h | 8 #define CDR_RXINPEN 0x20 /* TX1 output is RX irq output */
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | dm816x.dtsi | 308 dma-names = "tx0", "rx0", "tx1", "rx1", 449 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7", 489 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
|
| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | leds-lm355x.h | 48 * lm3554-tx1/torch/gpio1
|