Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dfpga.h55 int fpga_count(void);
/OK3568_Linux_fs/u-boot/drivers/fpga/
H A Dfpga.c138 int fpga_count(void) in fpga_count() function
/OK3568_Linux_fs/u-boot/cmd/
H A Dfpga.c97 if ((argc == 3) && (dev > fpga_count())) { in do_fpga()