Home
last modified time | relevance | path

Searched refs:ptr4 (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/hexagon/lib/
Dchecksum.c106 unsigned int *ptr4; in do_csum() local
126 ptr4 = (unsigned int *) &ptr[start & 3]; in do_csum()
129 VR_NEGATE(0, 0, 1, 1)^((u64)ptr4[0]), in do_csum()
163 ptr4 = (unsigned int *) &ptr[start + (mid * 16) + (end & 8)]; in do_csum()
166 VR_NEGATE(0, 0, 1, 1)^((u64)ptr4[0]), in do_csum()
/linux-4.4.14/lib/
Dhexdump.c149 const u32 *ptr4 = buf; in hex_dump_to_buffer() local
154 get_unaligned(ptr4 + j)); in hex_dump_to_buffer()
/linux-4.4.14/sound/pci/emu10k1/
Dp16v.c555 snd_pcm_uframes_t ptr, ptr1, ptr2,ptr3,ptr4 = 0; in snd_p16v_pcm_pointer_playback() local
562 ptr4 = snd_emu10k1_ptr20_read(emu, PLAYBACK_LIST_PTR, channel); in snd_p16v_pcm_pointer_playback()
563 if (ptr3 != ptr4) ptr1 = snd_emu10k1_ptr20_read(emu, PLAYBACK_POINTER, channel); in snd_p16v_pcm_pointer_playback()
565 ptr2+= (ptr4 >> 3) * runtime->period_size; in snd_p16v_pcm_pointer_playback()
Demu10k1x.c526 snd_pcm_uframes_t ptr = 0, ptr1 = 0, ptr2= 0,ptr3 = 0,ptr4 = 0; in snd_emu10k1x_pcm_pointer() local
533 ptr4 = snd_emu10k1x_ptr_read(emu, PLAYBACK_LIST_PTR, channel); in snd_emu10k1x_pcm_pointer()
535 if(ptr4 == 0 && ptr1 == frames_to_bytes(runtime, runtime->buffer_size)) in snd_emu10k1x_pcm_pointer()
538 if (ptr3 != ptr4) in snd_emu10k1x_pcm_pointer()
541 ptr2 += (ptr4 >> 3) * runtime->period_size; in snd_emu10k1x_pcm_pointer()