Lines Matching refs:bounce_size
4180 unsigned int bounce_size; in sdhci_allocate_bounce_buffer() local
4188 bounce_size = SZ_64K; in sdhci_allocate_bounce_buffer()
4194 if (mmc->max_req_size < bounce_size) in sdhci_allocate_bounce_buffer()
4195 bounce_size = mmc->max_req_size; in sdhci_allocate_bounce_buffer()
4196 max_blocks = bounce_size / 512; in sdhci_allocate_bounce_buffer()
4204 bounce_size, in sdhci_allocate_bounce_buffer()
4209 bounce_size); in sdhci_allocate_bounce_buffer()
4219 bounce_size, in sdhci_allocate_bounce_buffer()
4229 host->bounce_buffer_size = bounce_size; in sdhci_allocate_bounce_buffer()
4233 mmc->max_seg_size = bounce_size; in sdhci_allocate_bounce_buffer()
4234 mmc->max_req_size = bounce_size; in sdhci_allocate_bounce_buffer()
4237 mmc_hostname(mmc), max_blocks, bounce_size); in sdhci_allocate_bounce_buffer()