Lines Matching refs:bounce_size
4149 unsigned int bounce_size; in sdhci_allocate_bounce_buffer() local
4157 bounce_size = SZ_64K; in sdhci_allocate_bounce_buffer()
4163 if (mmc->max_req_size < bounce_size) in sdhci_allocate_bounce_buffer()
4164 bounce_size = mmc->max_req_size; in sdhci_allocate_bounce_buffer()
4165 max_blocks = bounce_size / 512; in sdhci_allocate_bounce_buffer()
4173 bounce_size, in sdhci_allocate_bounce_buffer()
4178 bounce_size); in sdhci_allocate_bounce_buffer()
4188 bounce_size, in sdhci_allocate_bounce_buffer()
4198 host->bounce_buffer_size = bounce_size; in sdhci_allocate_bounce_buffer()
4202 mmc->max_seg_size = bounce_size; in sdhci_allocate_bounce_buffer()
4203 mmc->max_req_size = bounce_size; in sdhci_allocate_bounce_buffer()
4206 mmc_hostname(mmc), max_blocks, bounce_size); in sdhci_allocate_bounce_buffer()