Lines Matching +full:fpga +full:- +full:mgr
1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (C) 2016-2018 Intel Corporation <www.intel.com>
20 #include <dt-bindings/reset/altr,rst-mgr-s10.h>
28 * FPGA programming support for SoC FPGA Stratix 10
37 -1,
57 return -EINVAL; in socfpga_phymode_setup()
67 return -EINVAL; in socfpga_phymode_setup()
69 clrsetbits_le32(&sysmgr_regs->emac0 + gmac_index, in socfpga_phymode_setup()
78 const void *fdt = gd->fdt_blob; in socfpga_set_phymode()
95 "#reset-cells", 1, 0, in socfpga_set_phymode()
102 gmac_index = args.args[0] - EMAC0_RESET; in socfpga_set_phymode()
104 phy_mode = fdt_getprop(fdt, node, "phy-mode", NULL); in socfpga_set_phymode()
107 debug("GMAC%i: Failed to parse DT 'phy-mode'!\n", i); in socfpga_set_phymode()
127 puts("CPU: Intel FPGA SoCFPGA Platform (ARMv8 64bit Cortex-A53)\n"); in print_cpuinfo()