Searched refs:OPL_MAX_CPUID_PER_CMP (Results 1 – 2 of 2) sorted by relevance
51 #define OPL_MAX_CPUID_PER_CMP (OPL_MAX_COREID_PER_CMP * \ macro55 (OPL_MAX_CPUID_PER_CMP * OPL_MAX_CMPID_PER_BOARD)64 #define CHIP_ID(x) (((uint_t)(x)/OPL_MAX_CPUID_PER_CMP) & \
1828 proto->unum = ((portid/OPL_MAX_CPUID_PER_CMP) & in drmach_cpu_new()1830 ((portid & (OPL_MAX_CPUID_PER_CMP - 1)) * in drmach_cpu_new()