Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_rotator.c522 struct drm_exynos_pos *dst_pos = &dst_config->pos; in rotator_ippdrv_check_property() local
575 if ((dst_pos->x + dst_pos->h > dst_sz->vsize) || in rotator_ippdrv_check_property()
576 (dst_pos->y + dst_pos->w > dst_sz->hsize)) { in rotator_ippdrv_check_property()
581 if ((src_pos->w != dst_pos->h) || (src_pos->h != dst_pos->w)) { in rotator_ippdrv_check_property()
586 if ((dst_pos->x + dst_pos->w > dst_sz->hsize) || in rotator_ippdrv_check_property()
587 (dst_pos->y + dst_pos->h > dst_sz->vsize)) { in rotator_ippdrv_check_property()
592 if ((src_pos->w != dst_pos->w) || (src_pos->h != dst_pos->h)) { in rotator_ippdrv_check_property()
/linux-4.1.27/sound/mips/
Dsgio2audio.c364 int dst_pos; in snd_sgio2audio_dma_pull_frag() local
376 dst_pos = chip->channel[ch].pos; in snd_sgio2audio_dma_pull_frag()
386 dst = (s16 *)(dst_base + dst_pos); in snd_sgio2audio_dma_pull_frag()
393 dst_pos = (dst_pos + 2 * sizeof(s16)) & dst_mask; in snd_sgio2audio_dma_pull_frag()
398 chip->channel[ch].pos = dst_pos; in snd_sgio2audio_dma_pull_frag()
411 unsigned long dst_base, dst_pos, src_mask; in snd_sgio2audio_dma_push_frag() local
422 dst_pos = readq(&mace->perif.audio.chan[ch].write_ptr); in snd_sgio2audio_dma_push_frag()
434 dst = (u64 *)(dst_base + dst_pos); in snd_sgio2audio_dma_push_frag()
442 dst_pos = (dst_pos + sizeof(u64)) & CHANNEL_RING_MASK; in snd_sgio2audio_dma_push_frag()
447 writeq(dst_pos, &mace->perif.audio.chan[ch].write_ptr); /* in bytes */ in snd_sgio2audio_dma_push_frag()
/linux-4.1.27/arch/m68k/fpsp040/
Dkernel_ex.S287 beqs dst_pos |if clr, it was positive
289 dst_pos: label
/linux-4.1.27/drivers/dma/ppc4xx/
Dadma.c1255 unsigned char mult, int index, int dst_pos);
3466 unsigned char mult, int index, int dst_pos) in ppc440spe_adma_pq_set_src_mult() argument
3497 mult_dst = dst_pos ? DMA_CDB_SG_DST2 : in ppc440spe_adma_pq_set_src_mult()
3514 mult_dst = dst_pos ? DMA_CDB_SG_DST2 : DMA_CDB_SG_DST1; in ppc440spe_adma_pq_set_src_mult()