Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/fpga/
H A Dfpga.c19 static int next_desc = FPGA_INVALID_DEVICE;
148 int devnum = FPGA_INVALID_DEVICE; in fpga_add()
340 if (devnum == FPGA_INVALID_DEVICE) { in fpga_info()
/openbmc/u-boot/cmd/
H A Dfpga.c18 long dev = FPGA_INVALID_DEVICE; in do_fpga_get_device()
25 if (dev == FPGA_INVALID_DEVICE && arg) in do_fpga_get_device()
244 if (dev == FPGA_INVALID_DEVICE) { in do_fpga_loadmk()
/openbmc/u-boot/include/
H A Dfpga.h21 #define FPGA_INVALID_DEVICE -1 macro