Searched refs:LO (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.15/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.15/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.15/Documentation/userspace-api/media/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.15/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.15/arch/hexagon/lib/ |
| D | memcpy.S | 208 mask.l = #LO(0x7fffffff); 221 r31.l = #LO(.Lmemcpy_return); /* set up final return pointer */
|
| /Linux-v5.15/arch/arm64/kvm/ |
| D | sys_regs.c | 1856 { AA32(LO), Op1( 0), CRn( 0), CRm((n)), Op2( 4), trap_bvr, NULL, n }, \ 1988 { AA32(LO), Op1( 0), CRn( 1), CRm( 0), Op2( 1), access_actlr, NULL, ACTLR_EL1 }, 1994 { AA32(LO), Op1( 0), CRn( 2), CRm( 0), Op2( 2), access_vm_reg, NULL, TCR_EL1 }, 2006 { AA32(LO), Op1( 0), CRn( 6), CRm( 0), Op2( 0), access_vm_reg, NULL, FAR_EL1 }, 2024 { AA32(LO), Op1( 0), CRn( 9), CRm(12), Op2( 6), access_pmceid }, 2025 { AA32(LO), Op1( 0), CRn( 9), CRm(12), Op2( 7), access_pmceid }, 2039 { AA32(LO), Op1( 0), CRn(10), CRm( 2), Op2( 0), access_vm_reg, NULL, MAIR_EL1 }, 2043 { AA32(LO), Op1( 0), CRn(10), CRm( 3), Op2( 0), access_vm_reg, NULL, AMAIR_EL1 },
|
| /Linux-v5.15/Documentation/misc-devices/ |
| D | apds990x.rst | 95 RW - LO level threshold value.
|
| D | bh1770glc.rst | 84 RW - LO level threshold value
|
| /Linux-v5.15/sound/pci/ |
| D | maestro3.c | 1150 #define LO(x) ((x) & 0xffff) in snd_m3_pcm_setup1() macro 1151 #define HI(x) LO((x) >> 16) in snd_m3_pcm_setup1() 1156 LO(s->buffer_addr)); in snd_m3_pcm_setup1() 1164 LO(s->buffer_addr + s->dma_size)); in snd_m3_pcm_setup1() 1172 LO(s->buffer_addr)); in snd_m3_pcm_setup1() 1177 #undef LO in snd_m3_pcm_setup1()
|