Lines Matching refs:bounce_size
3415 unsigned int bounce_size; in sdhci_allocate_bounce_buffer() local
3423 bounce_size = SZ_64K; in sdhci_allocate_bounce_buffer()
3429 if (mmc->max_req_size < bounce_size) in sdhci_allocate_bounce_buffer()
3430 bounce_size = mmc->max_req_size; in sdhci_allocate_bounce_buffer()
3431 max_blocks = bounce_size / 512; in sdhci_allocate_bounce_buffer()
3439 bounce_size, in sdhci_allocate_bounce_buffer()
3444 bounce_size); in sdhci_allocate_bounce_buffer()
3454 bounce_size, in sdhci_allocate_bounce_buffer()
3460 host->bounce_buffer_size = bounce_size; in sdhci_allocate_bounce_buffer()
3464 mmc->max_seg_size = bounce_size; in sdhci_allocate_bounce_buffer()
3465 mmc->max_req_size = bounce_size; in sdhci_allocate_bounce_buffer()
3468 mmc_hostname(mmc), max_blocks, bounce_size); in sdhci_allocate_bounce_buffer()