Home
last modified time | relevance | path

Searched refs:max_blk_count (Results 1 – 25 of 34) sorted by relevance

12

/linux-3.4.99/drivers/mmc/card/
Dmmc_test.c1054 if (test->card->host->max_blk_count == 1) in mmc_test_multi_write()
1060 size = min(size, test->card->host->max_blk_count * 512); in mmc_test_multi_write()
1080 if (test->card->host->max_blk_count == 1) in mmc_test_multi_read()
1086 size = min(size, test->card->host->max_blk_count * 512); in mmc_test_multi_read()
1208 if (test->card->host->max_blk_count == 1) in mmc_test_align_multi_write()
1214 size = min(size, test->card->host->max_blk_count * 512); in mmc_test_align_multi_write()
1235 if (test->card->host->max_blk_count == 1) in mmc_test_align_multi_read()
1241 size = min(size, test->card->host->max_blk_count * 512); in mmc_test_align_multi_read()
1290 if (test->card->host->max_blk_count == 1) in mmc_test_multi_xfersize_write()
1308 if (test->card->host->max_blk_count == 1) in mmc_test_multi_xfersize_read()
[all …]
Dqueue.c199 if (bouncesz > (host->max_blk_count * 512)) in mmc_init_queue()
200 bouncesz = host->max_blk_count * 512; in mmc_init_queue()
249 min(host->max_blk_count, host->max_req_size / 512)); in mmc_init_queue()
Dblock.c1178 if (brq->data.blocks > card->host->max_blk_count) in mmc_blk_rw_rq_prep()
1179 brq->data.blocks = card->host->max_blk_count; in mmc_blk_rw_rq_prep()
/linux-3.4.99/include/linux/mmc/
Ddw_mmc.h210 unsigned int max_blk_count; /* maximum number of blocks in one req*/ member
Dhost.h266 unsigned int max_blk_count; /* maximum number of blocks in one req */ member
/linux-3.4.99/drivers/mmc/host/
Dmvsdio.c745 mmc->max_blk_count = 65535; in mvsd_probe()
748 mmc->max_seg_size = mmc->max_blk_size * mmc->max_blk_count; in mvsd_probe()
749 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in mvsd_probe()
Ddw_mmc.c1801 mmc->max_blk_count = host->pdata->blk_settings->max_blk_count; in dw_mci_init_slot()
1809 mmc->max_blk_count = host->ring_size; in dw_mci_init_slot()
1811 mmc->max_req_size = mmc->max_seg_size * mmc->max_blk_count; in dw_mci_init_slot()
1815 mmc->max_blk_count = 512; in dw_mci_init_slot()
1816 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in dw_mci_init_slot()
Dtifm_sd.c979 mmc->max_blk_count = 2048; in tifm_sd_probe()
980 mmc->max_segs = mmc->max_blk_count; in tifm_sd_probe()
982 mmc->max_seg_size = mmc->max_blk_count * mmc->max_blk_size; in tifm_sd_probe()
Dvia-sdmmc.c489 BUG_ON(data->blocks > host->mmc->max_blk_count); in via_sdc_preparedata()
1054 mmc->max_blk_count = VIA_CRDR_MAX_BLOCK_COUNT; in via_init_mmc_host()
1056 mmc->max_seg_size = mmc->max_blk_size * mmc->max_blk_count; in via_init_mmc_host()
Djz4740_mmc.c877 mmc->max_blk_count = (1 << 15) - 1; in jz4740_mmc_probe()
878 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in jz4740_mmc_probe()
Dtmio_mmc_pio.c911 mmc->max_blk_count = (PAGE_CACHE_SIZE / mmc->max_blk_size) * in tmio_mmc_host_probe()
913 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in tmio_mmc_host_probe()
Dmxcmmc.c877 mmc->max_blk_count = 65535; in mxcmci_probe()
878 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in mxcmci_probe()
Dushc.c461 mmc->max_blk_count = 511; in ushc_probe()
Dbfin_sdh.c475 mmc->max_blk_count = 1 << 11; in sdh_probe()
Ddavinci_mmc.c1369 mmc->max_blk_count = 65535; /* NBLK is 16 bits */ in davinci_mmcsd_probe()
1370 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in davinci_mmcsd_probe()
Domap.c1342 mmc->max_blk_count = 2048; /* NBLK is 11 bits (+1) */ in mmc_omap_new_slot()
1343 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in mmc_omap_new_slot()
Dmxs-mmc.c760 mmc->max_blk_count = (ssp_is_old()) ? 0xff : 0xffffff; in mxs_mmc_probe()
Dpxamci.c619 mmc->max_blk_count = 65535; in pxamci_probe()
Domap_hsmmc.c1910 mmc->max_blk_count = 0xFFFF; /* No. of Blocks is 16 bits */ in omap_hsmmc_probe()
1911 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in omap_hsmmc_probe()
Dat91_mci.c957 mmc->max_blk_count = MCI_BLKATONCE; in at91_mci_probe()
Dmmc_spi.c1372 mmc->max_blk_count = MMC_SPI_BLOCKSATONCE; in mmc_spi_probe()
Dimxmmc.c973 mmc->max_blk_count = 65535; in imxmci_probe()
Dau1xmmc.c998 mmc->max_blk_count = 512; in au1xmmc_probe()
/linux-3.4.99/drivers/mmc/core/
Dhost.c346 host->max_blk_count = PAGE_CACHE_SIZE / 512; in mmc_alloc_host()
Dsdio_io.c316 max_blocks = min(func->card->host->max_blk_count, in sdio_io_rw_ext_helper()

12