Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h123 #define PCI_VPD_ADDR_F 0x8000 macro
/titanic_44/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c487 } 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()