Searched refs:name_buf (Results 1 - 1 of 1) sorted by relevance

/u-boot/board/xilinx/common/
H A Dboard.c328 char name_buf[8]; /* 8 bytes should be enough for nvmem+number */ local
344 snprintf(name_buf, sizeof(name_buf), "nvmem%d", id);
350 xilinx_read_eeprom_single(name_buf, desc);

Completed in 30 milliseconds