Searched refs:i2c_eeprom_read (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/board/rockchip/tinker_rk3288/ |
| H A D | tinker-rk3288.c | 21 return i2c_eeprom_read(dev, 0, addr, 6); in get_ethaddr_from_eeprom()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | i2c_eeprom.h | 33 int i2c_eeprom_read(struct udevice *dev, int offset, uint8_t *buf, int size);
|
| /OK3568_Linux_fs/u-boot/board/phytec/phycore_rk3288/ |
| H A D | phycore-rk3288.c | 97 ret = i2c_eeprom_read(dev, 0, (uint8_t *)&opt, in rk3288_board_late_init()
|
| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | i2c_eeprom.c | 13 int i2c_eeprom_read(struct udevice *dev, int offset, uint8_t *buf, int size) in i2c_eeprom_read() function
|