Home
last modified time | relevance | path

Searched refs:loop_start (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/sound/isa/sb/
H A Demu8000_pcm.c48 unsigned int loop_start[2]; member
174 val -= rec->loop_start[ch] - 1; in emu8k_get_curpos()
304 temp = (temp <<24) | ((unsigned int)rec->loop_start[ch] - 1); in setup_voice()
308 temp = (temp << 24) | ((unsigned int)rec->loop_start[ch] + rec->buf_size - 1); in setup_voice()
312 temp = (temp << 28) | ((unsigned int)rec->loop_start[ch] - 1); in setup_voice()
458 pos = (pos << 1) + rec->loop_start[voice]; in emu8k_pcm_copy()
471 pos = (pos << 1) + rec->loop_start[voice]; in emu8k_pcm_copy_kernel()
484 pos = (pos << 1) + rec->loop_start[voice]; in emu8k_pcm_silence()
497 EMU8000_SMALW_WRITE(emu, pos + rec->loop_start[0]); \
499 EMU8000_SMARW_WRITE(emu, pos + rec->loop_start[1]); \
[all …]
/OK3568_Linux_fs/kernel/arch/arc/lib/
H A Dstrcpy-700.S25 bbit0.d r1,2,loop_start
36 loop_start: label
/OK3568_Linux_fs/u-boot/arch/arc/lib/
H A Dstrcpy-700.S28 bbit0.d %r1, 2, loop_start
39 loop_start: label
/OK3568_Linux_fs/kernel/sound/pci/ymfpci/
H A Dymfpci.h176 __le32 loop_start; /* 32-bit offset */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dsoundcard.h243 int loop_start, loop_end; /* Byte offsets from the beginning */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dsoundcard.h243 int loop_start, loop_end; /* Byte offsets from the beginning */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsoundcard.h247 int loop_start, loop_end; /* Byte offsets from the beginning */ member
/OK3568_Linux_fs/kernel/sound/synth/emux/
H A Dsoundfont.c967 smp->v.loopstart = patch.loop_start; in load_guspatch()
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dcaps.c4328 unsigned long loop_start = jiffies; in ceph_check_delayed_caps() local
4337 if (time_before(loop_start, ci->i_hold_caps_max - delay_max)) { in ceph_check_delayed_caps()