Searched refs:LO (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/arch/hexagon/kernel/ |
D | head.S | 42 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);
|
D | vm_entry.S | 77 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/ |
D | ops-nile4.c | 12 #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/ |
D | iforce-ff.c | 49 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 …]
|
D | iforce-packets.c | 35 __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()
|
D | iforce.h | 132 #define LO(a) ((unsigned char)((a) & 0xff)) macro
|
/Linux-v4.19/arch/arm/crypto/ |
D | sha512-core.S_shipped | 67 # 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/ |
D | max2175.rst | 32 - 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/ |
D | hp03.txt | 9 pulled LO afterward.
|
/Linux-v4.19/drivers/media/rc/ |
D | ati_remote.c | 233 #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/ |
D | memcpy.S | 222 mask.l = #LO(0x7fffffff); 235 r31.l = #LO(.Lmemcpy_return); /* set up final return pointer */
|
/Linux-v4.19/Documentation/misc-devices/ |
D | apds990x.txt | 84 RW - LO level threshold value. All results below the value
|
D | bh1770glc.txt | 74 RW - LO level threshold value. All results below the value
|
/Linux-v4.19/sound/pci/ |
D | maestro3.c | 1170 #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()
|