Home
last modified time | relevance | path

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

/linux/arch/hexagon/kernel/
H A Dhead.S29 r24.H = #HI(swapper_pg_dir)
39 r1.h = #HI(PAGE_OFFSET);
66 r1.h = #HI(_end);
67 r2.h = #HI(stext);
95 R1.H = #HI(PAGE_OFFSET >> (22 - 2))
186 {r29.H = #HI(init_thread_union); r0.H = #HI(_THREAD_SIZE); }
195 { r0.H = #HI(__bss_start); r2.h = #HI(__bss_stop); }
203 r0.h = #HI(__phys_offset);
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/arch/arm64/crypto/
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.c35 data[1] = HI(mod_chunk->start); in make_magnitude_modifier()
68 data[1] = HI(mod_chunk->start); in make_period_modifier()
72 data[4] = HI(phase); in make_period_modifier()
75 data[6] = HI(period); in make_period_modifier()
108 data[1] = HI(mod_chunk->start); in make_envelope_modifier()
111 data[3] = HI(attack_duration); in make_envelope_modifier()
112 data[4] = HI(initial_level); in make_envelope_modifier()
115 data[6] = HI(fade_duration); in make_envelope_modifier()
116 data[7] = HI(final_level); in make_envelope_modifier()
145 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.c58 iforce->xmit.buf[head] = HI(cmd); in iforce_send_packet()
H A Diforce-serio.c79 iforce_serio->expect_packet = HI(FF_CMD_QUERY); in iforce_serio_get_id()
/linux/arch/x86/crypto/
H A Dpolyval-clmulni_asm.S35 #define HI %xmm13 macro
98 vpxor %xmm4, HI, HI
111 vpclmulqdq $0x11, %xmm0, %xmm1, HI
124 pxor HI, PH
185 pxor HI, HI
H A Daes-gcm-aesni-x86_64.S842 .set HI, TMP2 define
852 pxor HI, HI
912 _ghash_mul_noreduce H_POW, H_POW_XORED, GHASH_ACC, LO, MI, HI, TMP0
966 _ghash_mul_noreduce H_POW, H_POW_XORED, GHASH_ACC, LO, MI, HI, TMP0
970 _ghash_reduce LO, MI, HI, GHASH_ACC, TMP0
H A Daes-gcm-avx10-x86_64.S892 .set HI, GHASHDATA2 define
949 _ghash_mul_noreduce H_POW1, V0, LO, MI, HI, GHASHDATA3, V1, V2, V3
959 _ghash_reduce LO, MI, HI, GFPOLY, V0
960 _horizontal_xor HI, HI_XMM, GHASH_ACC_XMM, %xmm0, %xmm1, %xmm2
/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/arm/boot/dts/intel/socfpga/
H A Dsocfpga_cyclone5_mcvevk.dts58 irq-gpio = <&portb 28 0x4>; /* GPIO 57, trig. level HI */
/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 Dapds990x.rst88 RW - HI level threshold value.
H A Dbh1770glc.rst77 RW - HI level threshold value
/linux/drivers/media/rc/
H A Dati_remote.c220 #define HI(a) ((unsigned char)((a) >> 8)) macro
408 ((char *) ati_remote->out_urb->transfer_buffer)[0] = HI(cmd); in ati_remote_sendpacket()
/linux/sound/pci/
H A Dmaestro3.c1149 #define HI(x) LO((x) >> 16) in snd_m3_pcm_setup1() macro
1158 HI(s->buffer_addr)); in snd_m3_pcm_setup1()
1166 HI(s->buffer_addr + s->dma_size)); in snd_m3_pcm_setup1()
1174 HI(s->buffer_addr)); in snd_m3_pcm_setup1()
1176 #undef HI in snd_m3_pcm_setup1()
/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()
/linux/drivers/iio/adc/
H A DKconfig579 tristate "Holt Integrated Circuits HI-8435 threshold detector"
584 HI-8435 chip.
/linux/Documentation/filesystems/
H A Dproc.rst1292 HI: 0 0 0 0