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

/opensolaris-onvv-gate/usr/src/uts/common/io/elxl/
H A Delxl.c840 uint32_t configreg; local
899 configreg = GET32(W3_INTERNAL_CONFIG);
901 configreg &= ~(XCVR_SEL_MASK);
902 configreg |= (sc->ex_xcvr);
904 PUT32(W3_INTERNAL_CONFIG, configreg);

Completed in 38 milliseconds