Searched refs:bcom_sram_alloc (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.10/drivers/dma/bestcomm/ | 
| D | bestcomm.c | 95 		tsk->bd = bcom_sram_alloc(bd_count * bd_size, 4, &tsk->bd_pa);  in bcom_task_alloc()177 		desc = bcom_sram_alloc(hdr->desc_size * sizeof(u32), 4, &start_pa);  in bcom_load_image()
 289 	bcom_eng->tdt = bcom_sram_alloc(tdt_size, sizeof(u32), &tdt_pa);  in bcom_engine_init()
 290 	bcom_eng->ctx = bcom_sram_alloc(ctx_size, BCOM_CTX_ALIGN, &ctx_pa);  in bcom_engine_init()
 291 	bcom_eng->var = bcom_sram_alloc(var_size, BCOM_VAR_ALIGN, &var_pa);  in bcom_engine_init()
 292 	bcom_eng->fdt = bcom_sram_alloc(fdt_size, BCOM_FDT_ALIGN, &fdt_pa);  in bcom_engine_init()
 
 | 
| D | sram.c | 149 void* bcom_sram_alloc(int size, int align, phys_addr_t *phys)  in bcom_sram_alloc()  function163 EXPORT_SYMBOL_GPL(bcom_sram_alloc);
 
 | 
| /Linux-v5.10/include/linux/fsl/bestcomm/ | 
| D | sram.h | 39 extern void* bcom_sram_alloc(int size, int align, phys_addr_t *phys);
 |