Home
last modified time | relevance | path

Searched refs:LO (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/arch/hexagon/kernel/
Dhead.S42 r24.L = #LO(swapper_pg_dir)
54 r1.l = #LO(PAGE_OFFSET);
75 r1.l = #LO(_end);
76 r2.l = #LO(stext);
110 R1.L = #LO(PAGE_OFFSET >> (22 - 2))
201 {r29.L = #LO(init_thread_union); r0.L = #LO(_THREAD_SIZE); }
208 { r0.L = #LO(__bss_start); r1 = #0; r2.l = #LO(__bss_stop); }
216 r0.l = #LO(__phys_offset);
Dvm_entry.S77 R2.L = #LO(_THREAD_SIZE); } \
229 R1.L = #LO(CHandler); \
294 R26.L = #LO(do_work_pending);
382 R26.L = #LO(do_work_pending);
/Linux-v4.19/arch/mips/pci/
Dops-nile4.c12 #define LO(reg) (reg / 4) macro
40 mask = vrc_pciregs[LO(NILE4_PCIINIT1)]; in nile4_pcibios_config_access()
41 vrc_pciregs[LO(NILE4_PCIINIT1)] = 0x0000001a | (busnum ? 0x200 : 0); in nile4_pcibios_config_access()
45 vrc_pciregs[LO(NILE4_PCIERR)] = 0; in nile4_pcibios_config_access()
67 vrc_pciregs[LO(NILE4_PCIINIT1)] = mask; in nile4_pcibios_config_access()
/Linux-v4.19/drivers/input/joystick/iforce/
Diforce-ff.c49 data[0] = LO(mod_chunk->start); in make_magnitude_modifier()
82 data[0] = LO(mod_chunk->start); in make_period_modifier()
89 data[5] = LO(period); in make_period_modifier()
122 data[0] = LO(mod_chunk->start); in make_envelope_modifier()
125 data[2] = LO(attack_duration); in make_envelope_modifier()
129 data[5] = LO(fade_duration); in make_envelope_modifier()
159 data[0] = LO(mod_chunk->start); in make_condition_modifier()
166 data[4] = LO(center); in make_condition_modifier()
170 data[6] = LO(db); in make_condition_modifier()
315 data[0] = LO(id); in make_core()
[all …]
Diforce-packets.c35 __func__, msg, cmd, LO(cmd), data); in iforce_dump_packet()
44 int n = LO(cmd); in iforce_send_packet()
74 iforce->xmit.buf[head] = LO(cmd); in iforce_send_packet()
121 data[0] = LO(id); in iforce_control_playback()
123 data[2] = LO(value); in iforce_control_playback()
181 if (LO(cmd) >= 8 && test_bit(ABS_RUDDER ,dev->absbit)) in iforce_process_packet()
229 if (LO(cmd) > 3) { in iforce_process_packet()
231 for (j = 3; j < LO(cmd); j += 2) in iforce_process_packet()
Diforce.h132 #define LO(a) ((unsigned char)((a) & 0xff)) macro
/Linux-v4.19/arch/arm/crypto/
Dsha512-core.S_shipped67 # define LO 0
72 # define LO 4
160 ldr r7,[r0,#32+LO]
162 ldr r9, [r0,#48+LO]
164 ldr r11, [r0,#56+LO]
171 ldr r5,[r0,#0+LO]
173 ldr r3,[r0,#8+LO]
175 ldr r9, [r0,#16+LO]
177 ldr r11, [r0,#24+LO]
185 ldr r3,[r0,#40+LO]
[all …]
/Linux-v4.19/Documentation/media/v4l-drivers/
Dmax2175.rst32 - The LO frequency position is below the desired frequency.
34 - The LO frequency position is above the desired frequency.
/Linux-v4.19/Documentation/devicetree/bindings/iio/pressure/
Dhp03.txt9 pulled LO afterward.
/Linux-v4.19/drivers/media/rc/
Dati_remote.c233 #define LO(a) ((unsigned char)((a) & 0xff)) macro
419 memcpy(ati_remote->out_urb->transfer_buffer + 1, data, LO(cmd)); in ati_remote_sendpacket()
422 ati_remote->out_urb->transfer_buffer_length = LO(cmd) + 1; in ati_remote_sendpacket()
/Linux-v4.19/arch/hexagon/lib/
Dmemcpy.S222 mask.l = #LO(0x7fffffff);
235 r31.l = #LO(.Lmemcpy_return); /* set up final return pointer */
/Linux-v4.19/Documentation/misc-devices/
Dapds990x.txt84 RW - LO level threshold value. All results below the value
Dbh1770glc.txt74 RW - LO level threshold value. All results below the value
/Linux-v4.19/sound/pci/
Dmaestro3.c1170 #define LO(x) ((x) & 0xffff) in snd_m3_pcm_setup1() macro
1171 #define HI(x) LO((x) >> 16) in snd_m3_pcm_setup1()
1176 LO(s->buffer_addr)); in snd_m3_pcm_setup1()
1184 LO(s->buffer_addr + s->dma_size)); in snd_m3_pcm_setup1()
1192 LO(s->buffer_addr)); in snd_m3_pcm_setup1()
1197 #undef LO in snd_m3_pcm_setup1()