Searched refs:LO (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.4/arch/hexagon/kernel/ |
| D | head.S | 28 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);
|
| D | vm_entry.S | 64 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/ |
| 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-v5.4/drivers/input/joystick/iforce/ |
| D | iforce-ff.c | 34 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 …]
|
| D | iforce-packets.c | 21 __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()
|
| D | iforce.h | 105 #define LO(a) ((unsigned char)((a) & 0xff)) macro
|
| /Linux-v5.4/arch/arm/crypto/ |
| D | sha512-core.S_shipped | 67 # 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/ |
| D | max2175.rst | 34 - 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/ |
| D | hp03.txt | 9 pulled LO afterward.
|
| /Linux-v5.4/Documentation/devicetree/bindings/iio/resolver/ |
| D | ad2s90.txt | 18 delay is expected between the application of a logic LO to CS and the
|
| /Linux-v5.4/drivers/media/rc/ |
| D | ati_remote.c | 223 #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/ |
| D | memcpy.S | 208 mask.l = #LO(0x7fffffff); 221 r31.l = #LO(.Lmemcpy_return); /* set up final return pointer */
|
| /Linux-v5.4/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-v5.4/sound/pci/ |
| D | maestro3.c | 1155 #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()
|