/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);
|