Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/
Daccess.c315 if ((status & PCI_VPD_ADDR_F) == vpd->flag) { in pci_vpd_pci22_wait()
359 vpd->flag = PCI_VPD_ADDR_F; in pci_vpd_pci22_read()
414 pos | PCI_VPD_ADDR_F); in pci_vpd_pci22_write()
/linux-4.4.14/drivers/xen/xen-pciback/
Dconf_space_capability.c71 if (value & PCI_VPD_ADDR_F) in vpd_address_write()
/linux-4.4.14/drivers/vfio/pci/
Dvfio_pci_config.c696 if (addr & PCI_VPD_ADDR_F) { in vfio_vpd_config_write()
698 if (pci_write_vpd(pdev, addr & ~PCI_VPD_ADDR_F, 4, &data) != 4) in vfio_vpd_config_write()
711 addr ^= PCI_VPD_ADDR_F; in vfio_vpd_config_write()
/linux-4.4.14/include/uapi/linux/
Dpci_regs.h283 #define PCI_VPD_ADDR_F 0x8000 /* Write 0, 1 indicates completion */ macro
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c627 } while (!(val & PCI_VPD_ADDR_F) && --attempts); in t3_seeprom_read()
629 if (!(val & PCI_VPD_ADDR_F)) { in t3_seeprom_read()
659 addr | PCI_VPD_ADDR_F); in t3_seeprom_write()
663 } while ((val & PCI_VPD_ADDR_F) && --attempts); in t3_seeprom_write()
665 if (val & PCI_VPD_ADDR_F) { in t3_seeprom_write()
/linux-4.4.14/drivers/scsi/csiostor/
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()
/linux-4.4.14/drivers/net/ethernet/marvell/
Dskge.c802 } while (!(offset & PCI_VPD_ADDR_F)); in skge_vpd_read()
812 offset | PCI_VPD_ADDR_F); in skge_vpd_write()
816 } while (offset & PCI_VPD_ADDR_F); in skge_vpd_write()
Dsky2.c4284 while ( (sky2_pci_read16(hw, cap + PCI_VPD_ADDR) & PCI_VPD_ADDR_F) == busy) { in sky2_vpd_wait()
4330 sky2_pci_write32(hw, cap + PCI_VPD_ADDR, offset | PCI_VPD_ADDR_F); in sky2_vpd_write()
4332 rc = sky2_vpd_wait(hw, cap, PCI_VPD_ADDR_F); in sky2_vpd_write()