Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/
H A Dvc.c77 ctrl_pos = pos + PCI_VC_RES_CTRL + (res * PCI_CAP_VC_PER_VC_SIZEOF); in pci_vc_load_port_arb_table()
78 status_pos = pos + PCI_VC_RES_STATUS + (res * PCI_CAP_VC_PER_VC_SIZEOF); in pci_vc_load_port_arb_table()
113 ctrl_pos = pos + PCI_VC_RES_CTRL + (res * PCI_CAP_VC_PER_VC_SIZEOF); in pci_vc_enable()
114 status_pos = pos + PCI_VC_RES_STATUS + (res * PCI_CAP_VC_PER_VC_SIZEOF); in pci_vc_enable()
136 (i * PCI_CAP_VC_PER_VC_SIZEOF); in pci_vc_enable()
138 (i * PCI_CAP_VC_PER_VC_SIZEOF); in pci_vc_enable()
279 (i * PCI_CAP_VC_PER_VC_SIZEOF), &cap); in pci_vc_do_save_buffer()
309 (i * PCI_CAP_VC_PER_VC_SIZEOF); in pci_vc_do_save_buffer()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h834 #define PCI_CAP_VC_PER_VC_SIZEOF 0x0c macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h836 #define PCI_CAP_VC_PER_VC_SIZEOF 0x0c macro
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c1296 len += (1 + evcc) * PCI_CAP_VC_PER_VC_SIZEOF; in vfio_vc_cap_len()