max_blk_count 1330 drivers/mmc/core/block.c if (brq->data.blocks > card->host->max_blk_count) max_blk_count 1331 drivers/mmc/core/block.c brq->data.blocks = card->host->max_blk_count; max_blk_count 314 drivers/mmc/core/core.c mrq->data->blocks > host->max_blk_count || max_blk_count 444 drivers/mmc/core/host.c host->max_blk_count = PAGE_SIZE / 512; max_blk_count 1075 drivers/mmc/core/mmc_test.c if (test->card->host->max_blk_count == 1) max_blk_count 1081 drivers/mmc/core/mmc_test.c size = min(size, test->card->host->max_blk_count * 512); max_blk_count 1096 drivers/mmc/core/mmc_test.c if (test->card->host->max_blk_count == 1) max_blk_count 1102 drivers/mmc/core/mmc_test.c size = min(size, test->card->host->max_blk_count * 512); max_blk_count 1220 drivers/mmc/core/mmc_test.c if (test->card->host->max_blk_count == 1) max_blk_count 1226 drivers/mmc/core/mmc_test.c size = min(size, test->card->host->max_blk_count * 512); max_blk_count 1247 drivers/mmc/core/mmc_test.c if (test->card->host->max_blk_count == 1) max_blk_count 1253 drivers/mmc/core/mmc_test.c size = min(size, test->card->host->max_blk_count * 512); max_blk_count 1294 drivers/mmc/core/mmc_test.c if (test->card->host->max_blk_count == 1) max_blk_count 1308 drivers/mmc/core/mmc_test.c if (test->card->host->max_blk_count == 1) max_blk_count 1345 drivers/mmc/core/mmc_test.c if (test->card->host->max_blk_count == 1) max_blk_count 1351 drivers/mmc/core/mmc_test.c size = min(size, test->card->host->max_blk_count * 512); max_blk_count 1367 drivers/mmc/core/mmc_test.c if (test->card->host->max_blk_count == 1) max_blk_count 1373 drivers/mmc/core/mmc_test.c size = min(size, test->card->host->max_blk_count * 512); max_blk_count 1563 drivers/mmc/core/mmc_test.c if (t->max_tfr >> 9 > test->card->host->max_blk_count) max_blk_count 1564 drivers/mmc/core/mmc_test.c t->max_tfr = test->card->host->max_blk_count << 9; max_blk_count 366 drivers/mmc/core/queue.c min(host->max_blk_count, host->max_req_size / 512)); max_blk_count 329 drivers/mmc/core/sdio_io.c max_blocks = min(func->card->host->max_blk_count, 511u); max_blk_count 1074 drivers/mmc/host/alcor.c mmc->max_blk_count = 240; max_blk_count 1075 drivers/mmc/host/alcor.c mmc->max_req_size = mmc->max_blk_count * mmc->max_blk_size; max_blk_count 492 drivers/mmc/host/android-goldfish.c mmc->max_blk_count = 2048; /* MMC_BLOCK_COUNT is 11 bits (+1) */ max_blk_count 2263 drivers/mmc/host/atmel-mci.c mmc->max_blk_count = 256; max_blk_count 2264 drivers/mmc/host/atmel-mci.c mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; max_blk_count 2270 drivers/mmc/host/atmel-mci.c mmc->max_blk_count = 512; max_blk_count 1000 drivers/mmc/host/au1xmmc.c mmc->max_blk_count = 512; max_blk_count 1320 drivers/mmc/host/bcm2835.c mmc->max_blk_count = 65535; max_blk_count 1056 drivers/mmc/host/cavium.c mmc->max_blk_count = 32767; max_blk_count 1293 drivers/mmc/host/davinci_mmc.c mmc->max_blk_count = 65535; /* NBLK is 16 bits */ max_blk_count 1294 drivers/mmc/host/davinci_mmc.c mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; max_blk_count 2834 drivers/mmc/host/dw_mmc.c mmc->max_blk_count = mmc->max_req_size / 512; max_blk_count 2838 drivers/mmc/host/dw_mmc.c mmc->max_blk_count = 65535; max_blk_count 2840 drivers/mmc/host/dw_mmc.c mmc->max_blk_size * mmc->max_blk_count; max_blk_count 2846 drivers/mmc/host/dw_mmc.c mmc->max_blk_count = 512; max_blk_count 2848 drivers/mmc/host/dw_mmc.c mmc->max_blk_count; max_blk_count 993 drivers/mmc/host/jz4740_mmc.c mmc->max_blk_count = (1 << 15) - 1; max_blk_count 994 drivers/mmc/host/jz4740_mmc.c mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; max_blk_count 1156 drivers/mmc/host/meson-gx-mmc.c mmc->max_blk_count = mmc->max_segs; max_blk_count 1158 drivers/mmc/host/meson-gx-mmc.c mmc->max_blk_count = CMD_CFG_LENGTH_MASK; max_blk_count 1162 drivers/mmc/host/meson-gx-mmc.c mmc->max_req_size = mmc->max_blk_count * mmc->max_blk_size; max_blk_count 551 drivers/mmc/host/meson-mx-sdio.c mmc->max_blk_count = max_blk_count 1335 drivers/mmc/host/mmc_spi.c mmc->max_blk_count = MMC_SPI_BLOCKSATONCE; max_blk_count 2000 drivers/mmc/host/mmci.c mmc->max_blk_count = mmc->max_req_size >> variant->datactrl_blocksz; max_blk_count 2297 drivers/mmc/host/mtk-sd.c mmc->max_blk_count = mmc->max_req_size / 512; max_blk_count 744 drivers/mmc/host/mvsdio.c mmc->max_blk_count = 65535; max_blk_count 747 drivers/mmc/host/mvsdio.c mmc->max_seg_size = mmc->max_blk_size * mmc->max_blk_count; max_blk_count 748 drivers/mmc/host/mvsdio.c mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; max_blk_count 1043 drivers/mmc/host/mxcmmc.c mmc->max_blk_count = 65535; max_blk_count 1044 drivers/mmc/host/mxcmmc.c mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; max_blk_count 653 drivers/mmc/host/mxs-mmc.c mmc->max_blk_count = (ssp_is_old(ssp)) ? 0xff : 0xffffff; max_blk_count 1266 drivers/mmc/host/omap.c mmc->max_blk_count = 2048; /* NBLK is 11 bits (+1) */ max_blk_count 1267 drivers/mmc/host/omap.c mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; max_blk_count 1930 drivers/mmc/host/omap_hsmmc.c mmc->max_blk_count = 0xFFFF; /* No. of Blocks is 16 bits */ max_blk_count 1931 drivers/mmc/host/omap_hsmmc.c mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; max_blk_count 647 drivers/mmc/host/pxamci.c mmc->max_blk_count = 65535; max_blk_count 32 drivers/mmc/host/renesas_sdhi.h unsigned int max_blk_count; max_blk_count 711 drivers/mmc/host/renesas_sdhi_core.c mmc_data->max_blk_count = of_data->max_blk_count; max_blk_count 786 drivers/mmc/host/renesas_sdhi_core.c if (ver < SDHI_VER_GEN2_SDR104 && mmc_data->max_blk_count > U16_MAX) max_blk_count 787 drivers/mmc/host/renesas_sdhi_core.c mmc_data->max_blk_count = U16_MAX; max_blk_count 100 drivers/mmc/host/renesas_sdhi_internal_dmac.c .max_blk_count = UINT_MAX / TMIO_MAX_BLK_SIZE, max_blk_count 115 drivers/mmc/host/renesas_sdhi_internal_dmac.c .max_blk_count = UINT_MAX / TMIO_MAX_BLK_SIZE, max_blk_count 68 drivers/mmc/host/renesas_sdhi_sys_dmac.c .max_blk_count = UINT_MAX / TMIO_MAX_BLK_SIZE, max_blk_count 1361 drivers/mmc/host/rtsx_pci_sdmmc.c mmc->max_blk_count = 65535; max_blk_count 1327 drivers/mmc/host/rtsx_usb_sdmmc.c mmc->max_blk_count = 65535; max_blk_count 1674 drivers/mmc/host/s3cmci.c mmc->max_blk_count = 4095; max_blk_count 4239 drivers/mmc/host/sdhci.c mmc->max_blk_count = (host->quirks & SDHCI_QUIRK_NO_MULTIBLOCK) ? 1 : 65535; max_blk_count 1436 drivers/mmc/host/sh_mmcif.c mmc->max_blk_count = mmc->max_req_size / mmc->max_blk_size; max_blk_count 1385 drivers/mmc/host/sunxi-mmc.c mmc->max_blk_count = 8192; max_blk_count 974 drivers/mmc/host/tifm_sd.c mmc->max_blk_count = 2048; max_blk_count 975 drivers/mmc/host/tifm_sd.c mmc->max_segs = mmc->max_blk_count; max_blk_count 977 drivers/mmc/host/tifm_sd.c mmc->max_seg_size = mmc->max_blk_count * mmc->max_blk_size; max_blk_count 707 drivers/mmc/host/tmio_mmc_core.c if (host->mmc->max_blk_count >= SZ_64K) max_blk_count 1191 drivers/mmc/host/tmio_mmc_core.c mmc->max_blk_count = pdata->max_blk_count ? : max_blk_count 1194 drivers/mmc/host/tmio_mmc_core.c mmc->max_blk_size * mmc->max_blk_count, max_blk_count 638 drivers/mmc/host/uniphier-sd.c tmio_data->max_blk_count = U16_MAX; max_blk_count 1845 drivers/mmc/host/usdhi6rol0.c mmc->max_blk_count = mmc->max_req_size / mmc->max_blk_size; max_blk_count 460 drivers/mmc/host/ushc.c mmc->max_blk_count = 511; max_blk_count 486 drivers/mmc/host/via-sdmmc.c BUG_ON(data->blocks > host->mmc->max_blk_count); max_blk_count 1041 drivers/mmc/host/via-sdmmc.c mmc->max_blk_count = VIA_CRDR_MAX_BLOCK_COUNT; max_blk_count 1043 drivers/mmc/host/via-sdmmc.c mmc->max_seg_size = mmc->max_blk_size * mmc->max_blk_count; max_blk_count 2150 drivers/mmc/host/vub300.c mmc->max_blk_count = 511; max_blk_count 1243 drivers/mmc/host/wbsd.c mmc->max_blk_count = mmc->max_req_size; max_blk_count 799 drivers/mmc/host/wmt-sdmmc.c mmc->max_blk_count = mmc->max_req_size / 512; max_blk_count 837 drivers/mmc/host/wmt-sdmmc.c mmc->max_blk_count * 16, max_blk_count 900 drivers/mmc/host/wmt-sdmmc.c dma_free_coherent(&pdev->dev, priv->mmc->max_blk_count * 16, max_blk_count 761 drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c max_blocks = min_t(uint, host->max_blk_count, 511u); max_blk_count 134 drivers/s390/cio/scm.c unsigned int size, unsigned int max_blk_count) max_blk_count 137 drivers/s390/cio/scm.c scmdev->nr_max_block = max_blk_count; max_blk_count 144 drivers/staging/greybus/sdio.c mmc->max_blk_count = le16_to_cpu(response.max_blk_count); max_blk_count 799 drivers/staging/greybus/sdio.c mmc->max_segs = host->mmc->max_blk_count; max_blk_count 802 drivers/staging/greybus/sdio.c mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; max_blk_count 1432 include/linux/greybus/greybus_protocols.h __le16 max_blk_count; max_blk_count 105 include/linux/mfd/tmio.h unsigned int max_blk_count; max_blk_count 384 include/linux/mmc/host.h unsigned int max_blk_count; /* maximum number of blocks in one req */