ALC_GPHY_CFG
val = CSR_READ_4(sc, ALC_GPHY_CFG);
CSR_WRITE_4(sc, ALC_GPHY_CFG, val);
CSR_WRITE_4(sc, ALC_GPHY_CFG, val | GPHY_CFG_EXT_RESET);
gphy = CSR_READ_4(sc, ALC_GPHY_CFG);
CSR_WRITE_4(sc, ALC_GPHY_CFG, gphy);
CSR_WRITE_2(sc, ALC_GPHY_CFG, GPHY_CFG_EXT_RESET |
gphy = CSR_READ_4(sc, ALC_GPHY_CFG);
CSR_WRITE_4(sc, ALC_GPHY_CFG, gphy);
CSR_WRITE_2(sc, ALC_GPHY_CFG, GPHY_CFG_SEL_ANA_RESET);
CSR_READ_2(sc, ALC_GPHY_CFG);
CSR_WRITE_2(sc, ALC_GPHY_CFG, GPHY_CFG_EXT_RESET |
CSR_READ_2(sc, ALC_GPHY_CFG);