Searched refs:altera_fpga (Results 1 – 4 of 4) sorted by relevance
21 static const struct altera_fpga { struct27 } altera_fpga[] = { argument74 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()
92 static Altera_desc altera_fpga[] = { variable114 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()
129 static Altera_desc altera_fpga[] = { variable176 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()
171 Altera_desc altera_fpga[CONFIG_FPGA_COUNT] = { variable197 altera_fpga[i].iface_fns = (void *)&altera_fns; in astro5373l_altera_load()198 fpga_add(fpga_altera, &altera_fpga[i]); in astro5373l_altera_load()