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

/u-boot/board/sifive/unmatched/
H A Dhifive-platform-i2c-eeprom.c38 * EEPROM_WRITE_DELAY_MS: the AT24C02 datasheet says it takes up to
41 #define EEPROM_WRITE_DELAY_MS 5000 macro
236 udelay(EEPROM_WRITE_DELAY_MS);
/u-boot/board/starfive/visionfive2/
H A Dvisionfive2-i2c-eeprom.c25 * EEPROM_WRITE_DELAY_MS: the 24FC04H datasheet says it takes up to
29 #define EEPROM_WRITE_DELAY_MS 5000 macro
298 udelay(EEPROM_WRITE_DELAY_MS);

Completed in 90 milliseconds