CfgPhyDis
writel(cfg | (CfgExtPhy | CfgPhyDis), ioaddr + ChipConfig);
cfg = cfg & ~(CfgExtPhy | CfgPhyDis);
cfg &= ~(CfgExtPhy | CfgPhyDis);
cfg |= (CfgExtPhy | CfgPhyDis);