Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/3com/dev/xl/
H A Dif_xl.c2010 if (CSR_READ_4(sc, XL_DOWNLIST_PTR)) in xl_txeof()
2031 !CSR_READ_4(sc, XL_DOWNLIST_PTR)) { in xl_txeof()
2032 CSR_WRITE_4(sc, XL_DOWNLIST_PTR, in xl_txeof()
2107 CSR_WRITE_4(sc, XL_DOWNLIST_PTR, in xl_txeoc()
2114 CSR_WRITE_4(sc, XL_DOWNLIST_PTR, in xl_txeoc()
2564 if (!CSR_READ_4(sc, XL_DOWNLIST_PTR))
2565 CSR_WRITE_4(sc, XL_DOWNLIST_PTR, start_tx->xl_phys);
2816 CSR_WRITE_4(sc, XL_DOWNLIST_PTR,
H A Dif_xlreg.h107 #define XL_DOWNLIST_PTR 0x24 macro