Searched refs:sram_off (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/crypto/marvell/cesa/ |
H A D | tdma.c | 367 unsigned int sram_off, size_t buflen, off_t skip, in mv_cesa_sg_copy() argument 391 memcpy(engine->sram_pool + sram_off + offset, in mv_cesa_sg_copy() 394 memcpy_toio(engine->sram + sram_off + offset, in mv_cesa_sg_copy() 399 engine->sram_pool + sram_off + offset, in mv_cesa_sg_copy() 403 engine->sram + sram_off + offset, in mv_cesa_sg_copy()
|
H A D | cesa.h | 879 unsigned int sram_off, size_t buflen, off_t skip, 885 unsigned int sram_off, in mv_cesa_sg_copy_to_sram() argument 888 return mv_cesa_sg_copy(engine, sgl, nents, sram_off, buflen, skip, in mv_cesa_sg_copy_to_sram() 895 unsigned int sram_off, in mv_cesa_sg_copy_from_sram() argument 898 return mv_cesa_sg_copy(engine, sgl, nents, sram_off, buflen, skip, in mv_cesa_sg_copy_from_sram()
|