P1CTL_SOFT_RESET
val |= P1CTL_SOFT_RESET;
writel(val & ~P1CTL_SOFT_RESET, phy->regs + P1CTL);
writel(val | P1CTL_SOFT_RESET, phy->regs + P1CTL);