Home
last modified time | relevance | path

Searched refs:altera_fpga (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/fpga/
Daltera.c21 static const struct altera_fpga { struct
27 } altera_fpga[] = { argument
74 static const struct altera_fpga *
84 for (i = 0; i < ARRAY_SIZE(altera_fpga); i++) { in altera_desc_to_fpga()
85 if (desc->family == altera_fpga[i].family) in altera_desc_to_fpga()
89 if (i == ARRAY_SIZE(altera_fpga)) { in altera_desc_to_fpga()
94 return &altera_fpga[i]; in altera_desc_to_fpga()
99 const struct altera_fpga *fpga = altera_desc_to_fpga(desc, __func__); in altera_load()
113 const struct altera_fpga *fpga = altera_desc_to_fpga(desc, __func__); in altera_dump()
127 const struct altera_fpga *fpga = altera_desc_to_fpga(desc, __func__); in altera_info()
/external/u-boot/arch/arm/mach-socfpga/
Dmisc.c92 static Altera_desc altera_fpga[] = { variable
114 for (i = 0; i < ARRAY_SIZE(altera_fpga); i++) in socfpga_fpga_add()
115 fpga_add(fpga_altera, &altera_fpga[i]); in socfpga_fpga_add()
/external/u-boot/board/theadorable/
Dfpga.c129 static Altera_desc altera_fpga[] = { variable
176 for (i = 0; i < ARRAY_SIZE(altera_fpga); i++) in board_fpga_add()
177 fpga_add(fpga_altera, &altera_fpga[i]); in board_fpga_add()
/external/u-boot/board/astro/mcf5373l/
Dfpga.c171 Altera_desc altera_fpga[CONFIG_FPGA_COUNT] = { variable
197 altera_fpga[i].iface_fns = (void *)&altera_fns; in astro5373l_altera_load()
198 fpga_add(fpga_altera, &altera_fpga[i]); in astro5373l_altera_load()