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

/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohci.cpp2750 int resCount; local
2767 resCount = FWOHCI_DMA_READ(db_tr->db[0].db.desc.res) & OHCI_COUNT_MASK;
2772 printf("buf 0x%08x, status 0x%04x, resCount 0x%04x\n",
2773 db_tr->bus_addr, status, resCount);
2775 len = dbch->xferq.psize - resCount;
2839 if (resCount != 0) {
2840 printf("resCount=%d hlen=%d\n",
2841 resCount, hlen);
2864 if (resCount != 0) {
2865 printf("resCount
[all...]

Completed in 41 milliseconds