Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfpga.h33 } fpga_type; /* end, typedef fpga_type */ typedef
36 fpga_type devtype; /* switch value to select sub-functions */
62 int fpga_add(fpga_type devtype, void *desc);
/external/u-boot/drivers/fpga/
Dfpga.c146 int fpga_add(fpga_type devtype, void *desc) in fpga_add()