Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h994 #define PCI_VSEC_HDR_LEN_SHIFT 20 /* shift for length field */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h999 #define PCI_VSEC_HDR_LEN_SHIFT 20 /* shift for length field */ macro
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c1392 return dword >> PCI_VSEC_HDR_LEN_SHIFT; in vfio_ext_cap_len()