Searched refs:XL_ICFG_CONNECTOR_BITS (Results 1 – 2 of 2) sorted by relevance
755 icfg |= (XL_XCVR_MII << XL_ICFG_CONNECTOR_BITS);757 icfg |= (XL_XCVR_AUTO << XL_ICFG_CONNECTOR_BITS);781 icfg |= (XL_XCVR_10BT << XL_ICFG_CONNECTOR_BITS);793 icfg |= (XL_XCVR_100BFX << XL_ICFG_CONNECTOR_BITS);804 icfg |= (XL_XCVR_AUI << XL_ICFG_CONNECTOR_BITS);813 icfg |= (XL_XCVR_AUI << XL_ICFG_CONNECTOR_BITS);825 icfg |= (XL_XCVR_COAX << XL_ICFG_CONNECTOR_BITS);2289 icfg >>= XL_ICFG_CONNECTOR_BITS;2709 sc->xl_xcvr >>= XL_ICFG_CONNECTOR_BITS;
265 #define XL_ICFG_CONNECTOR_BITS 20 macro