OCP_STD_PHY_BASE
if (tp->sfp_mode && reg == (OCP_STD_PHY_BASE + 2 * MII_PHYSID2))
tp->ocp_base = value ? value << 4 : OCP_STD_PHY_BASE;
if (tp->ocp_base != OCP_STD_PHY_BASE)
if (tp->ocp_base == OCP_STD_PHY_BASE && reg == MII_BMCR)
return tp->ocp_base == OCP_STD_PHY_BASE ? 0 : tp->ocp_base >> 4;
if (tp->ocp_base != OCP_STD_PHY_BASE)
tp->ocp_base = OCP_STD_PHY_BASE;
tp->ocp_base = OCP_STD_PHY_BASE;