mgb_fct_control
mgb_fct_control(sc, MGB_FCT_RX_CTL, channel, FCT_RESET);
mgb_fct_control(sc, MGB_FCT_RX_CTL, channel, FCT_ENABLE);
if ((error = mgb_fct_control(sc, MGB_FCT_TX_CTL, channel, FCT_RESET))) {
if ((error = mgb_fct_control(sc, MGB_FCT_TX_CTL, channel,
static int mgb_fct_control(struct mgb_softc *,
mgb_fct_control(sc, MGB_FCT_RX_CTL, 0, FCT_DISABLE);
mgb_fct_control(sc, MGB_FCT_TX_CTL, 0, FCT_DISABLE);