Searched refs:tdb_base (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Drtwvar.h230 uint32_t tdb_base; member in struct:rtw_txdesc_blk
H A Drtw.c1946 sc->sc_txdesc_blk[RTW_TXPRILO].tdb_base = RTW_RING_BASE(sc, hd_txlo);
1948 sc->sc_txdesc_blk[RTW_TXPRIMD].tdb_base = RTW_RING_BASE(sc, hd_txmd);
1950 sc->sc_txdesc_blk[RTW_TXPRIHI].tdb_base = RTW_RING_BASE(sc, hd_txhi);
1952 sc->sc_txdesc_blk[RTW_TXPRIBCN].tdb_base = RTW_RING_BASE(sc, hd_bcn);
1956 RTW_WRITE(regs, tdb->tdb_basereg, tdb->tdb_base);
1959 (uintptr_t)tdb->tdb_base));
2013 return (le32toh(RTW_READ(regs, tdb->tdb_basereg)) - tdb->tdb_base) /

Completed in 116 milliseconds