Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/corscience/tricorder/
H A Dtricorder-eeprom.h21 struct tricorder_eeprom { struct
32 #define TRICORDER_EEPROM_SIZE sizeof(struct tricorder_eeprom) argument
39 int tricorder_get_eeprom(int addr, struct tricorder_eeprom *eeprom);
H A Dtricorder.c46 static void get_eeprom(struct tricorder_eeprom *eeprom) in get_eeprom()
92 static void print_hwversion(struct tricorder_eeprom *eeprom) in print_hwversion()
118 struct tricorder_eeprom eeprom; in misc_init_r()
166 struct tricorder_eeprom eeprom; in get_board_mem_timings()
H A Dtricorder-eeprom.c19 static int handle_eeprom_v0(struct tricorder_eeprom *eeprom) in handle_eeprom_v0()
59 static int handle_eeprom_v1(struct tricorder_eeprom *eeprom) in handle_eeprom_v1()
78 int tricorder_get_eeprom(int addr, struct tricorder_eeprom *eeprom) in tricorder_get_eeprom()
109 struct tricorder_eeprom eeprom; in tricorder_eeprom_read()
131 struct tricorder_eeprom eeprom, eeprom_verify; in tricorder_eeprom_write()