Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/nxge/
H A Dnxge_espc_hw.h46 #define EPC_WRITE_COMPLETE (1 << 28) macro
/titanic_44/usr/src/uts/common/io/nxge/npi/
H A Dnpi_espc.c67 EPC_WAIT_RW_COMP(handle, &val, EPC_WRITE_COMPLETE); in npi_espc_eeprom_entry()
68 if ((val & EPC_WRITE_COMPLETE) == 0) { in npi_espc_eeprom_entry()