Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-socfpga/
Dmisc.c144 static int dwmac_phymode_to_modereg(const char *phymode, u32 *modereg) in dwmac_phymode_to_modereg() argument
146 if (!phymode) in dwmac_phymode_to_modereg()
149 if (!strcmp(phymode, "mii") || !strcmp(phymode, "gmii")) { in dwmac_phymode_to_modereg()
154 if (!strcmp(phymode, "rgmii")) { in dwmac_phymode_to_modereg()
159 if (!strcmp(phymode, "rmii")) { in dwmac_phymode_to_modereg()
168 const u8 phymode)) in socfpga_eth_reset_common() argument
Dmisc_arria10.c44 static void arria10_dwmac_reset(const u8 of_reset_id, const u8 phymode) in arria10_dwmac_reset() argument
61 phymode); in arria10_dwmac_reset()
Dmisc_gen5.c41 static void gen5_dwmac_reset(const u8 of_reset_id, const u8 phymode) in gen5_dwmac_reset() argument
59 phymode << physhift); in gen5_dwmac_reset()
/external/u-boot/arch/arm/mach-socfpga/include/mach/
Dmisc.h9 void dwmac_deassert_reset(const unsigned int of_reset_id, const u32 phymode);
Dreset_manager.h14 const u8 phymode));