Searched refs:KBASE_REG_ZONE_BITS (Results 1 – 1 of 1) sorted by relevance
483 #define KBASE_REG_ZONE_BITS 3 macro486 #define KBASE_REG_ZONE_BITS 2 macro489 #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)