Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/mmc/host/
Domap.c152 u32 total_bytes_left; member
656 if (host->buffer_bytes_left > host->total_bytes_left) in mmc_omap_sg_to_buf()
657 host->buffer_bytes_left = host->total_bytes_left; in mmc_omap_sg_to_buf()
683 host->total_bytes_left -= n; in mmc_omap_xfer_data()
748 if (host->total_bytes_left) { in mmc_omap_irq()
773 host->total_bytes_left); in mmc_omap_irq()
1131 host->total_bytes_left = 0; in mmc_omap_prepare_data()
1143 host->total_bytes_left = data->blocks * block_size; in mmc_omap_prepare_data()