Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dmisc_s10.c52 static u32 socfpga_phymode_setup(u32 gmac_index, const char *phymode) in socfpga_phymode_setup() argument
69 clrsetbits_le32(&sysmgr_regs->emac0 + gmac_index, in socfpga_phymode_setup()
81 u32 gmac_index; in socfpga_set_phymode() local
102 gmac_index = args.args[0] - EMAC0_RESET; in socfpga_set_phymode()
105 ret = socfpga_phymode_setup(gmac_index, phy_mode); in socfpga_set_phymode()