Loading drivers/net/ethernet/freescale/fman/fman_memac.c +3 −0 Original line number Diff line number Diff line Loading @@ -507,6 +507,9 @@ static void setup_sgmii_internal_phy(struct fman_mac *memac, { u16 tmp_reg16; if (WARN_ON(!memac->pcsphy)) return; /* SGMII mode */ tmp_reg16 = IF_MODE_SGMII_EN; if (!fixed_link) Loading Loading
drivers/net/ethernet/freescale/fman/fman_memac.c +3 −0 Original line number Diff line number Diff line Loading @@ -507,6 +507,9 @@ static void setup_sgmii_internal_phy(struct fman_mac *memac, { u16 tmp_reg16; if (WARN_ON(!memac->pcsphy)) return; /* SGMII mode */ tmp_reg16 = IF_MODE_SGMII_EN; if (!fixed_link) Loading