Home
last modified time | relevance | path

Searched refs:record (Results 1 – 2 of 2) sorted by relevance

/board/ti/common/
A Dboard_detect.c398 switch (record->header.id) { in ti_i2c_eeprom_am6_parse_record()
400 if (record->header.len != sizeof(record->data.board_info)) in ti_i2c_eeprom_am6_parse_record()
421 if (record->header.len != sizeof(record->data.mac_info)) in ti_i2c_eeprom_am6_parse_record()
449 record->header.id); in ti_i2c_eeprom_am6_parse_record()
506 sizeof(record.header)); in ti_i2c_eeprom_am6_get()
521 record.header.len); in ti_i2c_eeprom_am6_get()
524 if (record.header.len <= sizeof(record.data)) { in ti_i2c_eeprom_am6_get()
526 (uint8_t *)&record.data, in ti_i2c_eeprom_am6_get()
527 record.header.len); in ti_i2c_eeprom_am6_get()
547 record.header.id); in ti_i2c_eeprom_am6_get()
[all …]
/board/siemens/common/
A Dfactoryset.c79 int get_factory_record_val(unsigned char *eeprom_buf, int size, uchar *record, in get_factory_record_val() argument
96 c = strncmp((char *)&eeprom_buf[i + 1], (char *)record, in get_factory_record_val()
97 strlen((char *)record)); in get_factory_record_val()
100 pos = i + strlen((char *)record) + 2; in get_factory_record_val()
130 __func__, record, name, buf); in get_factory_record_val()

Completed in 10 milliseconds