Searched refs:altera_fpga (Results 1 – 4 of 4) sorted by relevance
22 static const struct altera_fpga { struct28 } altera_fpga[] = { argument75 static const struct altera_fpga *85 for (i = 0; i < ARRAY_SIZE(altera_fpga); i++) { in altera_desc_to_fpga()86 if (desc->family == altera_fpga[i].family) in altera_desc_to_fpga()90 if (i == ARRAY_SIZE(altera_fpga)) { in altera_desc_to_fpga()95 return &altera_fpga[i]; in altera_desc_to_fpga()100 const struct altera_fpga *fpga = altera_desc_to_fpga(desc, __func__); in altera_load()114 const struct altera_fpga *fpga = altera_desc_to_fpga(desc, __func__); in altera_dump()128 const struct altera_fpga *fpga = altera_desc_to_fpga(desc, __func__); in altera_info()
89 static Altera_desc altera_fpga[] = { variable111 for (i = 0; i < ARRAY_SIZE(altera_fpga); i++) in socfpga_fpga_add()112 fpga_add(fpga_altera, &altera_fpga[i]); in socfpga_fpga_add()
130 static Altera_desc altera_fpga[] = { variable177 for (i = 0; i < ARRAY_SIZE(altera_fpga); i++) in board_fpga_add()178 fpga_add(fpga_altera, &altera_fpga[i]); in board_fpga_add()
174 Altera_desc altera_fpga[CONFIG_FPGA_COUNT] = { variable200 altera_fpga[i].iface_fns = (void *)&altera_fns; in astro5373l_altera_load()201 fpga_add(fpga_altera, &altera_fpga[i]); in astro5373l_altera_load()