HomeSort by relevance Sort by last modified time
    Searched refs:altera_fpga (Results 1 - 4 of 4) sorted by null

  /external/u-boot/drivers/fpga/
altera.c 21 static const struct altera_fpga { struct
27 } altera_fpga[] = { variable in typeref:struct:altera_fpga
74 static const struct altera_fpga *
84 for (i = 0; i < ARRAY_SIZE(altera_fpga); i++) {
85 if (desc->family == altera_fpga[i].family)
89 if (i == ARRAY_SIZE(altera_fpga)) {
94 return &altera_fpga[i];
99 const struct altera_fpga *fpga = altera_desc_to_fpga(desc, __func__);
113 const struct altera_fpga *fpga = altera_desc_to_fpga(desc, __func__);
127 const struct altera_fpga *fpga = altera_desc_to_fpga(desc, __func__)
    [all...]
  /external/u-boot/arch/arm/mach-socfpga/
misc.c 92 static Altera_desc altera_fpga[] = { variable
114 for (i = 0; i < ARRAY_SIZE(altera_fpga); i++)
115 fpga_add(fpga_altera, &altera_fpga[i]);
  /external/u-boot/board/theadorable/
fpga.c 129 static Altera_desc altera_fpga[] = { variable
176 for (i = 0; i < ARRAY_SIZE(altera_fpga); i++)
177 fpga_add(fpga_altera, &altera_fpga[i]);
  /external/u-boot/board/astro/mcf5373l/
fpga.c 171 Altera_desc altera_fpga[CONFIG_FPGA_COUNT] = { variable
197 altera_fpga[i].iface_fns = (void *)&altera_fns;
198 fpga_add(fpga_altera, &altera_fpga[i]);

Completed in 81 milliseconds