Home
last modified time | relevance | path

Searched refs:PCI_VPD_ADDR_F (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/pci/
H A Dvpd.c140 if (!!(status & PCI_VPD_ADDR_F) == set) in pci_vpd_wait()
248 pos | PCI_VPD_ADDR_F); in pci_vpd_write()
/openbmc/linux/drivers/xen/xen-pciback/
H A Dconf_space_capability.c72 if (value & PCI_VPD_ADDR_F) in vpd_address_write()
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c813 if (addr & PCI_VPD_ADDR_F) { in vfio_vpd_config_write()
815 if (pci_write_vpd(pdev, addr & ~PCI_VPD_ADDR_F, 4, &data) != 4) in vfio_vpd_config_write()
829 addr ^= PCI_VPD_ADDR_F; in vfio_vpd_config_write()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h293 #define PCI_VPD_ADDR_F 0x8000 /* Write 0, 1 indicates completion */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h294 #define PCI_VPD_ADDR_F 0x8000 /* Write 0, 1 indicates completion */ macro
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dskge.c810 } while (!(offset & PCI_VPD_ADDR_F)); in skge_vpd_read()
820 offset | PCI_VPD_ADDR_F); in skge_vpd_write()
824 } while (offset & PCI_VPD_ADDR_F); in skge_vpd_write()
/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_hw.c226 } while (!(val & PCI_VPD_ADDR_F) && --attempts); in csio_hw_seeprom_read()
228 if (!(val & PCI_VPD_ADDR_F)) { in csio_hw_seeprom_read()