Home
last modified time | relevance | path

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

/u-boot/board/xilinx/common/
A Dboard.c279 char name_buf[8]; /* 8 bytes should be enough for nvmem+number */ in xilinx_read_eeprom() local
295 snprintf(name_buf, sizeof(name_buf), "nvmem%d", id); in xilinx_read_eeprom()
308 ret = xilinx_read_eeprom_single(name_buf, desc); in xilinx_read_eeprom()

Completed in 3 milliseconds