Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_utils.c245 struct scatterlist *tmp_src, *tmp_dst; in rk_crypto_hw_desc_init() local
273 tmp_dst = dst_sg; in rk_crypto_hw_desc_init()
280 cur_lli->dst_addr = sg_dma_address(tmp_dst); in rk_crypto_hw_desc_init()
281 cur_lli->dst_len = sg_dma_len(tmp_dst); in rk_crypto_hw_desc_init()
286 tmp_dst = sg_next(tmp_dst); in rk_crypto_hw_desc_init()
305 cur_lli->dst_addr = sg_dma_address(tmp_dst); in rk_crypto_hw_desc_init()
/OK3568_Linux_fs/kernel/drivers/base/regmap/
H A Dregcache-lzo.c234 void *tmp_dst; in regcache_lzo_read() local
244 tmp_dst = lzo_block->dst; in regcache_lzo_read()
259 lzo_block->dst = tmp_dst; in regcache_lzo_read()
271 void *tmp_dst; in regcache_lzo_write() local
281 tmp_dst = lzo_block->dst; in regcache_lzo_write()
315 kfree(tmp_dst); in regcache_lzo_write()
319 lzo_block->dst = tmp_dst; in regcache_lzo_write()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dftrace.h38 : [tmp_dst] "=&r" (dst), [tmp_err] "=r" (error)\
61 : [tmp_dst] "r" (dst), [tmp_src] "r" (src)\
/OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/
H A Dgma_display.c337 void *tmp_dst, *tmp_src; in gma_crtc_cursor_set() local
401 tmp_dst = dev_priv->vram_addr + cursor_gt->offset; in gma_crtc_cursor_set()
404 memcpy(tmp_dst, tmp_src, PAGE_SIZE); in gma_crtc_cursor_set()
406 tmp_dst += PAGE_SIZE; in gma_crtc_cursor_set()