Home
last modified time | relevance | path

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

/openbmc/u-boot/board/ti/common/
H A Dboard_detect.h17 #define TI_EEPROM_HDR_SERIAL_LEN 12 macro
41 char serial[TI_EEPROM_HDR_SERIAL_LEN];
92 char serial[TI_EEPROM_HDR_SERIAL_LEN + 1];
H A Dboard_detect.c187 strncpy(ep->serial, "0000", TI_EEPROM_HDR_SERIAL_LEN); in ti_i2c_eeprom_am_set()
230 strlcpy(ep->serial, am_ep.serial, TI_EEPROM_HDR_SERIAL_LEN + 1); in ti_i2c_eeprom_am_get()