Searched refs:EEPROM_RETRIES (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/cris/arch-v10/drivers/
H A Deeprom.c50 #define EEPROM_RETRIES 10 macro
524 for(i = 0; (i < EEPROM_RETRIES) && (restart > 0); i++) eeprom_write()
679 for(i = 0; i < EEPROM_RETRIES; i++) eeprom_address()
699 i2c_delay(MAX_WRITEDELAY_US / EEPROM_RETRIES * i); eeprom_address()
720 if(eeprom.retry_cnt_addr == EEPROM_RETRIES) eeprom_address()
734 for(i = 0; i < EEPROM_RETRIES; i++) read_from_eeprom()
747 if(i == EEPROM_RETRIES) read_from_eeprom()

Completed in 73 milliseconds