Home
last modified time | relevance | path

Searched refs:phymode (Results 1 – 2 of 2) 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
56 if (!phymode) in socfpga_phymode_setup()
59 if (!strcmp(phymode, "mii") || !strcmp(phymode, "gmii") || in socfpga_phymode_setup()
60 !strcmp(phymode, "sgmii")) in socfpga_phymode_setup()
62 else if (!strcmp(phymode, "rgmii")) in socfpga_phymode_setup()
64 else if (!strcmp(phymode, "rmii")) in socfpga_phymode_setup()
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/
H A Dmisc.h11 void dwmac_deassert_reset(const unsigned int of_reset_id, const u32 phymode);