Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/fpga/
H A Dfpga.c20 static int next_desc = FPGA_INVALID_DEVICE;
149 int devnum = FPGA_INVALID_DEVICE; in fpga_add()
302 if (devnum == FPGA_INVALID_DEVICE) { in fpga_info()
/OK3568_Linux_fs/u-boot/cmd/
H A Dfpga.c43 int op, dev = FPGA_INVALID_DEVICE; in do_fpga()
119 dev = FPGA_INVALID_DEVICE; /* reset device num */ in do_fpga()
132 if (dev == FPGA_INVALID_DEVICE) { in do_fpga()
/OK3568_Linux_fs/u-boot/include/
H A Dfpga.h22 #define FPGA_INVALID_DEVICE -1 macro