Searched refs:X1 (Results 1 - 51 of 51) sorted by relevance

/linux-4.4.14/arch/powerpc/boot/
H A Dio.h15 __asm__ __volatile__("lbz%U1%X1 %0,%1; twi 0,%0,0; isync" in_8()
40 __asm__ __volatile__("lhz%U1%X1 %0,%1; twi 0,%0,0; isync" in_be16()
70 __asm__ __volatile__("lwz%U1%X1 %0,%1; twi 0,%0,0; isync" in_be32()
/linux-4.4.14/drivers/staging/skein/
H A Dskein_block.c77 X1 += ks[((R) + 2) % 5] + ts[((R) + 1) % 3]; \
89 X1 += ks[r + (R) + 1] + ts[r + (R) + 0];\
159 X1 += ks[((R) + 2) % 9]; \
176 X1 += ks[r + (R) + 1]; \
359 u64 X0, X1, X2, X3; /* local copy of context vars, for speed */ skein_256_process_block() local
365 X_ptr[1] = &X1; skein_256_process_block()
394 X1 = w[1] + ks[1] + ts[0]; skein_256_process_block()
450 ctx->x[1] = X1 ^ w[1]; skein_256_process_block()
487 u64 X0, X1, X2, X3, X4, X5, X6, X7; /* local copies, for speed */ skein_512_process_block() local
493 X_ptr[1] = &X1; skein_512_process_block()
532 X1 = w[1] + ks[1]; skein_512_process_block()
595 ctx->x[1] = X1 ^ w[1]; skein_512_process_block()
/linux-4.4.14/arch/x86/crypto/
H A Dsha256-ssse3-asm.S75 X1 = %xmm5 define
127 X0 = X1
128 X1 = X2 define
159 movdqa X1, XTMP1
393 COPY_XMM_AND_BSWAP X1, 1*16(INP), BYTE_FLIP_MASK
435 paddd 1*16(TBL), X1
436 movdqa X1, _XFER(%rsp)
444 movdqa X3, X1
H A Dsha256-avx-asm.S82 X1 = %xmm5 define
134 X0 = X1
135 X1 = X2 define
173 vpalignr $4, X0, X1, XTMP1 # XTMP1 = W[-15]
386 COPY_XMM_AND_BSWAP X1, 1*16(INP), BYTE_FLIP_MASK
425 vpaddd 1*16(TBL), X1, XFER
434 vmovdqa X3, X1
H A Dsha256-avx2-asm.S69 X1 = %ymm5 define
137 X0 = X1
138 X1 = X2 define
182 vpalignr $4, X0, X1, XTMP1 # XTMP1 = W[-15]
587 vperm2i128 $0x31, XTMP2, XTMP0, X1
625 vpaddd 1*32(TBL, SRND), X1, XFER
631 vmovdqa X3, X1
/linux-4.4.14/lib/
H A Dlocking-selftest.c79 * e.g. X1 and X2 becomes two instances of the same class,
248 LOCK(X1); \
275 RL(X1); rlock_AA1()
276 RL(X1); // this one should NOT fail rlock_AA1()
281 RL(X1); rlock_AA1B()
287 RSL(X1); rsem_AA1()
288 RSL(X1); // this one should fail rsem_AA1()
293 RSL(X1); rsem_AA1B()
301 RL(X1); rlock_AA2()
307 RSL(X1); rsem_AA2()
313 WL(X1); rlock_AA3()
319 WSL(X1); rsem_AA3()
950 I1(X1); I1(X2); I1(Y1); I1(Y2); I1(Z1); I1(Z2); reset_locks()
/linux-4.4.14/net/bluetooth/
H A Decc.c631 /* t1 = X1, t2 = Y1, t3 = X2, t4 = Y2 */ xycz_add()
658 /* t1 = X1, t2 = Y1, t3 = X2, t4 = Y2 */ xycz_add_c()
714 vli_mod_sub(z, rx[1], rx[0], curve_p); /* X1 - X0 */ ecc_point_mult()
715 vli_mod_mult_fast(z, z, ry[1 - nb]); /* Yb * (X1 - X0) */ ecc_point_mult()
716 vli_mod_mult_fast(z, z, point->x); /* xP * Yb * (X1 - X0) */ ecc_point_mult()
717 vli_mod_inv(z, z, curve_p); /* 1 / (xP * Yb * (X1 - X0)) */ ecc_point_mult()
718 vli_mod_mult_fast(z, z, point->y); /* yP / (xP * Yb * (X1 - X0)) */ ecc_point_mult()
719 vli_mod_mult_fast(z, z, rx[1 - nb]); /* Xb * yP / (xP * Yb * (X1 - X0)) */ ecc_point_mult()
/linux-4.4.14/drivers/media/usb/dvb-usb/
H A Dvp702x.h37 * len X1 X2 X3 X4
/linux-4.4.14/drivers/power/
H A Dpm2301_charger.h281 #define PM2XXX_LED_CURRENT_1MA (0X1<<2)
287 #define PM2XXX_LED_SELECT_DIS (0X1<<1)
291 #define PM2XXX_ANTI_OVERSHOOT_EN 0X1
/linux-4.4.14/sound/soc/samsung/
H A Dsmdk_wm8580pcm.c143 * After SMDKC110 Base Board's Rev is '0.1', 12MHz External OSC(X1)
/linux-4.4.14/arch/powerpc/include/asm/
H A Datomic.h19 __asm__ __volatile__("lwz%U1%X1 %0,%1" : "=r"(t) : "m"(v->counter)); atomic_read()
263 __asm__ __volatile__("ld%U1%X1 %0,%1" : "=r"(t) : "m"(v->counter)); atomic64_read()
H A Dio.h155 __asm__ __volatile__("sync;"#insn"%U1%X1 %0,%1;twi 0,%0,0;isync"\
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Damplc_dio200_pci.c54 * 0 PPI-X PPI-X1
193 * 0 PPI-X-C0 PPI-X1-C0
194 * 1 PPI-X-C3 PPI-X1-C3
H A Damplc_dio200.c53 * 0 CTR-X1 PPI-X
160 * 0 CTR-X1-OUT1 PPI-X-C0
H A Damplc_dio200_common.c47 * 'which' is: 0 for CTR-X1, CTR-Y1, CTR-Z1; 1 for CTR-X2, CTR-Y2 or CTR-Z2.
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
H A Dpower.c76 #define SLP_VEC(X0, X1, X2, X3, X4) {cpu_to_le32(X0), \
77 cpu_to_le32(X1), \
/linux-4.4.14/arch/ia64/kernel/
H A Dunwind_decoder.c95 UNW_DEC_SPILL_SPREL(X1, t, abreg, off, arg); unw_decode_x1()
97 UNW_DEC_SPILL_PSPREL(X1, t, abreg, off, arg); unw_decode_x1()
/linux-4.4.14/crypto/
H A Dseed.c315 #define OP(X1, X2, X3, X4, rbase) \
328 X1 ^= t0; \
/linux-4.4.14/drivers/input/keyboard/
H A Dmpr121_touchkey.c26 #define ELE_TOUCH_STATUS_1_ADDR 0X1
/linux-4.4.14/drivers/input/touchscreen/
H A Degalax_ts.c54 #define EVENT_DOWN_UP (0X1 << 0)
H A Dauo-pixcir-ts.c39 * X1 = X1_LSB + X1_MSB*256
/linux-4.4.14/arch/tile/include/asm/
H A Dtile-desc_32.h505 X1 0x02
H A Dtile-desc_64.h443 X1 0x02
/linux-4.4.14/arch/tile/kernel/
H A Dunaligned.c94 * Check if nop or fnop at bundle's pipeline X1.
173 * at X1 or Y2. Also, allocate up to 3 scratch registers clob1, clob2 and
577 bool x1_add = false;/* True, for load/store ADD instruction at X1*/ jit_bundle_gen()
684 /* bundle_2 is bundle after making X1 as "fnop". */ jit_bundle_gen()
H A Dtraps.c122 /* If it's a "raise" bundle, then "ill" must be in pipe X1. */ special_ill()
H A Dsingle_step.c263 /* Convert the X1 instruction to a nop. */ rewrite_load_store_unaligned()
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_main.h55 HRD_DSAF_8TC_MODE = 0X1,
/linux-4.4.14/drivers/input/mouse/
H A Dvsxxxaa.c275 * [1]: 0 0 X5 X4 X3 X2 X1 X0 vsxxxaa_handle_ABS_packet()
H A Dappletouch.c547 * Y1, Y2, -, Y3, Y4, -, ..., X1, X2, -, X3, X4, -, ... atp_complete_geyser_1_2()
684 * -, Y1, Y2, -, Y3, Y4, -, ..., -, X1, X2, -, X3, X4, ... atp_complete_geyser_3_4()
H A Dsynaptics.c188 "LEN0034", /* T431s, L440, L540, T540, W540, X1 Carbon 2nd */
191 "LEN0037", /* X1 Carbon 2nd */
/linux-4.4.14/drivers/mfd/
H A Dwm8994-regmap.c723 { 0x240C, 0x0043 }, /* R9228 - MBC Band 1 X1 (1) */
724 { 0x240D, 0x3525 }, /* R9229 - MBC Band 1 X1 (2) */
745 { 0x2422, 0x0043 }, /* R9250 - MBC Band 2 X1 (1) */
746 { 0x2423, 0x3525 }, /* R9251 - MBC Band 2 X1 (2) */
/linux-4.4.14/sound/usb/caiaq/
H A Ddevice.c53 "{Native Instruments,Traktor Kontrol X1},"
/linux-4.4.14/drivers/input/tablet/
H A Daiptek.c96 * byte2 X7 X6 X5 X4 X3 X2 X1 X0
103 * byte1 X7 X6 X5 X4 X3 X2 X1 X0
115 * byte1 X7 X6 X5 X4 X3 X2 X1 X0
/linux-4.4.14/drivers/spi/
H A Dspi-rockchip.c67 #define CR0_CSM_HALF 0X1
/linux-4.4.14/drivers/isdn/hisax/
H A Delsa_ser.c37 static char *MInit_4 = "ATV1S2=128X1\r\0";
/linux-4.4.14/drivers/net/wireless/mwifiex/
H A Duap_cmd.c177 /* HT_CAP 1X1 mode */ mwifiex_set_ht_params()
/linux-4.4.14/arch/tile/include/uapi/arch/
H A Dopcode_tilegx.h36 /* How many different pipeline encodings are there? X0, X1, Y0, Y1, Y2. */
H A Dopcode_tilepro.h36 /* How many different pipeline encodings are there? X0, X1, Y0, Y1, Y2. */
/linux-4.4.14/drivers/iio/light/
H A Dltr501.c133 {0, 15625}, /* bits X1 are for x64 gain */
/linux-4.4.14/drivers/clk/tegra/
H A Dclk-tegra30.c38 #define OSC_CTRL_OSC_FREQ_16_8MHZ (0X1<<28)
/linux-4.4.14/drivers/video/fbdev/via/
H A Dhw.c1392 const u32 f0 = 14318180; /* X1 frequency */ get_pll_config()
/linux-4.4.14/drivers/net/hamradio/
H A Ddmascc.c756 /* X1 clock, SDLC mode */ scc_open()
/linux-4.4.14/drivers/media/pci/bt8xx/
H A Dbttv-cards.c1991 .name = "PHYTEC VD-009-X1 VD-011 MiniDIN (bt878)",
2003 .name = "PHYTEC VD-009-X1 VD-011 Combi (bt878)",
2723 .name = "PHYTEC VD-012-X1 (bt878)",
/linux-4.4.14/drivers/platform/x86/
H A Dthinkpad_acpi.c3243 * These are the adaptive keyboard keycodes for Carbon X1 2014. hotkey_init()
3325 * Lenovo Carbon X1 2014 (2nd Gen). hotkey_init()
3555 /* Thinkpad X1 Carbon support 5 modes including Home mode, Web browser
3982 /* save previous mode of adaptive keyboard of X1 Carbon */ hotkey_suspend()
4006 /* restore previous mode of adapive keyboard of X1 Carbon */ hotkey_resume()
/linux-4.4.14/drivers/tty/serial/
H A Dpmac_zilog.c795 * The clocking option changes from synchronous or X1 asynchronous
/linux-4.4.14/drivers/media/usb/gspca/
H A Dspca501.c189 {0x1, 0x1c, 0x17}, /* Changing Windows positions X1 */
/linux-4.4.14/arch/parisc/kernel/
H A Dentry.S553 * so deposit X1|11 to PL1|PL2 (remember the upper bit of PL1
/linux-4.4.14/drivers/net/wireless/iwlegacy/
H A Dcommon.c1084 #define SLP_VEC(X0, X1, X2, X3, X4) { \
1086 cpu_to_le32(X1), \
/linux-4.4.14/drivers/video/fbdev/aty/
H A Dradeon_base.c168 /* 9700/9500/Pro/FireGL X1 */
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxnv50.c1664 xf_emit(ctx, 0x30, 0); /* ffffffff VIEWPORT_SCALE: X0, Y0, Z0, X1, Y1, ... */ nv50_gr_construct_gene_unk14xx()
/linux-4.4.14/sound/pci/hda/
H A Dpatch_realtek.c5634 SND_PCI_QUIRK(0x17aa, 0x2218, "Thinkpad X1 Carbon 2nd", ALC292_FIXUP_TPT440_DOCK),

Completed in 2074 milliseconds