Home
last modified time | relevance | path

Searched refs:QCHAR (Results 1 – 1 of 1) sorted by relevance

/arch/x86/include/asm/
Dmicrocode.h86 #define QCHAR(a, b, c, d) ((a) + ((b) << 8) + ((c) << 16) + ((d) << 24)) macro
87 #define CPUID_INTEL1 QCHAR('G', 'e', 'n', 'u')
88 #define CPUID_INTEL2 QCHAR('i', 'n', 'e', 'I')
89 #define CPUID_INTEL3 QCHAR('n', 't', 'e', 'l')
90 #define CPUID_AMD1 QCHAR('A', 'u', 't', 'h')
91 #define CPUID_AMD2 QCHAR('e', 'n', 't', 'i')
92 #define CPUID_AMD3 QCHAR('c', 'A', 'M', 'D')