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

  /src/sys/arch/macppc/dev/
if_bm.c 140 bmac_write_reg(struct bmac_softc *sc, bus_size_t off, uint16_t val) function in typeref:typename:void
149 bmac_write_reg(sc, off, val);
155 bmac_write_reg(sc, off, bmac_read_reg(sc, off) & ~val);
208 bmac_write_reg(sc, INTDISABLE, NoEventsMask);
312 bmac_write_reg(sc, RXRST, RxResetValue);
313 bmac_write_reg(sc, TXRST, TxResetBit);
331 bmac_write_reg(sc, RSEED, tb);
336 bmac_write_reg(sc, NCCNT, 0);
337 bmac_write_reg(sc, NTCNT, 0);
338 bmac_write_reg(sc, EXCNT, 0)
    [all...]
if_bm.c 140 bmac_write_reg(struct bmac_softc *sc, bus_size_t off, uint16_t val) function in typeref:typename:void
149 bmac_write_reg(sc, off, val);
155 bmac_write_reg(sc, off, bmac_read_reg(sc, off) & ~val);
208 bmac_write_reg(sc, INTDISABLE, NoEventsMask);
312 bmac_write_reg(sc, RXRST, RxResetValue);
313 bmac_write_reg(sc, TXRST, TxResetBit);
331 bmac_write_reg(sc, RSEED, tb);
336 bmac_write_reg(sc, NCCNT, 0);
337 bmac_write_reg(sc, NTCNT, 0);
338 bmac_write_reg(sc, EXCNT, 0)
    [all...]
if_bm.c 140 bmac_write_reg(struct bmac_softc *sc, bus_size_t off, uint16_t val) function in typeref:typename:void
149 bmac_write_reg(sc, off, val);
155 bmac_write_reg(sc, off, bmac_read_reg(sc, off) & ~val);
208 bmac_write_reg(sc, INTDISABLE, NoEventsMask);
312 bmac_write_reg(sc, RXRST, RxResetValue);
313 bmac_write_reg(sc, TXRST, TxResetBit);
331 bmac_write_reg(sc, RSEED, tb);
336 bmac_write_reg(sc, NCCNT, 0);
337 bmac_write_reg(sc, NTCNT, 0);
338 bmac_write_reg(sc, EXCNT, 0)
    [all...]
if_bm.c 140 bmac_write_reg(struct bmac_softc *sc, bus_size_t off, uint16_t val) function in typeref:typename:void
149 bmac_write_reg(sc, off, val);
155 bmac_write_reg(sc, off, bmac_read_reg(sc, off) & ~val);
208 bmac_write_reg(sc, INTDISABLE, NoEventsMask);
312 bmac_write_reg(sc, RXRST, RxResetValue);
313 bmac_write_reg(sc, TXRST, TxResetBit);
331 bmac_write_reg(sc, RSEED, tb);
336 bmac_write_reg(sc, NCCNT, 0);
337 bmac_write_reg(sc, NTCNT, 0);
338 bmac_write_reg(sc, EXCNT, 0)
    [all...]
if_bm.c 140 bmac_write_reg(struct bmac_softc *sc, bus_size_t off, uint16_t val) function in typeref:typename:void
149 bmac_write_reg(sc, off, val);
155 bmac_write_reg(sc, off, bmac_read_reg(sc, off) & ~val);
208 bmac_write_reg(sc, INTDISABLE, NoEventsMask);
312 bmac_write_reg(sc, RXRST, RxResetValue);
313 bmac_write_reg(sc, TXRST, TxResetBit);
331 bmac_write_reg(sc, RSEED, tb);
336 bmac_write_reg(sc, NCCNT, 0);
337 bmac_write_reg(sc, NTCNT, 0);
338 bmac_write_reg(sc, EXCNT, 0)
    [all...]

Completed in 109 milliseconds