Home
last modified time | relevance | path

Searched refs:max_req_size (Results 1 – 36 of 36) sorted by relevance

/linux-4.1.27/drivers/mmc/card/
Dqueue.c223 if (bouncesz > host->max_req_size) in mmc_init_queue()
224 bouncesz = host->max_req_size; in mmc_init_queue()
277 min(host->max_blk_count, host->max_req_size / 512)); in mmc_init_queue()
Dmmc_test.c1060 size = min(size, test->card->host->max_req_size); in mmc_test_multi_write()
1086 size = min(size, test->card->host->max_req_size); in mmc_test_multi_read()
1214 size = min(size, test->card->host->max_req_size); in mmc_test_align_multi_write()
1241 size = min(size, test->card->host->max_req_size); in mmc_test_align_multi_read()
1366 size = min(size, test->card->host->max_req_size); in mmc_test_multi_write_high()
1393 size = min(size, test->card->host->max_req_size); in mmc_test_multi_read_high()
1591 if (t->max_tfr > test->card->host->max_req_size) in mmc_test_area_init()
1592 t->max_tfr = test->card->host->max_req_size; in mmc_test_area_init()
Dblock.c1572 card->host->max_req_size >> 9); in mmc_blk_prep_packed_list()
/linux-4.1.27/include/linux/mmc/
Ddw_mmc.h242 unsigned int max_req_size; /* maximum number of bytes in one req*/ member
Dhost.h307 unsigned int max_req_size; /* maximum number of bytes in one req */ member
/linux-4.1.27/drivers/mmc/host/
Dandroid-goldfish.c509 mmc->max_req_size = BUFFER_SIZE; in goldfish_mmc_probe()
510 mmc->max_seg_size = mmc->max_req_size; in goldfish_mmc_probe()
Dwbsd.c1242 mmc->max_req_size = 65536; in wbsd_alloc_mmc()
1248 mmc->max_seg_size = mmc->max_req_size; in wbsd_alloc_mmc()
1260 mmc->max_blk_count = mmc->max_req_size; in wbsd_alloc_mmc()
Ddw_mmc.c2435 mmc->max_req_size = host->pdata->blk_settings->max_req_size; in dw_mci_init_slot()
2443 mmc->max_req_size = mmc->max_seg_size * host->ring_size; in dw_mci_init_slot()
2444 mmc->max_blk_count = mmc->max_req_size / 512; in dw_mci_init_slot()
2449 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in dw_mci_init_slot()
2450 mmc->max_seg_size = mmc->max_req_size; in dw_mci_init_slot()
Datmel-mci.c2195 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in atmci_init_slot()
2199 mmc->max_req_size = 32768 * 512; in atmci_init_slot()
2469 host->buf_size = host->slot[0]->mmc->max_req_size; in atmci_probe()
2477 if (host->slot[1]->mmc->max_req_size > host->buf_size) in atmci_probe()
2479 host->slot[1]->mmc->max_req_size; in atmci_probe()
Dwmt-sdmmc.c801 mmc->max_req_size = (16*512*mmc->max_segs); in wmt_mci_probe()
802 mmc->max_blk_count = mmc->max_req_size / 512; in wmt_mci_probe()
Dsh_mmcif.c1427 mmc->max_req_size = PAGE_CACHE_SIZE * mmc->max_segs; in sh_mmcif_probe()
1428 mmc->max_blk_count = mmc->max_req_size / mmc->max_blk_size; in sh_mmcif_probe()
1429 mmc->max_seg_size = mmc->max_req_size; in sh_mmcif_probe()
Djz4740_mmc.c1052 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in jz4740_mmc_probe()
1055 mmc->max_seg_size = mmc->max_req_size; in jz4740_mmc_probe()
Dmmci.c1657 mmc->max_req_size = (1 << variant->datalength_bits) - 1; in mmci_probe()
1663 mmc->max_seg_size = mmc->max_req_size; in mmci_probe()
1674 mmc->max_blk_count = mmc->max_req_size >> 11; in mmci_probe()
Dushc.c459 mmc->max_req_size = 512*511; in ushc_probe()
Dtmio_mmc_pio.c1124 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in tmio_mmc_host_probe()
1125 mmc->max_seg_size = mmc->max_req_size; in tmio_mmc_host_probe()
Dmxcmmc.c1055 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in mxcmci_probe()
1056 mmc->max_seg_size = mmc->max_req_size; in mxcmci_probe()
Dusdhi6rol0.c1786 mmc->max_req_size = PAGE_CACHE_SIZE * mmc->max_segs; in usdhi6_probe()
1787 mmc->max_blk_count = mmc->max_req_size / mmc->max_blk_size; in usdhi6_probe()
1796 mmc->max_seg_size = mmc->max_req_size; in usdhi6_probe()
Ddavinci_mmc.c1341 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in davinci_mmcsd_probe()
1345 dev_dbg(mmc_dev(host->mmc), "max_req_size=%d\n", mmc->max_req_size); in davinci_mmcsd_probe()
Dbfin_sdh.c556 mmc->max_req_size = PAGE_SIZE; in sdh_probe()
Domap.c1261 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in mmc_omap_new_slot()
1262 mmc->max_seg_size = mmc->max_req_size; in mmc_omap_new_slot()
Dmxs-mmc.c659 mmc->max_req_size = (ssp_is_old(ssp)) ? 0xffff : 0xffffffff; in mxs_mmc_probe()
Dvub300.c2162 mmc->max_req_size = force_max_req_size * 1024; in vub300_probe()
2164 mmc->max_req_size = 64 * 1024; in vub300_probe()
2165 mmc->max_seg_size = mmc->max_req_size; in vub300_probe()
Ds3cmci.c1734 mmc->max_req_size = 4095 * 512; in s3cmci_probe()
1735 mmc->max_seg_size = mmc->max_req_size; in s3cmci_probe()
Dmvsdio.c745 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in mvsd_probe()
Domap_hsmmc.c2034 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in omap_hsmmc_probe()
2035 mmc->max_seg_size = mmc->max_req_size; in omap_hsmmc_probe()
Dsunxi-mmc.c1029 mmc->max_req_size = mmc->max_seg_size * mmc->max_segs; in sunxi_mmc_probe()
Dmmc_spi.c1345 mmc->max_req_size = MMC_SPI_BLOCKSATONCE * MMC_SPI_BLOCKSIZE; in mmc_spi_probe()
Dtifm_sd.c983 mmc->max_req_size = mmc->max_seg_size; in tifm_sd_probe()
Dvia-sdmmc.c1057 mmc->max_req_size = mmc->max_seg_size; in via_init_mmc_host()
Drtsx_usb_sdmmc.c1348 mmc->max_req_size = 524288; in rtsx_usb_init_host()
Drtsx_pci_sdmmc.c1375 mmc->max_req_size = 524288; in realtek_init_host()
Dsdhci.c3365 mmc->max_req_size = 524288; in sdhci_add_host()
3378 mmc->max_seg_size = mmc->max_req_size; in sdhci_add_host()
/linux-4.1.27/drivers/crypto/
Dmv_cesa.c97 int max_req_size; member
247 min(p->hw_nbytes - p->hw_processed_bytes, cpg->max_req_size); in setup_data_in()
1056 cp->max_req_size = cp->sram_size - SRAM_CFG_SPACE; in mv_probe()
/linux-4.1.27/drivers/mmc/core/
Dhost.c515 host->max_req_size = PAGE_CACHE_SIZE; in mmc_alloc_host()
Dcore.c235 host->max_req_size); in mmc_start_request()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dbcmsdh.c1058 sdiodev->max_request_size = min_t(uint, host->max_req_size, in brcmf_sdiod_probe()