cxl/pci: Add new DVSEC definitions
In preparation for properly supporting memory active timeout, and later on, other attributes obtained from DVSEC fields, add the full list of DVSEC identifiers from the CXL 2.0 specification. Reviewed-by: Dan Williams <dan.j.williams@intel.com> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huwei.com> (v1) Signed-off-by: Ben Widawsky <ben.widawsky@intel.com> Link: https://lore.kernel.org/r/164298414567.3018233.12005290051592771878.stgit@dwillia2-desk3.amr.corp.intel.com Signed-off-by: Dan Williams <dan.j.williams@intel.com>
This commit is contained in:
parent
46c6ad2762
commit
8baa787b93
@ -16,6 +16,21 @@
|
||||
/* CXL 2.0 8.1.3: PCIe DVSEC for CXL Device */
|
||||
#define CXL_DVSEC_PCIE_DEVICE 0
|
||||
|
||||
/* CXL 2.0 8.1.4: Non-CXL Function Map DVSEC */
|
||||
#define CXL_DVSEC_FUNCTION_MAP 2
|
||||
|
||||
/* CXL 2.0 8.1.5: CXL 2.0 Extensions DVSEC for Ports */
|
||||
#define CXL_DVSEC_PORT_EXTENSIONS 3
|
||||
|
||||
/* CXL 2.0 8.1.6: GPF DVSEC for CXL Port */
|
||||
#define CXL_DVSEC_PORT_GPF 4
|
||||
|
||||
/* CXL 2.0 8.1.7: GPF DVSEC for CXL Device */
|
||||
#define CXL_DVSEC_DEVICE_GPF 5
|
||||
|
||||
/* CXL 2.0 8.1.8: PCIe DVSEC for Flex Bus Port */
|
||||
#define CXL_DVSEC_PCIE_FLEXBUS_PORT 7
|
||||
|
||||
/* CXL 2.0 8.1.9: Register Locator DVSEC */
|
||||
#define CXL_DVSEC_REG_LOCATOR 8
|
||||
#define CXL_DVSEC_REG_LOCATOR_BLOCK1_OFFSET 0xC
|
||||
|
Loading…
x
Reference in New Issue
Block a user