Home | History | Annotate | Download | only in fpga

Lines Matching refs:altera_fpga

21 static const struct altera_fpga {
27 } 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__);