Lines Matching refs:bounce_size
4163 unsigned int bounce_size; in sdhci_allocate_bounce_buffer() local
4171 bounce_size = SZ_64K; in sdhci_allocate_bounce_buffer()
4177 if (mmc->max_req_size < bounce_size) in sdhci_allocate_bounce_buffer()
4178 bounce_size = mmc->max_req_size; in sdhci_allocate_bounce_buffer()
4179 max_blocks = bounce_size / 512; in sdhci_allocate_bounce_buffer()
4187 bounce_size, in sdhci_allocate_bounce_buffer()
4192 bounce_size); in sdhci_allocate_bounce_buffer()
4202 bounce_size, in sdhci_allocate_bounce_buffer()
4212 host->bounce_buffer_size = bounce_size; in sdhci_allocate_bounce_buffer()
4216 mmc->max_seg_size = bounce_size; in sdhci_allocate_bounce_buffer()
4217 mmc->max_req_size = bounce_size; in sdhci_allocate_bounce_buffer()
4220 mmc_hostname(mmc), max_blocks, bounce_size); in sdhci_allocate_bounce_buffer()