Searched refs:PCI_VPD_ADDR_F (Results 1 – 3 of 3) sorted by relevance
175 #define PCI_VPD_ADDR_F 0x8000 macro
668 } while (!(val & PCI_VPD_ADDR_F) && --attempts); in t3_seeprom_read()670 if (!(val & PCI_VPD_ADDR_F)) { in t3_seeprom_read()700 (u16)addr | PCI_VPD_ADDR_F); in t3_seeprom_write()704 } while ((val & PCI_VPD_ADDR_F) && --attempts); in t3_seeprom_write()706 if (val & PCI_VPD_ADDR_F) { in t3_seeprom_write()
3457 if ((val & PCI_VPD_ADDR_F) == adapter->vpd_flag) { in t4_seeprom_wait()3512 adapter->vpd_flag = PCI_VPD_ADDR_F; in t4_seeprom_read()3570 (u16)addr | PCI_VPD_ADDR_F); in t4_seeprom_write()