Searched refs:CHIP_OR_CORE_MASK (Results 1 – 2 of 2) sorted by relevance
181 ((cpuid >> CHIPID_SHIFT) & CHIP_OR_CORE_MASK), in opl_cpursrc_create()182 "core", ((cpuid >> COREID_SHIFT) & CHIP_OR_CORE_MASK), in opl_cpursrc_create()
150 #define CHIP_OR_CORE_MASK 3 macro