Home
last modified time | relevance | path

Searched refs:rx_ctrl (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Dbwi.c8483 uint32_t val, rx_ctrl; in bwi_rxeof32() local
8486 rx_ctrl = sc->sc_rx_rdata.rdata_txrx_ctrl; in bwi_rxeof32()
8488 val = CSR_READ_4(sc, rx_ctrl + BWI_RX32_STATUS); in bwi_rxeof32()
8494 CSR_WRITE_4(sc, rx_ctrl + BWI_RX32_INDEX, in bwi_rxeof32()
8501 bwi_reset_rx_ring32(struct bwi_softc *sc, uint32_t rx_ctrl) in bwi_reset_rx_ring32() argument
8505 CSR_WRITE_4(sc, rx_ctrl + BWI_RX32_CTRL, 0); in bwi_reset_rx_ring32()
8511 status = CSR_READ_4(sc, rx_ctrl + BWI_RX32_STATUS); in bwi_reset_rx_ring32()
8522 CSR_WRITE_4(sc, rx_ctrl + BWI_RX32_RINGINFO, 0); in bwi_reset_rx_ring32()