Home
last modified time | relevance | path

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

/Linux-v5.4/arch/hexagon/kernel/
Dhead.S28 r24.L = #LO(swapper_pg_dir)
40 r1.l = #LO(PAGE_OFFSET);
61 r1.l = #LO(_end);
62 r2.l = #LO(stext);
96 R1.L = #LO(PAGE_OFFSET >> (22 - 2))
187 {r29.L = #LO(init_thread_union); r0.L = #LO(_THREAD_SIZE); }
194 { r0.L = #LO(__bss_start); r1 = #0; r2.l = #LO(__bss_stop); }
202 r0.l = #LO(__phys_offset);
Dvm_entry.S64 R2.L = #LO(_THREAD_SIZE); } \
216 R1.L = #LO(CHandler); \
281 R26.L = #LO(do_work_pending);
369 R26.L = #LO(do_work_pending);
/Linux-v5.4/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-v5.4/drivers/input/joystick/iforce/
Diforce-ff.c34 data[0] = LO(mod_chunk->start); in make_magnitude_modifier()
67 data[0] = LO(mod_chunk->start); in make_period_modifier()
74 data[5] = LO(period); in make_period_modifier()
107 data[0] = LO(mod_chunk->start); in make_envelope_modifier()
110 data[2] = LO(attack_duration); in make_envelope_modifier()
114 data[5] = LO(fade_duration); in make_envelope_modifier()
144 data[0] = LO(mod_chunk->start); in make_condition_modifier()
151 data[4] = LO(center); in make_condition_modifier()
155 data[6] = LO(db); in make_condition_modifier()
300 data[0] = LO(id); in make_core()
[all …]
Diforce-packets.c21 __func__, msg, cmd, LO(cmd), data); in iforce_dump_packet()
30 int n = LO(cmd); in iforce_send_packet()
60 iforce->xmit.buf[head] = LO(cmd); in iforce_send_packet()
92 data[0] = LO(id); in iforce_control_playback()
94 data[2] = LO(value); in iforce_control_playback()
Diforce.h105 #define LO(a) ((unsigned char)((a) & 0xff)) macro
/Linux-v5.4/arch/arm/crypto/
Dsha512-core.S_shipped67 # define LO 0
72 # define LO 4
161 ldr r7,[r0,#32+LO]
163 ldr r9, [r0,#48+LO]
165 ldr r11, [r0,#56+LO]
172 ldr r5,[r0,#0+LO]
174 ldr r3,[r0,#8+LO]
176 ldr r9, [r0,#16+LO]
178 ldr r11, [r0,#24+LO]
186 ldr r3,[r0,#40+LO]
[all …]
/Linux-v5.4/Documentation/media/v4l-drivers/
Dmax2175.rst34 - The LO frequency position is below the desired frequency.
36 - The LO frequency position is above the desired frequency.
/Linux-v5.4/Documentation/devicetree/bindings/iio/pressure/
Dhp03.txt9 pulled LO afterward.
/Linux-v5.4/Documentation/devicetree/bindings/iio/resolver/
Dad2s90.txt18 delay is expected between the application of a logic LO to CS and the
/Linux-v5.4/drivers/media/rc/
Dati_remote.c223 #define LO(a) ((unsigned char)((a) & 0xff)) macro
409 memcpy(ati_remote->out_urb->transfer_buffer + 1, data, LO(cmd)); in ati_remote_sendpacket()
412 ati_remote->out_urb->transfer_buffer_length = LO(cmd) + 1; in ati_remote_sendpacket()
/Linux-v5.4/arch/hexagon/lib/
Dmemcpy.S208 mask.l = #LO(0x7fffffff);
221 r31.l = #LO(.Lmemcpy_return); /* set up final return pointer */
/Linux-v5.4/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-v5.4/sound/pci/
Dmaestro3.c1155 #define LO(x) ((x) & 0xffff) in snd_m3_pcm_setup1() macro
1156 #define HI(x) LO((x) >> 16) in snd_m3_pcm_setup1()
1161 LO(s->buffer_addr)); in snd_m3_pcm_setup1()
1169 LO(s->buffer_addr + s->dma_size)); in snd_m3_pcm_setup1()
1177 LO(s->buffer_addr)); in snd_m3_pcm_setup1()
1182 #undef LO in snd_m3_pcm_setup1()