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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/host/
H A Domap.c122 u32 total_bytes_left; member in struct:mmc_omap_host
387 if (host->buffer_bytes_left > host->total_bytes_left)
388 host->buffer_bytes_left = host->total_bytes_left;
406 host->total_bytes_left -= n;
463 if (host->total_bytes_left) {
488 host->total_bytes_left);
837 host->total_bytes_left = 0;
849 host->total_bytes_left = data->blocks * block_size;

Completed in 101 milliseconds