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

/u-boot/board/xilinx/common/
H A Dboard.c83 static int highest_id = -1; variable
331 highest_id = dev_read_alias_highest_id("nvmem");
333 if (highest_id < 0)
336 board_info = calloc(1, sizeof(*desc) * (highest_id + 1));
341 highest_id, board_info);
343 for (id = 0; id <= highest_id; id++) {
470 for (id = 0; id <= highest_id; id++) {
557 for (id = 0; id <= highest_id; id++) {

Completed in 101 milliseconds