HomeSort by: relevance | last modified time | path
    Searched defs:bmac_reset_bits (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/macppc/dev/
if_bm.c 153 bmac_reset_bits(struct bmac_softc *sc, bus_size_t off, uint16_t val) function in typeref:typename:void
543 bmac_reset_bits(sc, TXCFG, TxMACEnable);
544 bmac_reset_bits(sc, RXCFG, RxMACEnable);
683 bmac_reset_bits(sc, RXCFG, RxMACEnable);
684 bmac_reset_bits(sc, TXCFG, TxMACEnable);
if_bm.c 153 bmac_reset_bits(struct bmac_softc *sc, bus_size_t off, uint16_t val) function in typeref:typename:void
543 bmac_reset_bits(sc, TXCFG, TxMACEnable);
544 bmac_reset_bits(sc, RXCFG, RxMACEnable);
683 bmac_reset_bits(sc, RXCFG, RxMACEnable);
684 bmac_reset_bits(sc, TXCFG, TxMACEnable);

Completed in 211 milliseconds