Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/boot/
Dcpucheck.c49 #define A32(a, b, c, d) (((d) << 24)+((c) << 16)+((b) << 8)+(a)) macro
53 return cpu_vendor[0] == A32('A', 'u', 't', 'h') && in is_amd()
54 cpu_vendor[1] == A32('e', 'n', 't', 'i') && in is_amd()
55 cpu_vendor[2] == A32('c', 'A', 'M', 'D'); in is_amd()
60 return cpu_vendor[0] == A32('C', 'e', 'n', 't') && in is_centaur()
61 cpu_vendor[1] == A32('a', 'u', 'r', 'H') && in is_centaur()
62 cpu_vendor[2] == A32('a', 'u', 'l', 's'); in is_centaur()
67 return cpu_vendor[0] == A32('G', 'e', 'n', 'u') && in is_transmeta()
68 cpu_vendor[1] == A32('i', 'n', 'e', 'T') && in is_transmeta()
69 cpu_vendor[2] == A32('M', 'x', '8', '6'); in is_transmeta()
/linux-3.4.99/arch/blackfin/mach-bf548/include/mach/
DdefBF544.h588 #define A32 0xffc00 /* A32 in the Coefficient Matrix */ macro
DdefBF547.h568 #define A32 0xffc00 /* A32 in the Coefficient Matrix */ macro