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

/freebsd-13-stable/sys/dev/xl/
H A Dif_xl.c733 icfg |= (XL_XCVR_MII << XL_ICFG_CONNECTOR_BITS);
735 icfg |= (XL_XCVR_AUTO << XL_ICFG_CONNECTOR_BITS);
760 icfg |= (XL_XCVR_10BT << XL_ICFG_CONNECTOR_BITS);
772 icfg |= (XL_XCVR_100BFX << XL_ICFG_CONNECTOR_BITS);
783 icfg |= (XL_XCVR_AUI << XL_ICFG_CONNECTOR_BITS);
792 icfg |= (XL_XCVR_AUI << XL_ICFG_CONNECTOR_BITS);
804 icfg |= (XL_XCVR_COAX << XL_ICFG_CONNECTOR_BITS);
1379 sc->xl_xcvr >>= XL_ICFG_CONNECTOR_BITS;
2945 icfg >>= XL_ICFG_CONNECTOR_BITS; local
H A Dif_xlreg.h285 #define XL_ICFG_CONNECTOR_BITS 20 macro

Completed in 82 milliseconds