| /linux-4.4.14/drivers/mmc/card/ |
| D | mmc_test.c | 1029 if (test->card->host->max_blk_count == 1) in mmc_test_multi_write() 1035 size = min(size, test->card->host->max_blk_count * 512); in mmc_test_multi_write() 1050 if (test->card->host->max_blk_count == 1) in mmc_test_multi_read() 1056 size = min(size, test->card->host->max_blk_count * 512); in mmc_test_multi_read() 1174 if (test->card->host->max_blk_count == 1) in mmc_test_align_multi_write() 1180 size = min(size, test->card->host->max_blk_count * 512); in mmc_test_align_multi_write() 1201 if (test->card->host->max_blk_count == 1) in mmc_test_align_multi_read() 1207 size = min(size, test->card->host->max_blk_count * 512); in mmc_test_align_multi_read() 1248 if (test->card->host->max_blk_count == 1) in mmc_test_multi_xfersize_write() 1262 if (test->card->host->max_blk_count == 1) in mmc_test_multi_xfersize_read() [all …]
|
| D | queue.c | 225 if (bouncesz > (host->max_blk_count * 512)) in mmc_init_queue() 226 bouncesz = host->max_blk_count * 512; in mmc_init_queue() 275 min(host->max_blk_count, host->max_req_size / 512)); in mmc_init_queue()
|
| D | block.c | 1501 if (brq->data.blocks > card->host->max_blk_count) in mmc_blk_rw_rq_prep() 1502 brq->data.blocks = card->host->max_blk_count; in mmc_blk_rw_rq_prep() 1649 unsigned int max_blk_count, max_phys_segs; in mmc_blk_prep_packed_list() local 1674 max_blk_count = min(card->host->max_blk_count, in mmc_blk_prep_packed_list() 1676 if (unlikely(max_blk_count > 0xffff)) in mmc_blk_prep_packed_list() 1677 max_blk_count = 0xffff; in mmc_blk_prep_packed_list() 1718 if (req_sectors > max_blk_count) in mmc_blk_prep_packed_list()
|
| /linux-4.4.14/drivers/s390/cio/ |
| D | scm.c | 133 unsigned int size, unsigned int max_blk_count) in scmdev_setup() argument 136 scmdev->nr_max_block = max_blk_count; in scmdev_setup()
|
| /linux-4.4.14/include/linux/mmc/ |
| D | dw_mmc.h | 254 unsigned int max_blk_count; /* maximum number of blocks in one req*/ member
|
| D | host.h | 301 unsigned int max_blk_count; /* maximum number of blocks in one req */ member
|
| /linux-4.4.14/drivers/mmc/host/ |
| D | mvsdio.c | 741 mmc->max_blk_count = 65535; in mvsd_probe() 744 mmc->max_seg_size = mmc->max_blk_size * mmc->max_blk_count; in mvsd_probe() 745 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in mvsd_probe()
|
| D | wmt-sdmmc.c | 802 mmc->max_blk_count = mmc->max_req_size / 512; in wmt_mci_probe() 840 mmc->max_blk_count * 16, in wmt_mci_probe() 899 dma_free_coherent(&pdev->dev, priv->mmc->max_blk_count * 16, in wmt_mci_remove()
|
| D | tifm_sd.c | 979 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()
|
| D | via-sdmmc.c | 489 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()
|
| D | android-goldfish.c | 508 mmc->max_blk_count = 2048; /* MMC_BLOCK_COUNT is 11 bits (+1) */ in goldfish_mmc_probe()
|
| D | jz4740_mmc.c | 1051 mmc->max_blk_count = (1 << 15) - 1; in jz4740_mmc_probe() 1052 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in jz4740_mmc_probe()
|
| D | ushc.c | 461 mmc->max_blk_count = 511; in ushc_probe()
|
| D | dw_mmc.c | 2592 mmc->max_blk_count = mmc->max_req_size / 512; in dw_mci_init_slot() 2596 mmc->max_blk_count = 65535; in dw_mci_init_slot() 2598 mmc->max_blk_size * mmc->max_blk_count; in dw_mci_init_slot() 2604 mmc->max_blk_count = 512; in dw_mci_init_slot() 2606 mmc->max_blk_count; in dw_mci_init_slot()
|
| D | tmio_mmc_pio.c | 1125 mmc->max_blk_count = (PAGE_CACHE_SIZE / mmc->max_blk_size) * in tmio_mmc_host_probe() 1127 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in tmio_mmc_host_probe()
|
| D | mxcmmc.c | 1050 mmc->max_blk_count = 65535; in mxcmci_probe() 1051 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in mxcmci_probe()
|
| D | davinci_mmc.c | 1340 mmc->max_blk_count = 65535; /* NBLK is 16 bits */ in davinci_mmcsd_probe() 1341 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in davinci_mmcsd_probe()
|
| D | bfin_sdh.c | 555 mmc->max_blk_count = 1 << 11; in sdh_probe()
|
| D | mxs-mmc.c | 658 mmc->max_blk_count = (ssp_is_old(ssp)) ? 0xff : 0xffffff; in mxs_mmc_probe()
|
| D | omap.c | 1261 mmc->max_blk_count = 2048; /* NBLK is 11 bits (+1) */ in mmc_omap_new_slot() 1262 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in mmc_omap_new_slot()
|
| D | atmel-mci.c | 2193 mmc->max_blk_count = 256; in atmci_init_slot() 2194 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in atmci_init_slot() 2200 mmc->max_blk_count = 512; in atmci_init_slot()
|
| D | pxamci.c | 691 mmc->max_blk_count = 65535; in pxamci_probe()
|
| D | sunxi-mmc.c | 1058 mmc->max_blk_count = 8192; in sunxi_mmc_probe()
|
| D | omap_hsmmc.c | 2118 mmc->max_blk_count = 0xFFFF; /* No. of Blocks is 16 bits */ in omap_hsmmc_probe() 2119 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in omap_hsmmc_probe()
|
| D | mmc_spi.c | 1346 mmc->max_blk_count = MMC_SPI_BLOCKSATONCE; in mmc_spi_probe()
|
| D | au1xmmc.c | 998 mmc->max_blk_count = 512; in au1xmmc_probe()
|
| D | wbsd.c | 1260 mmc->max_blk_count = mmc->max_req_size; in wbsd_alloc_mmc()
|
| D | rtsx_usb_sdmmc.c | 1347 mmc->max_blk_count = 65535; in rtsx_usb_init_host()
|
| D | rtsx_pci_sdmmc.c | 1374 mmc->max_blk_count = 65535; in realtek_init_host()
|
| D | sh_mmcif.c | 1517 mmc->max_blk_count = mmc->max_req_size / mmc->max_blk_size; in sh_mmcif_probe()
|
| D | mmci.c | 1674 mmc->max_blk_count = mmc->max_req_size >> 11; in mmci_probe()
|
| D | s3cmci.c | 1732 mmc->max_blk_count = 4095; in s3cmci_probe()
|
| D | mtk-sd.c | 1552 mmc->max_blk_count = mmc->max_req_size / 512; in msdc_drv_probe()
|
| D | usdhi6rol0.c | 1793 mmc->max_blk_count = mmc->max_req_size / mmc->max_blk_size; in usdhi6_probe()
|
| D | vub300.c | 2158 mmc->max_blk_count = 511; in vub300_probe()
|
| D | sdhci.c | 3372 mmc->max_blk_count = (host->quirks & SDHCI_QUIRK_NO_MULTIBLOCK) ? 1 : 65535; in sdhci_add_host()
|
| /linux-4.4.14/drivers/mmc/core/ |
| D | host.c | 365 host->max_blk_count = PAGE_CACHE_SIZE / 512; in mmc_alloc_host()
|
| D | sdio_io.c | 314 max_blocks = min(func->card->host->max_blk_count, 511u); in sdio_io_rw_ext_helper()
|
| D | core.c | 273 BUG_ON(mrq->data->blocks > host->max_blk_count); in mmc_start_request()
|
| /linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
| D | bcmsdh.c | 1067 max_blocks = min_t(uint, host->max_blk_count, 511u); in brcmf_sdiod_probe()
|