Searched refs:EEPROM_RETRIES (Results 1 – 1 of 1) sorted by relevance
104 #define EEPROM_RETRIES 10 macro604 for(i = 0; (i < EEPROM_RETRIES) && (restart > 0); i++) in eeprom_write()761 for(i = 0; i < EEPROM_RETRIES; i++) in eeprom_address()781 i2c_delay(MAX_WRITEDELAY_US / EEPROM_RETRIES * i); in eeprom_address()802 if(eeprom.retry_cnt_addr == EEPROM_RETRIES) in eeprom_address()816 for(i = 0; i < EEPROM_RETRIES; i++) in read_from_eeprom()829 if(i == EEPROM_RETRIES) in read_from_eeprom()