Searched refs:bcom_sram_alloc (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/bestcomm/
H A Dsram.h39 extern void* bcom_sram_alloc(int size, int align, phys_addr_t *phys);
H A Dbestcomm.c94 tsk->bd = bcom_sram_alloc(bd_count * bd_size, 4, &tsk->bd_pa);
176 desc = bcom_sram_alloc(hdr->desc_size * sizeof(u32), 4, &start_pa);
289 bcom_eng->tdt = bcom_sram_alloc(tdt_size, sizeof(u32), &tdt_pa);
290 bcom_eng->ctx = bcom_sram_alloc(ctx_size, BCOM_CTX_ALIGN, &ctx_pa);
291 bcom_eng->var = bcom_sram_alloc(var_size, BCOM_VAR_ALIGN, &var_pa);
292 bcom_eng->fdt = bcom_sram_alloc(fdt_size, BCOM_FDT_ALIGN, &fdt_pa);
H A Dsram.c143 void* bcom_sram_alloc(int size, int align, phys_addr_t *phys) function
157 EXPORT_SYMBOL_GPL(bcom_sram_alloc); variable

Completed in 75 milliseconds