Home
last modified time | relevance | path

Searched refs:X3 (Results 1 – 25 of 37) sorted by relevance

12

/linux/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_args_type.tc16 X3=`printf "%x" $3`
18 test $X2 = $X3
19 test 0x$X3 = $3
22 B3=`printf "%03x" 0x$X3 | tail -c 2 | head -c 1`
/linux/arch/arm/crypto/
H A Dchacha-scalar-core.S32 X3 .req r3
185 add X3, X3, r11
186 _le32_bswap_4x X0, X1, X2, X3, r8
191 eor X3, X3, r11
192 stmia r14!, {X0-X3}
199 ldmia r12!, {X0-X3}
206 eor X7, X7, X3
286 add X3, X3, r11
287 _le32_bswap_4x X0, X1, X2, X3, r8
288 stmia r14!, {X0-X3}
[all …]
/linux/Documentation/input/devices/
H A Damijoy.rst116 JOY0DAT Y7 Y6 Y5 Y4 Y3 Y2 Y1 Y0 X7 X6 X5 X4 X3 X2 X1 X0
117 JOY1DAT Y7 Y6 Y5 Y4 Y3 Y2 Y1 Y0 X7 X6 X5 X4 X3 X2 X1 X0
176 JOYxDAT Y7 Y6 Y5 Y4 Y3 Y2 xx xx X7 X6 X5 X4 X3 X2 xx xx
177 JOYxDAT Y7 Y6 Y5 Y4 Y3 Y2 xx xx X7 X6 X5 X4 X3 X2 xx xx
197 RIGHT Y7 Y6 Y5 Y4 Y3 Y2 Y1 Y0 X7 X6 X5 X4 X3 X2 X1 X0
198 LEFT Y7 Y6 Y5 Y4 Y3 Y2 Y1 Y0 X7 X6 X5 X4 X3 X2 X1 X0
H A Dalps.rst95 byte 1: X7 X6 X5 X4 X3 X2 X1 X0
143 byte 4: X7 X6 X5 X4 X3 X2 X1 X0
277 byte 1: 0 X6 X5 X4 X3 X2 X1 X0
301 byte 2: X7 1 X5 X4 X3 X2 X1 X0
347 byte 1: 0 X6 X5 X4 X3 X2 X1 X0
359 byte 1: X9 X8 X7 1 X6 X5 X4 X3
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx7d-flex-concentrator.dts235 MX7D_PAD_GPIO1_IO12__CCM_ENET_REF_CLK1 0x70 /* X3-4 */
273 MX7D_PAD_SAI2_TX_SYNC__UART4_DCE_RX 0x7e /* X3-14 */
274 MX7D_PAD_SAI2_TX_BCLK__UART4_DCE_TX 0x76 /* X3-16 */
282 MX7D_PAD_LPSR_GPIO1_IO06__USB_OTG2_OC 0x5c /* X3-11 */
283 MX7D_PAD_LPSR_GPIO1_IO07__GPIO1_IO7 0x59 /* X3-9 */
/linux/lib/crypto/mpi/
H A Dec.c851 #define X3 (result->x) in dup_point_edwards() macro
891 ctx->subm(X3, X3, D, ctx); in dup_point_edwards()
892 ctx->mulm(X3, X3, J, ctx); in dup_point_edwards()
904 #undef X3 in dup_point_edwards()
1082 #define X3 (result->x) in add_points_edwards() macro
1123 ctx->mulm(X3, X3, tmp, ctx); in add_points_edwards()
1124 ctx->subm(X3, X3, C, ctx); in add_points_edwards()
1125 ctx->subm(X3, X3, D, ctx); in add_points_edwards()
1126 ctx->mulm(X3, X3, F, ctx); in add_points_edwards()
1127 ctx->mulm(X3, X3, A, ctx); in add_points_edwards()
[all …]
/linux/sound/usb/line6/
H A DKconfig26 tristate "Line 6 POD X3/HD300/400/500 USB support"
29 This is a driver for POD X3, HD300, 400 and 500 devices.
/linux/arch/mips/crypto/
H A Dchacha-core.S14 #define X3 $t3 macro
246 lw X3, 12(STATE)
456 lw X3, 12(STATE)
488 sw X3, 12(OUT)
/linux/arch/x86/crypto/
H A Dsha256-avx-asm.S84 X3 = %xmm7 define
131 # Rotate values of symbols X0...X3
136 X2 = X3
137 X3 = X_ define
161 vpalignr $4, X2, X3, XTMP0 # XTMP0 = W[-7]
225 vpshufd $0b11111010, X3, XTMP2 # XTMP2 = W[-2] {BBAA}
387 COPY_XMM_AND_BSWAP X3, 3*16(INP), BYTE_FLIP_MASK
433 vmovdqa X3, X1
H A Dsha256-ssse3-asm.S78 X3 = %xmm7 define
125 # Rotate values of symbols X0...X3
130 X2 = X3
131 X3 = X_ define
151 movdqa X3, XTMP0
225 pshufd $0b11111010, X3, XTMP2 # XTMP2 = W[-2] {BBAA}
397 COPY_XMM_AND_BSWAP X3, 3*16(INP), BYTE_FLIP_MASK
446 movdqa X3, X1
H A Dsha256-avx2-asm.S71 X3 = %ymm7 define
130 # Rotate values of symbols X0...X3
135 X2 = X3
136 X3 = X_ define
163 vpalignr $4, X2, X3, XTMP0 # XTMP0 = W[-7]
241 vpshufd $0b11111010, X3, XTMP2 # XTMP2 = W[-2] {BBAA}
581 vperm2i128 $0x31, XTMP3, XTMP1, X3
630 vmovdqa X3, X1
/linux/arch/arm64/boot/dts/freescale/
H A Dimx93-tqma9352-mba93xxla.dts470 /* PD | FSEL_3 | DSE X3 */
500 /* PD | FSEL_3 | DSE X3 */
618 /* HYS | PD | PU | FSEL_3 | DSE X3 */
623 /* PD | PU | FSEL_2 | DSE X3 */
638 /* PD | PU | FSEL_2 | DSE X3 */
H A Dimx93-tqma9352-mba93xxca.dts529 /* PD | FSEL_3 | DSE X3 */
559 /* PD | FSEL_3 | DSE X3 */
685 /* HYS | PD | PU | FSEL_3 | DSE X3 */
690 /* PD | PU | FSEL_2 | DSE X3 */
705 /* PD | PU | FSEL_2 | DSE X3 */
H A Dimx8x-colibri.dtsi84 /* TODO i2c lvds1 accessible on FFC (X3) */
405 fsl,pins = <IMX8QXP_CSI_MCLK_CI_PI_MCLK 0xC0000041>; /* SODIMM 75 / X3-12 */
525 /* MIPI CSI I2C accessible on SODIMM (X1) and FFC (X3) */
/linux/crypto/
H A Dseed.c311 #define OP(X1, X2, X3, X4, rbase) \ argument
312 t0 = X3 ^ ks[rbase]; \
/linux/tools/perf/arch/arm64/util/
H A Dunwind-libdw.c23 dwarf_regs[3] = REG(X3); in libdw__arch_set_initial_registers()
/linux/drivers/sh/intc/
H A DKconfig28 This enables support for IRQ auto-distribution mode on SH-X3
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dpower.c58 #define SLP_VEC(X0, X1, X2, X3, X4) {cpu_to_le32(X0), \ argument
61 cpu_to_le32(X3), \
/linux/Documentation/devicetree/bindings/soc/mediatek/
H A Dmediatek,ccorr.yaml14 MediaTek color correction with 3X3 matrix.
/linux/Documentation/hwmon/
H A Dk10temp.rst10 Socket AM2+: Quad-Core Opteron, Phenom (II) X3/X4, Athlon X2 (but see below)
12 Socket AM3: Quad-Core Opteron, Athlon/Phenom II X2/X3/X4, Sempron II
/linux/arch/arm/boot/dts/nvidia/
H A Dtegra30-colibri-eval-v3.dts79 /* DDC_CLOCK/DATA on X3 pin 15/16 (e.g. display EDID) */
H A Dtegra20-colibri-iris.dts143 /* DDC_CLOCK/DATA on X3 pin 15/16 (e.g. display EDID) */
H A Dtegra20-colibri-eval-v3.dts143 /* DDC_CLOCK/DATA on X3 pin 15/16 (e.g. display EDID) */
/linux/arch/powerpc/crypto/
H A Daes-gcm-p10.S17 # (X3.h * H2.h + X3.l * H2.l + X3 * H2) +
/linux/Documentation/hid/
H A Dhid-alps.rst165 Byte2 X7 X6 X5 X4 X3 X2 X1 X0

12