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

/haiku-fatelf/src/add-ons/kernel/drivers/network/3com/dev/xl/
H A Dif_xl.c730 icfg |= (XL_XCVR_MII << XL_ICFG_CONNECTOR_BITS);
732 icfg |= (XL_XCVR_AUTO << XL_ICFG_CONNECTOR_BITS);
757 icfg |= (XL_XCVR_10BT << XL_ICFG_CONNECTOR_BITS);
769 icfg |= (XL_XCVR_100BFX << XL_ICFG_CONNECTOR_BITS);
780 icfg |= (XL_XCVR_AUI << XL_ICFG_CONNECTOR_BITS);
789 icfg |= (XL_XCVR_AUI << XL_ICFG_CONNECTOR_BITS);
801 icfg |= (XL_XCVR_COAX << XL_ICFG_CONNECTOR_BITS);
1379 sc->xl_xcvr >>= XL_ICFG_CONNECTOR_BITS;
2961 icfg >>= XL_ICFG_CONNECTOR_BITS; local
H A Dif_xlreg.h283 #define XL_ICFG_CONNECTOR_BITS 20 macro

Completed in 32 milliseconds