Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/ti/common/
H A Dboard_detect.c126 u32 byte, hdr_read; in ti_i2c_eeprom_get() local
143 rc = i2c_read(dev_addr, 0x0, byte, (uint8_t *)&hdr_read, 4); in ti_i2c_eeprom_get()
148 if (hdr_read != header) { in ti_i2c_eeprom_get()
149 rc = i2c_read(dev_addr, 0x0, byte, (uint8_t *)&hdr_read, 4); in ti_i2c_eeprom_get()
160 rc = i2c_read(dev_addr, 0x0, byte, (uint8_t *)&hdr_read, in ti_i2c_eeprom_get()
166 if (hdr_read != header) in ti_i2c_eeprom_get()