/linux/arch/hexagon/kernel/ |
H A D | head.S | 29 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 D | vm_entry.S | 61 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 D | polyval-ce-core.S | 59 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 D | iforce-ff.c | 35 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 D | iforce.h | 104 #define HI(a) ((unsigned char)((a) >> 8)) macro
|
H A D | iforce-packets.c | 58 iforce->xmit.buf[head] = HI(cmd); in iforce_send_packet()
|
H A D | iforce-serio.c | 79 iforce_serio->expect_packet = HI(FF_CMD_QUERY); in iforce_serio_get_id()
|
/linux/arch/x86/crypto/ |
H A D | polyval-clmulni_asm.S | 35 #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 D | aes-gcm-aesni-x86_64.S | 842 .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 D | aes-gcm-avx10-x86_64.S | 892 .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 D | holt_hi311x.txt | 1 * Holt HI-311X stand-alone CAN controller device tree bindings 5 - "holt,hi3110" for HI-3110
|
/linux/lib/ |
H A D | test_dynamic_debug.c | 78 enum cat_disjoint_names { LOW = 11, MID, HI }; enumerator 107 prdbg(HI); in do_cats()
|
/linux/arch/riscv/boot/dts/microchip/ |
H A D | mpfs-beaglev-fire-fabric.dtsi | 23 <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 D | socfpga_cyclone5_mcvevk.dts | 58 irq-gpio = <&portb 28 0x4>; /* GPIO 57, trig. level HI */
|
/linux/include/math-emu/ |
H A D | soft-fp.h | 198 typedef unsigned int UHWtype __attribute__((mode(HI)));
|
/linux/include/trace/events/ |
H A D | irq.h | 14 softirq_name(HI) \
|
/linux/arch/hexagon/lib/ |
H A D | memcpy.S | 215 mask.h = #HI(0x7fffffff); 228 r31.h = #HI(.Lmemcpy_return); /* set up final return pointer */
|
/linux/Documentation/misc-devices/ |
H A D | apds990x.rst | 88 RW - HI level threshold value.
|
H A D | bh1770glc.rst | 77 RW - HI level threshold value
|
/linux/drivers/media/rc/ |
H A D | ati_remote.c | 220 #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 D | maestro3.c | 1149 #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 D | pinctrl-at91.c | 606 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 D | Kconfig | 579 tristate "Holt Integrated Circuits HI-8435 threshold detector" 584 HI-8435 chip.
|
/linux/Documentation/filesystems/ |
H A D | proc.rst | 1292 HI: 0 0 0 0
|