Searched refs:PCI_VPD_ADDR_F (Results 1 – 5 of 5) sorted by relevance
140 if (!!(status & PCI_VPD_ADDR_F) == set) in pci_vpd_wait()248 pos | PCI_VPD_ADDR_F); in pci_vpd_write()
72 if (value & PCI_VPD_ADDR_F) in vpd_address_write()
302 #define PCI_VPD_ADDR_F 0x8000 /* Write 0, 1 indicates completion */ macro
808 } while (!(offset & PCI_VPD_ADDR_F)); in skge_vpd_read()818 offset | PCI_VPD_ADDR_F); in skge_vpd_write()822 } while (offset & PCI_VPD_ADDR_F); in skge_vpd_write()
226 } while (!(val & PCI_VPD_ADDR_F) && --attempts); in csio_hw_seeprom_read()228 if (!(val & PCI_VPD_ADDR_F)) { in csio_hw_seeprom_read()