Home
last modified time | relevance | path

Searched defs:eeprom_buf (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/board/siemens/common/
H A Dfactoryset.c31 static int fact_match(unsigned char *eeprom_buf, uchar *s1, int i2) in fact_match()
46 static int get_factory_val(unsigned char *eeprom_buf, int size, uchar *name, in get_factory_val()
82 int get_factory_record_val(unsigned char *eeprom_buf, int size, uchar *record, in get_factory_record_val()
144 unsigned char eeprom_buf[0x3c00], hdr[4], buf[MAX_STRING_LENGTH]; in factoryset_read_eeprom() local
/openbmc/qemu/hw/arm/
H A Daspeed.c532 uint8_t *eeprom_buf = g_malloc0(32 * 1024); in palmetto_bmc_i2c_init() local
587 uint8_t *eeprom_buf = g_malloc0(8 * 1024); in ast2500_evb_i2c_init() local
600 uint8_t *eeprom_buf = g_malloc0(8 * 1024); in ast2600_evb_i2c_init() local
717 uint8_t *eeprom_buf = g_malloc0(8 * 1024); in witherspoon_bmc_i2c_init() local
795 static uint8_t eeprom_buf[2 * 1024] = { in g220a_bmc_i2c_init() local
1987 uint8_t *eeprom_buf = g_malloc0(32 * 1024); in ast1030_evb_i2c_init() local
/openbmc/qemu/hw/i2c/
H A Dsmbus_eeprom.c183 uint8_t *eeprom_buf = g_malloc0(8 * SMBUS_EEPROM_SIZE); in smbus_eeprom_init() local
/openbmc/u-boot/cmd/
H A Deeprom.c270 static unsigned char eeprom_buf[CONFIG_SYS_EEPROM_SIZE]; variable