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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dmsm_sdcc.h188 unsigned int xfer_remain; /* Bytes remaining to send */ member in struct:msmsdcc_curr_req
H A Dmsm_sdcc.c450 host->curr.xfer_remain = host->curr.xfer_size;
468 if (host->curr.xfer_remain < MCI_FIFOSIZE)
623 if (host->curr.xfer_remain == 0 || !msmsdcc_piopoll)
651 host->curr.xfer_remain -= len;
673 if (status & MCI_RXACTIVE && host->curr.xfer_remain < MCI_FIFOSIZE)
676 if (!host->curr.xfer_remain)

Completed in 39 milliseconds