Searched refs:sram_off (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/crypto/marvell/cesa/ |
D | tdma.c | 356 unsigned int sram_off, size_t buflen, off_t skip, in mv_cesa_sg_copy() argument 380 memcpy(engine->sram_pool + sram_off + offset, in mv_cesa_sg_copy() 383 memcpy_toio(engine->sram + sram_off + offset, in mv_cesa_sg_copy() 388 engine->sram_pool + sram_off + offset, in mv_cesa_sg_copy() 392 engine->sram + sram_off + offset, in mv_cesa_sg_copy()
|
D | cesa.h | 876 unsigned int sram_off, size_t buflen, off_t skip, 882 unsigned int sram_off, in mv_cesa_sg_copy_to_sram() argument 885 return mv_cesa_sg_copy(engine, sgl, nents, sram_off, buflen, skip, in mv_cesa_sg_copy_to_sram() 892 unsigned int sram_off, in mv_cesa_sg_copy_from_sram() argument 895 return mv_cesa_sg_copy(engine, sgl, nents, sram_off, buflen, skip, in mv_cesa_sg_copy_from_sram()
|