Home
last modified time | relevance | path

Searched refs:fpga_type (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/
H A Dfpga.h33 } fpga_type; /* end, typedef fpga_type */ typedef
36 fpga_type devtype; /* switch value to select sub-functions */
62 int fpga_add(fpga_type devtype, void *desc);
/openbmc/qemu/hw/arm/
H A Dmps2.c63 MPS2FPGAType fpga_type; member
202 switch (mmc->fpga_type) { in mps2_common_init()
224 switch (mmc->fpga_type) { in mps2_common_init()
264 switch (mmc->fpga_type) { in mps2_common_init()
461 mmc->fpga_type == FPGA_AN511 ? 47 : 13)); in mps2_common_init()
487 mmc->fpga_type = FPGA_AN385; in mps2_an385_class_init()
506 mmc->fpga_type = FPGA_AN386; in mps2_an386_class_init()
525 mmc->fpga_type = FPGA_AN500; in mps2_an500_class_init()
544 mmc->fpga_type = FPGA_AN511; in mps2_an511_class_init()
H A Dmps2-tz.c115 MPS2TZFPGAType fpga_type; member
611 if (mmc->fpga_type != FPGA_AN524) { in remap_memory()
1105 switch (mmc->fpga_type) { in mps2tz_common_init()
1197 if (mmc->fpga_type == FPGA_AN547) { in mps2tz_common_init()
1204 if (mmc->fpga_type == FPGA_AN524) { in mps2tz_common_init()
1320 mmc->fpga_type = FPGA_AN505; in mps2tz_an505_class_init()
1354 mmc->fpga_type = FPGA_AN521; in mps2tz_an521_class_init()
1388 mmc->fpga_type = FPGA_AN524; in mps3tz_an524_class_init()
1427 mmc->fpga_type = FPGA_AN547; in mps3tz_an547_class_init()
H A Dmps3r.c92 MPS3RFPGAType fpga_type; member
/openbmc/u-boot/drivers/fpga/
H A Dfpga.c146 int fpga_add(fpga_type devtype, void *desc) in fpga_add()