Searched refs:IS_SKL (Results 1 – 1 of 1) sorted by relevance
360 #define IS_SKL(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0xa170) macro365 #define IS_SKL_PLUS(pci) (IS_SKL(pci) || IS_SKL_LP(pci) || IS_BXT(pci)) || \