Searched refs:PCI_VPD_ADDR_F (Results 1 – 2 of 2) sorted by relevance
123 #define PCI_VPD_ADDR_F 0x8000 macro
487 } while (!(val & PCI_VPD_ADDR_F) && --attempts); in t4_seeprom_read()489 if (!(val & PCI_VPD_ADDR_F)) { in t4_seeprom_read()521 (u16)addr | PCI_VPD_ADDR_F); in t4_seeprom_write()525 } while ((val & PCI_VPD_ADDR_F) && --attempts); in t4_seeprom_write()527 if (val & PCI_VPD_ADDR_F) { in t4_seeprom_write()