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

  /src/sys/arch/mips/adm5120/dev/
if_admsw.c 266 REG_WRITE(PHY_CNTL2_REG,
267 REG_READ(PHY_CNTL2_REG) & ~PHY_CNTL2_PHYR_MASK);
283 REG_WRITE(PHY_CNTL2_REG,
284 REG_READ(PHY_CNTL2_REG) | PHY_CNTL2_ANE_MASK |
1249 old = REG_READ(PHY_CNTL2_REG);
1255 REG_WRITE(PHY_CNTL2_REG, new);
if_admswreg.h 194 #define PHY_CNTL2_REG 0x007C
553 /* PHY_cntl2_REG */

Completed in 13 milliseconds