Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Di2c_eeprom.h45 int i2c_eeprom_write(struct udevice *dev, int offset, uint8_t *buf, int size);
/openbmc/u-boot/drivers/misc/
H A Di2c_eeprom.c33 int i2c_eeprom_write(struct udevice *dev, int offset, uint8_t *buf, int size) in i2c_eeprom_write() function
346 return i2c_eeprom_write(parent, offset + priv->offset, (uint8_t *)buf, in i2c_eeprom_partition_write()