Home
last modified time | relevance | path

Searched refs:PCI_VC_PORT_CAP1 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/pci/
H A Dvc.c130 pci_read_config_dword(dev->bus->self, pos2 + PCI_VC_PORT_CAP1, &cap1); in pci_vc_enable()
200 pci_read_config_dword(dev, pos + PCI_VC_PORT_CAP1, &cap1); in pci_vc_do_save_buffer()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h805 #define PCI_VC_PORT_CAP1 0x04 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h807 #define PCI_VC_PORT_CAP1 0x04 macro
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c1270 ret = pci_read_config_dword(pdev, pos + PCI_VC_PORT_CAP1, &tmp); in vfio_vc_cap_len()