Home
last modified time | relevance | path

Searched refs:MALI_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_block_alloc.c28 return (item->phy_addr / MALI_BLOCK_SIZE); in _mali_blk_item_get_pfn()
70 usable_size = size & ~(MALI_BLOCK_SIZE - 1); in mali_mem_block_allocator_create()
73 num_blocks = usable_size / MALI_BLOCK_SIZE; in mali_mem_block_allocator_create()
93 mali_blk_items[i].phy_addr = base_address + (i * MALI_BLOCK_SIZE); in mali_mem_block_allocator_create()
H A Dmali_memory_block_alloc.h20 #define MALI_BLOCK_SIZE (PAGE_SIZE) /* 4 kB, manage BLOCK memory as page size */ macro