Searched defs:eeprom_buf (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/board/siemens/common/ |
H A D | factoryset.c | 31 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 D | aspeed.c | 532 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 D | smbus_eeprom.c | 183 uint8_t *eeprom_buf = g_malloc0(8 * SMBUS_EEPROM_SIZE); in smbus_eeprom_init() local
|
/openbmc/u-boot/cmd/ |
H A D | eeprom.c | 270 static unsigned char eeprom_buf[CONFIG_SYS_EEPROM_SIZE]; variable
|