Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cxl/
H A Dcxlpci.h15 #define PCI_DVSEC_HEADER1_LENGTH_MASK GENMASK(31, 20) macro
/openbmc/linux/drivers/cxl/core/
H A Dregs.c323 regloc_size = FIELD_GET(PCI_DVSEC_HEADER1_LENGTH_MASK, regloc_size); in cxl_find_regblock_instance()