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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dmmci.h158 unsigned int data_xfered; member in struct:mmci_host
H A Dmsm_sdcc.h189 unsigned int data_xfered; /* Bytes acked by BLKEND irq */ member in struct:msmsdcc_curr_req
H A Dmsm_sdcc.c138 mrq->data->bytes_xfered = host->curr.data_xfered;
215 host->curr.data_xfered = host->curr.xfer_size;
255 host->curr.data_xfered = host->curr.xfer_size;
259 mrq->data->bytes_xfered = host->curr.data_xfered;
451 host->curr.data_xfered = 0;
652 host->curr.data_xfered += len;
733 host->curr.data_xfered = 0;
773 host->curr.data_xfered = host->curr.xfer_size;
H A Dmmci.c109 mrq->data->bytes_xfered = host->data_xfered;
151 host->data_xfered = 0;
224 host->data_xfered += data->blksz;

Completed in 35 milliseconds