Home
last modified time | relevance | path

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

/openbmc/u-boot/board/corscience/tricorder/
H A Dtricorder-eeprom.h38 int tricorder_get_eeprom(int addr, struct tricorder_eeprom *eeprom);
H A Dtricorder-eeprom.c78 int tricorder_get_eeprom(int addr, struct tricorder_eeprom *eeprom) in tricorder_get_eeprom() function
110 int ret = tricorder_get_eeprom(devaddr, &eeprom); in tricorder_eeprom_read()
H A Dtricorder.c68 ret = tricorder_get_eeprom(0x51, eeprom); in get_eeprom()