Home
last modified time | relevance | path

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

/external/u-boot/board/siemens/common/
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
/external/u-boot/cmd/
Deeprom.c265 static unsigned char eeprom_buf[CONFIG_SYS_EEPROM_SIZE]; variable