Searched refs:hdr_read (Results 1 – 1 of 1) sorted by relevance
/u-boot/board/ti/common/ |
A D | board_detect.c | 89 u32 hdr_read; in ti_i2c_eeprom_get() local 110 rc = dm_i2c_read(dev, 0, (uint8_t *)&hdr_read, 4); in ti_i2c_eeprom_get() 115 if (hdr_read != header) { in ti_i2c_eeprom_get() 124 rc = dm_i2c_read(dev, 0, (uint8_t *)&hdr_read, 4); in ti_i2c_eeprom_get() 128 if (hdr_read != header) in ti_i2c_eeprom_get() 147 rc = i2c_read(dev_addr, 0x0, byte, (uint8_t *)&hdr_read, 4); in ti_i2c_eeprom_get() 152 if (hdr_read != header) { in ti_i2c_eeprom_get() 158 rc = i2c_read(dev_addr, 0x0, byte, (uint8_t *)&hdr_read, in ti_i2c_eeprom_get() 163 if (hdr_read != header) in ti_i2c_eeprom_get()
|
Completed in 3 milliseconds