CfgExtPhy
if (cfg & CfgExtPhy)
if (cfg & CfgExtPhy)
writel(cfg | (CfgExtPhy | CfgPhyDis), ioaddr + ChipConfig);
if (!(cfg &CfgExtPhy))
cfg = cfg & ~(CfgExtPhy | CfgPhyDis);
cfg &= ~(CfgExtPhy | CfgPhyDis);
cfg |= (CfgExtPhy | CfgPhyDis);
if (np->ignore_phy || readl(ioaddr + ChipConfig) & CfgExtPhy)