Searched refs:bmac_reset_bits (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/sys/arch/macppc/dev/ |
| H A D | if_bm.c | 98 static __inline void bmac_reset_bits(struct bmac_softc *, int, int); 159 bmac_reset_bits(struct bmac_softc *sc, int off, int val) in bmac_reset_bits() function 589 bmac_reset_bits(sc, TXCFG, TxMACEnable); in bmac_stop() 590 bmac_reset_bits(sc, RXCFG, RxMACEnable); in bmac_stop() 726 bmac_reset_bits(sc, RXCFG, RxMACEnable); in bmac_watchdog() 727 bmac_reset_bits(sc, TXCFG, TxMACEnable); in bmac_watchdog()
|