Searched refs:FXP_FLAG_SERIAL_MEDIA (Results 1 – 2 of 2) sorted by relevance
233 #define FXP_FLAG_SERIAL_MEDIA 0x0010 /* 10Mbps serial interface */ macro
558 sc->flags |= FXP_FLAG_SERIAL_MEDIA; in fxp_attach()817 if (sc->flags & FXP_FLAG_SERIAL_MEDIA) { in fxp_attach()2384 cbp->mediatype = sc->flags & FXP_FLAG_SERIAL_MEDIA ? 0 : 1; in fxp_init_body()2403 cbp->crscdt = sc->flags & FXP_FLAG_SERIAL_MEDIA ? 1 : 0; in fxp_init_body()