Re: [PATCH 1/1] x86/platform/x86: Fix count of CHas on multi-pci-segment arches
From: Liang, Kan
Date: Tue Mar 13 2018 - 13:16:03 EST
On 3/13/2018 12:00 PM, Andy Shevchenko wrote:
On Tue, Mar 13, 2018 at 5:58 PM, Andy Shevchenko
<andy.shevchenko@xxxxxxxxx> wrote:
On Tue, Mar 13, 2018 at 3:42 AM, Liang, Kan <kan.liang@xxxxxxxxxxxxxxx> wrote:
+#define SKX_CAPID6 0x9c
+ pci_read_config_dword(dev, SKX_CAPID6, &val);
Moreover, this is too non-flexible. Can't you find a capability based
on CAP ID + offset?
It looks it doesn't use capability.
16:1e.3 System peripheral: Intel Corporation Sky Lake-E PCU Registers
(rev 04)
00: 86 80 83 20 00 00 00 00 04 00 80 08 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 00 00
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Thanks,
Kan