Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/ti/common/
H A Dboard_detect.h18 #define TI_EEPROM_HDR_SERIAL_LEN 12 macro
42 char serial[TI_EEPROM_HDR_SERIAL_LEN];
93 char serial[TI_EEPROM_HDR_SERIAL_LEN + 1];
H A Dboard_detect.c192 strncpy(ep->serial, "0000", TI_EEPROM_HDR_SERIAL_LEN); in ti_i2c_eeprom_am_set()
235 strlcpy(ep->serial, am_ep.serial, TI_EEPROM_HDR_SERIAL_LEN + 1); in ti_i2c_eeprom_am_get()