Home
last modified time | relevance | path

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

/freebsd/sys/dev/xl/
H A Dif_xl.c728 icfg |= (XL_XCVR_MII << XL_ICFG_CONNECTOR_BITS); in xl_setcfg()
730 icfg |= (XL_XCVR_AUTO << XL_ICFG_CONNECTOR_BITS); in xl_setcfg()
755 icfg |= (XL_XCVR_10BT << XL_ICFG_CONNECTOR_BITS); in xl_setmode()
767 icfg |= (XL_XCVR_100BFX << XL_ICFG_CONNECTOR_BITS); in xl_setmode()
778 icfg |= (XL_XCVR_AUI << XL_ICFG_CONNECTOR_BITS); in xl_setmode()
787 icfg |= (XL_XCVR_AUI << XL_ICFG_CONNECTOR_BITS); in xl_setmode()
799 icfg |= (XL_XCVR_COAX << XL_ICFG_CONNECTOR_BITS); in xl_setmode()
1366 sc->xl_xcvr >>= XL_ICFG_CONNECTOR_BITS; in xl_attach()
2932 icfg >>= XL_ICFG_CONNECTOR_BITS; in xl_ifmedia_sts()
H A Dif_xlreg.h283 #define XL_ICFG_CONNECTOR_BITS 20 macro