Lines Matching refs:bounce_size
3651 unsigned int bounce_size; in sdhci_allocate_bounce_buffer() local
3659 bounce_size = SZ_64K; in sdhci_allocate_bounce_buffer()
3665 if (mmc->max_req_size < bounce_size) in sdhci_allocate_bounce_buffer()
3666 bounce_size = mmc->max_req_size; in sdhci_allocate_bounce_buffer()
3667 max_blocks = bounce_size / 512; in sdhci_allocate_bounce_buffer()
3675 bounce_size, in sdhci_allocate_bounce_buffer()
3680 bounce_size); in sdhci_allocate_bounce_buffer()
3690 bounce_size, in sdhci_allocate_bounce_buffer()
3696 host->bounce_buffer_size = bounce_size; in sdhci_allocate_bounce_buffer()
3700 mmc->max_seg_size = bounce_size; in sdhci_allocate_bounce_buffer()
3701 mmc->max_req_size = bounce_size; in sdhci_allocate_bounce_buffer()
3704 mmc_hostname(mmc), max_blocks, bounce_size); in sdhci_allocate_bounce_buffer()