Home
last modified time | relevance | path

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

/openbmc/u-boot/board/compulab/common/
H A Deeprom.c41 static int cl_eeprom_layout; /* Implicitly LAYOUT_INVALID */ variable
68 if (cl_eeprom_layout != LAYOUT_INVALID && eeprom_bus == cl_eeprom_bus) in cl_eeprom_setup()
73 (uchar *)&cl_eeprom_layout, 1); in cl_eeprom_setup()
75 cl_eeprom_layout = LAYOUT_INVALID; in cl_eeprom_setup()
79 if (cl_eeprom_layout == 0 || cl_eeprom_layout >= 0x20) in cl_eeprom_setup()
80 cl_eeprom_layout = LAYOUT_LEGACY; in cl_eeprom_setup()
95 offset = (cl_eeprom_layout != LAYOUT_LEGACY) ? in get_board_serial()
120 offset = (cl_eeprom_layout != LAYOUT_LEGACY) ? in cl_eeprom_read_mac_addr()
143 if (cl_eeprom_layout != LAYOUT_LEGACY) in cl_eeprom_get_board_rev()
153 if (cl_eeprom_layout == LAYOUT_LEGACY) { in cl_eeprom_get_board_rev()