Searched refs:ALC_GPHY_CFG (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/alc/
H A Dif_alc.c898 CSR_WRITE_2(sc, ALC_GPHY_CFG, GPHY_CFG_SEL_ANA_RESET);
899 CSR_READ_2(sc, ALC_GPHY_CFG);
902 CSR_WRITE_2(sc, ALC_GPHY_CFG, GPHY_CFG_EXT_RESET |
904 CSR_READ_2(sc, ALC_GPHY_CFG);
1011 val = CSR_READ_4(sc, ALC_GPHY_CFG);
1022 CSR_WRITE_4(sc, ALC_GPHY_CFG, val);
1024 CSR_WRITE_4(sc, ALC_GPHY_CFG, val | GPHY_CFG_EXT_RESET);
1092 gphy = CSR_READ_4(sc, ALC_GPHY_CFG);
1098 CSR_WRITE_4(sc, ALC_GPHY_CFG, gphy);
1120 CSR_WRITE_2(sc, ALC_GPHY_CFG, GPHY_CFG_EXT_RESE
[all...]
H A Dif_alcreg.h224 #define ALC_GPHY_CFG 0x140C /* 16 bits, 32 bits on AR816x */ macro

Completed in 65 milliseconds