Searched refs:phymode (Results 1 – 3 of 3) sorted by relevance
47 const u32 phymode) in dwmac_deassert_reset() argument65 phymode << physhift); in dwmac_deassert_reset()71 static u32 dwmac_phymode_to_modereg(const char *phymode, u32 *modereg) in dwmac_phymode_to_modereg() argument73 if (!phymode) in dwmac_phymode_to_modereg()76 if (!strcmp(phymode, "mii") || !strcmp(phymode, "gmii")) { in dwmac_phymode_to_modereg()81 if (!strcmp(phymode, "rgmii")) { in dwmac_phymode_to_modereg()86 if (!strcmp(phymode, "rmii")) { in dwmac_phymode_to_modereg()
48 const u32 phymode) in dwmac_deassert_reset() argument65 phymode); in dwmac_deassert_reset()
10 void dwmac_deassert_reset(const unsigned int of_reset_id, const u32 phymode);