Searched refs:PCI_VPD_DATA (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/pci/ |
H A D | vpd.c | 200 ret = pci_user_read_config_dword(dev, vpd->cap + PCI_VPD_DATA, &val); in pci_vpd_read() 243 ret = pci_user_write_config_dword(dev, vpd->cap + PCI_VPD_DATA, in pci_vpd_write()
|
/openbmc/linux/drivers/xen/xen-pciback/ |
H A D | conf_space_capability.c | 86 .offset = PCI_VPD_DATA,
|
/openbmc/linux/include/uapi/linux/ |
H A D | pci_regs.h | 294 #define PCI_VPD_DATA 4 /* 32-bits of data returned here */ macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 295 #define PCI_VPD_DATA 4 /* 32-bits of data returned here */ macro
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci_config.c | 793 __le32 *pdata = (__le32 *)(vdev->vconfig + pos - offset + PCI_VPD_DATA); in vfio_vpd_config_write() 850 p_setd(perm, PCI_VPD_DATA, ALL_VIRT, ALL_WRITE); in init_pci_cap_vpd_perm()
|
/openbmc/linux/drivers/net/ethernet/marvell/ |
H A D | skge.c | 812 pci_read_config_dword(pdev, cap + PCI_VPD_DATA, &val); in skge_vpd_read() 818 pci_write_config_dword(pdev, cap + PCI_VPD_DATA, val); in skge_vpd_write()
|
/openbmc/linux/drivers/scsi/csiostor/ |
H A D | csio_hw.c | 233 pci_read_config_dword(hw->pdev, base + PCI_VPD_DATA, data); in csio_hw_seeprom_read()
|