Searched refs:EPC_WRITE_COMPLETE (Results 1 – 2 of 2) sorted by relevance
46 #define EPC_WRITE_COMPLETE (1 << 28) macro
67 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()