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

/freebsd-12-stable/sys/powerpc/powermac/
H A Ddbdmavar.h52 uint16_t resCount; /* Number of residual bytes outstanding */ member in struct:dbdma_command
H A Ddbdma.c126 * I really did mean to swap resCount and xferStatus here, to
129 return (le16toh(chan->sc_slots[slot].resCount));
136 chan->sc_slots[slot].resCount = 0;
302 cmd.resCount = 0;
/freebsd-12-stable/sys/dev/firewire/
H A Dfwohci.c2746 int resCount; local
2763 resCount = FWOHCI_DMA_READ(db_tr->db[0].db.desc.res) & OHCI_COUNT_MASK;
2768 printf("buf 0x%08x, status 0x%04x, resCount 0x%04x\n",
2769 db_tr->bus_addr, status, resCount);
2771 len = dbch->xferq.psize - resCount;
2835 if (resCount != 0) {
2836 printf("resCount=%d hlen=%d\n",
2837 resCount, hlen);
2860 if (resCount != 0) {
2861 printf("resCount
[all...]

Completed in 181 milliseconds