D | hwmon-vid.c | 50 * doesn't seem to be any named specification for these. The conversion 55 * doesn't seem to be any named specification for these. The conversion 169 #define ANY 0xFF macro 180 {X86_VENDOR_AMD, 0x6, 0x0, ANY, ANY, 90}, /* Athlon Duron etc */ 181 {X86_VENDOR_AMD, 0xF, 0x0, 0x3F, ANY, 24}, /* Athlon 64, Opteron */ 188 {X86_VENDOR_AMD, 0xF, 0x40, 0x7F, ANY, 24}, /* NPT family 0Fh */ 189 {X86_VENDOR_AMD, 0xF, 0x80, ANY, ANY, 25}, /* future fam. 0Fh */ 190 {X86_VENDOR_AMD, 0x10, 0x0, ANY, ANY, 25}, /* NPT family 10h */ 191 {X86_VENDOR_AMD, 0x11, 0x0, ANY, ANY, 26}, /* family 11h */ 192 {X86_VENDOR_AMD, 0x12, 0x0, ANY, ANY, 26}, /* family 12h */ [all …]
|