Searched refs:COREINFO_MFG_MASK (Results 1 – 1 of 1) sorted by relevance
37 #define COREINFO_MFG_MASK 0x00F00000u /* Core Mfg Mask */ macro111 #define CORE_MFG(core_info) ((core_info) & COREINFO_MFG_MASK) >> COREINFO_MFG_SHIFT1539 return (nci->cores[sii->curidx].coreinfo & COREINFO_MFG_MASK) >> COREINFO_MFG_SHIFT; in nci_corevendor()