PCIC_PWRCTL_OE
PCIC_PWRCTL_OE | PCIC_PWRCTL_PWR_ENABLE);
Pcic_write(ph, PCIC_PWRCTL, (power & ~PCIC_PWRCTL_OE));
Pcic_write(ph, PCIC_PWRCTL, power | PCIC_PWRCTL_OE);
power &= ~PCIC_PWRCTL_OE;