Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Domap.c150 u32 total_bytes_left; member
650 if (host->buffer_bytes_left > host->total_bytes_left) in mmc_omap_sg_to_buf()
651 host->buffer_bytes_left = host->total_bytes_left; in mmc_omap_sg_to_buf()
681 host->total_bytes_left -= n; in mmc_omap_xfer_data()
755 if (host->total_bytes_left) { in mmc_omap_irq()
780 host->total_bytes_left); in mmc_omap_irq()
1059 host->total_bytes_left = data->blocks * block_size; in mmc_omap_prepare_data()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Domap.c155 u32 total_bytes_left; member
663 if (host->buffer_bytes_left > host->total_bytes_left) in mmc_omap_sg_to_buf()
664 host->buffer_bytes_left = host->total_bytes_left; in mmc_omap_sg_to_buf()
694 host->total_bytes_left -= n; in mmc_omap_xfer_data()
768 if (host->total_bytes_left) { in mmc_omap_irq()
793 host->total_bytes_left); in mmc_omap_irq()
1072 host->total_bytes_left = data->blocks * block_size; in mmc_omap_prepare_data()

Completed in 4 milliseconds