Home
last modified time | relevance | path

Searched refs:bpos (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/sound/isa/gus/
H A Dgus_pcm.c40 unsigned int bpos; member
123 curr = begin + (pcmp->bpos * pcmp->block_size) / runtime->channels; in snd_gf1_pcm_trigger_up()
207 pcmp->bpos++; in snd_gf1_pcm_interrupt_wave()
208 pcmp->bpos %= pcmp->blocks; in snd_gf1_pcm_interrupt_wave()
209 if (pcmp->bpos + 1 >= pcmp->blocks) { /* last block? */ in snd_gf1_pcm_interrupt_wave()
214 end = pcmp->memory + (((pcmp->bpos + 1) * pcmp->block_size) / runtime->channels); in snd_gf1_pcm_interrupt_wave()
245 end = pcmp->bpos * pcmp->block_size; in snd_gf1_pcm_interrupt_wave()
344 unsigned int bpos = pos + (voice * (pcmp->dma_size / 2)); in get_bpos() local
345 if (snd_BUG_ON(bpos > pcmp->dma_size)) in get_bpos()
347 if (snd_BUG_ON(bpos + len > pcmp->dma_size)) in get_bpos()
[all …]
/OK3568_Linux_fs/kernel/drivers/lightnvm/
H A Dpblk-cache.c27 unsigned int bpos, pos; in pblk_write_to_cache() local
38 ret = pblk_rb_may_write_user(&pblk->rwb, bio, nr_entries, &bpos); in pblk_write_to_cache()
64 pos = pblk_rb_wrap_pos(&pblk->rwb, bpos + i); in pblk_write_to_cache()
94 unsigned int bpos, pos; in pblk_write_gc_to_cache() local
103 if (!pblk_rb_may_write_gc(&pblk->rwb, gc_rq->secs_to_gc, &bpos)) { in pblk_write_gc_to_cache()
117 pos = pblk_rb_wrap_pos(&pblk->rwb, bpos + valid_entries); in pblk_write_gc_to_cache()
/OK3568_Linux_fs/kernel/arch/powerpc/crypto/
H A Daes-spe-core.S16 #define EAD(in, bpos) \ argument
17 rlwimi rT0,in,28-((bpos+3)%4)*8,20,27;
19 #define DAD(in, bpos) \ argument
20 rlwimi rT1,in,24-((bpos+3)%4)*8,24,31;
31 #define LAH(out, in, bpos, off) \ argument
32 EAD(in, bpos) /* calc addr + load word high */ \
35 #define LAL(out, in, bpos, off) \ argument
36 EAD(in, bpos) /* calc addr + load word low */ \
39 #define LAE(out, in, bpos) \ argument
40 EAD(in, bpos) /* calc addr + load enc byte */ \
[all …]
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/mtdutils/
H A Dmtdutils.c417 loff_t bpos = pos; in write_block() local
418 int ret = ioctl(fd, MEMGETBADBLOCK, &bpos); in write_block()
527 loff_t bpos = pos; in mtd_erase_blocks() local
528 if (ioctl(ctx->fd, MEMGETBADBLOCK, &bpos) > 0) { in mtd_erase_blocks()
/OK3568_Linux_fs/external/recovery/mtdutils/
H A Dmtdutils.c440 loff_t bpos = pos; in write_block() local
441 int ret = ioctl(fd, MEMGETBADBLOCK, &bpos); in write_block()
550 loff_t bpos = pos; in mtd_erase_blocks() local
551 if (ioctl(ctx->fd, MEMGETBADBLOCK, &bpos) > 0) { in mtd_erase_blocks()
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dvesa.h55 u8 bpos; /* 36 */ member
/OK3568_Linux_fs/kernel/fs/ntfs/
H A Daops.c725 unsigned long *bpos, *bend; in ntfs_write_block() local
729 bpos = (unsigned long *)(kaddr + bh_offset(bh)); in ntfs_write_block()
730 bend = (unsigned long *)((u8*)bpos + blocksize); in ntfs_write_block()
732 if (unlikely(*bpos)) in ntfs_write_block()
734 } while (likely(++bpos < bend)); in ntfs_write_block()
736 if (bpos == bend) { in ntfs_write_block()
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Dvc4_drm.h310 __u32 bpoa, bpos; 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/drm/
H A Dvc4_drm.h310 __u32 bpoa, bpos; 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/drm/
H A Dvc4_drm.h310 __u32 bpoa, bpos; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Dvc4_drm.h310 __u32 bpoa, bpos; member
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Dvc4_drm.h310 __u32 bpoa, bpos; member
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Dvc4_drm.h310 __u32 bpoa, bpos; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/
H A Dhal_btc.h845 u32 bpos; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/
H A Dhal_btc.h845 u32 bpos; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/
H A Dvc4_gem.c244 state->bpos = V3D_READ(V3D_BPOS); in vc4_save_hang_state()