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

/freebsd-11-stable/sys/powerpc/powermac/
H A Ddbdmavar.h50 uint16_t resCount; /* Number of residual bytes outstanding */ member in struct:dbdma_command
H A Ddbdma.c124 * I really did mean to swap resCount and xferStatus here, to
127 return (le16toh(chan->sc_slots[slot].resCount));
134 chan->sc_slots[slot].resCount = 0;
300 cmd.resCount = 0;
/freebsd-11-stable/sys/dev/firewire/
H A Dfwohci.c2744 int resCount; local
2761 resCount = FWOHCI_DMA_READ(db_tr->db[0].db.desc.res) & OHCI_COUNT_MASK;
2766 printf("buf 0x%08x, status 0x%04x, resCount 0x%04x\n",
2767 db_tr->bus_addr, status, resCount);
2769 len = dbch->xferq.psize - resCount;
2833 if (resCount != 0) {
2834 printf("resCount=%d hlen=%d\n",
2835 resCount, hlen);
2858 if (resCount != 0) {
2859 printf("resCount
[all...]

Completed in 92 milliseconds