Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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
/rk3399_rockchip-uboot/cmd/
H A Deeprom.c266 static unsigned char eeprom_buf[CONFIG_SYS_EEPROM_SIZE]; variable