Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem.h483 #define KBASE_REG_ZONE_BITS 3 macro
486 #define KBASE_REG_ZONE_BITS 2 macro
489 #define KBASE_REG_ZONE_MASK (((1 << KBASE_REG_ZONE_BITS) - 1ul) << 11)
490 #define KBASE_REG_ZONE(x) (((x) & ((1 << KBASE_REG_ZONE_BITS) - 1ul)) << 11)
493 #if KBASE_REG_ZONE_MAX > (1 << KBASE_REG_ZONE_BITS)