HomeSort by: relevance | last modified time | path
    Searched refs:ALC_GPHY_CFG (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_alc.c 819 CSR_WRITE_2(sc, ALC_GPHY_CFG, GPHY_CFG_SEL_ANA_RESET);
820 CSR_READ_2(sc, ALC_GPHY_CFG);
823 CSR_WRITE_2(sc, ALC_GPHY_CFG, GPHY_CFG_EXT_RESET |
825 CSR_READ_2(sc, ALC_GPHY_CFG);
933 val = CSR_READ_4(sc, ALC_GPHY_CFG);
944 CSR_WRITE_4(sc, ALC_GPHY_CFG, val);
946 CSR_WRITE_4(sc, ALC_GPHY_CFG, val | GPHY_CFG_EXT_RESET);
1014 gphy = CSR_READ_4(sc, ALC_GPHY_CFG);
1020 CSR_WRITE_4(sc, ALC_GPHY_CFG, gphy);
1042 CSR_WRITE_2(sc, ALC_GPHY_CFG, GPHY_CFG_EXT_RESET
    [all...]
if_alcreg.h 206 #define ALC_GPHY_CFG 0x140C /* 16 bits, 32 bits on AR816x */

Completed in 19 milliseconds