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

  /src/sys/dev/pcmcia/
bt3c.c 265 bt3c_write(struct bt3c_softc *sc, uint16_t addr, uint16_t data) function in typeref:typename:void
433 bt3c_write(sc, BT3C_RX_COUNT, 0x0000);
490 bt3c_write(sc, BT3C_TX_COUNT, count);
527 bt3c_write(sc, BT3C_ISR, 0x0000);
615 bt3c_write(sc, 0x8040, 0x0404);
616 bt3c_write(sc, 0x8040, 0x0400);
618 bt3c_write(sc, 0x8040, 0x0404);
707 bt3c_write(sc, BT3C_RX_COUNT, 0x0000);
708 bt3c_write(sc, BT3C_TX_COUNT, 0x0000);
709 bt3c_write(sc, BT3C_ISR, 0x0000)
    [all...]
bt3c.c 265 bt3c_write(struct bt3c_softc *sc, uint16_t addr, uint16_t data) function in typeref:typename:void
433 bt3c_write(sc, BT3C_RX_COUNT, 0x0000);
490 bt3c_write(sc, BT3C_TX_COUNT, count);
527 bt3c_write(sc, BT3C_ISR, 0x0000);
615 bt3c_write(sc, 0x8040, 0x0404);
616 bt3c_write(sc, 0x8040, 0x0400);
618 bt3c_write(sc, 0x8040, 0x0404);
707 bt3c_write(sc, BT3C_RX_COUNT, 0x0000);
708 bt3c_write(sc, BT3C_TX_COUNT, 0x0000);
709 bt3c_write(sc, BT3C_ISR, 0x0000)
    [all...]

Completed in 23 milliseconds