Searched refs:SRAM_MEM_SIZE (Results 1 – 2 of 2) sorted by relevance
204 (SRAM_INTERNAL_PHYS(xcno), SRAM_MEM_SIZE, kobject_name(&dev->kobj))) in request_xc()209 x->sram_base = ioremap(SRAM_INTERNAL_PHYS(xcno), SRAM_MEM_SIZE); in request_xc()223 release_mem_region(SRAM_INTERNAL_PHYS(xcno), SRAM_MEM_SIZE); in request_xc()243 release_mem_region(SRAM_INTERNAL_PHYS(xcno), SRAM_MEM_SIZE); in free_xc()
34 #define SRAM_MEM_SIZE 0x8000 macro