bmac_reset_bits
bmac_reset_bits(sc, TXCFG, TxMACEnable);
bmac_reset_bits(sc, RXCFG, RxMACEnable);
bmac_reset_bits(sc, RXCFG, RxMACEnable);
bmac_reset_bits(sc, TXCFG, TxMACEnable);
static __inline void bmac_reset_bits(struct bmac_softc *, int, int);