Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/corscience/tricorder/
H A Dtricorder-eeprom.c27 char board_serial[TRICORDER_BOARD_SERIAL_LENGTH]; in handle_eeprom_v0() member
120 sizeof(eeprom.board_serial), eeprom.board_serial); in tricorder_eeprom_read()
151 length = min(sizeof(eeprom.board_serial), strlen(serial)); in tricorder_eeprom_write()
152 strncpy(eeprom.board_serial, serial, length); in tricorder_eeprom_write()
H A Dtricorder.c101 sizeof(eeprom->board_serial), eeprom->board_serial); in print_hwversion()
H A Dtricorder-eeprom.h27 char board_serial[TRICORDER_BOARD_SERIAL_LENGTH]; member