Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/xl/
H A Dif_xlreg.h285 #define XL_XCVR_COAX 0x03 macro
H A Dif_xl.c896 sc->xl_xcvr = XL_XCVR_COAX; in xl_setmode()
898 icfg |= (XL_XCVR_COAX << XL_ICFG_CONNECTOR_BITS); in xl_setmode()
1478 case XL_XCVR_COAX: in xl_attach()
2856 if (sc->xl_xcvr == XL_XCVR_COAX) in xl_init()
3003 case XL_XCVR_COAX: in xl_ifmedia_sts()