Home
last modified time | relevance | path

Searched refs:HI (Results 1 – 15 of 15) sorted by relevance

/linux/lib/crypto/arm64/
H A Dpolyval-ce-core.S59 HI .req v22 label
103 eor HI.16b, HI.16b, v28.16b
121 pmull2 HI.1q, X.2d, Y.2d
136 eor v4.16b, HI.16b, MI.16b
140 ext v5.16b, LO.16b, HI.16b, #8
144 ext HI.16b, HI.16b, HI.16b, #8
148 ext PH.16b, v4.16b, HI.16b, #8
221 eor HI.16b, HI.16b, HI.16b
/linux/drivers/input/joystick/iforce/
H A Diforce-ff.c34 data[1] = HI(mod_chunk->start); in make_magnitude_modifier()
66 data[1] = HI(mod_chunk->start); in make_period_modifier()
70 data[4] = HI(phase); in make_period_modifier()
73 data[6] = HI(period); in make_period_modifier()
105 data[1] = HI(mod_chunk->start); in make_envelope_modifier()
108 data[3] = HI(attack_duration); in make_envelope_modifier()
109 data[4] = HI(initial_level); in make_envelope_modifier()
112 data[6] = HI(fade_duration); in make_envelope_modifier()
113 data[7] = HI(final_level); in make_envelope_modifier()
141 data[1] = HI(mod_chunk->start); in make_condition_modifier()
[all …]
H A Diforce.h104 #define HI(a) ((unsigned char)((a) >> 8)) macro
H A Diforce-packets.c55 iforce->xmit.buf[head] = HI(cmd); in iforce_send_packet()
H A Diforce-serio.c73 iforce_serio->expect_packet = HI(FF_CMD_QUERY); in iforce_serio_get_id()
/linux/lib/crypto/x86/
H A Dpolyval-pclmul-avx.S35 #define HI %xmm13 macro
98 vpxor %xmm4, HI, HI
111 vpclmulqdq $0x11, %xmm0, %xmm1, HI
124 pxor HI, PH
185 pxor HI, HI
/linux/Documentation/devicetree/bindings/net/can/
H A Dholt_hi311x.txt1 * Holt HI-311X stand-alone CAN controller device tree bindings
5 - "holt,hi3110" for HI-3110
/linux/lib/
H A Dtest_dynamic_debug.c78 enum cat_disjoint_names { LOW = 11, MID, HI }; enumerator
107 prdbg(HI); in do_cats()
/linux/arch/riscv/boot/dts/microchip/
H A Dmpfs-beaglev-fire-fabric.dtsi23 <0x20 0x0 0x20 0x0 0x10 0x0>, /* FIC0,HI */
24 <0x30 0x0 0x30 0x0 0x10 0x0>; /* FIC1,HI */
/linux/arch/hexagon/kernel/
H A Dvm_entry.S61 R2.H = #HI(_THREAD_SIZE); } \
220 R1.H = #HI(CHandler); \
286 R26.H = #HI(do_work_pending);
365 R26.H = #HI(do_work_pending);
/linux/include/math-emu/
H A Dsoft-fp.h198 typedef unsigned int UHWtype __attribute__((mode(HI)));
/linux/include/trace/events/
H A Dirq.h14 softirq_name(HI) \
/linux/arch/hexagon/lib/
H A Dmemcpy.S215 mask.h = #HI(0x7fffffff);
228 r31.h = #HI(.Lmemcpy_return); /* set up final return pointer */
/linux/Documentation/misc-devices/
H A Dbh1770glc.rst77 RW - HI level threshold value
/linux/drivers/pinctrl/
H A Dpinctrl-at91.c606 tmp = DRIVE_STRENGTH_BIT_MSK(HI) - tmp; in at91_mux_sam9x5_get_drivestrength()
663 setting = DRIVE_STRENGTH_BIT_MSK(HI) - setting; in at91_mux_sam9x5_set_drivestrength()
1113 DBG_SHOW_FLAG_MASKED(DRIVE_STRENGTH, DRIVE_STRENGTH_BIT_MSK(HI), in at91_pinconf_dbg_show()