Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/
H A Dcxgb_osdep.h175 #define PCI_VPD_ADDR_F 0x8000 macro
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c668 } 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()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c3457 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()