Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/mmc/host/
Drenesas_sdhi.h34 unsigned int max_blk_count; member
Drenesas_sdhi_internal_dmac.c99 .max_blk_count = 0xffffffff,
114 .max_blk_count = 0xffffffff,
Dmvsdio.c747 mmc->max_blk_count = 65535; in mvsd_probe()
750 mmc->max_seg_size = mmc->max_blk_size * mmc->max_blk_count; in mvsd_probe()
751 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in mvsd_probe()
Dwmt-sdmmc.c803 mmc->max_blk_count = mmc->max_req_size / 512; in wmt_mci_probe()
841 mmc->max_blk_count * 16, in wmt_mci_probe()
904 dma_free_coherent(&pdev->dev, priv->mmc->max_blk_count * 16, in wmt_mci_remove()
Drenesas_sdhi_core.c615 mmc_data->max_blk_count = of_data->max_blk_count; in renesas_sdhi_probe()
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()
Dtmio_mmc_core.c1266 mmc->max_blk_count = pdata->max_blk_count ? : in tmio_mmc_host_probe()
1268 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in tmio_mmc_host_probe()
Dvia-sdmmc.c490 BUG_ON(data->blocks > host->mmc->max_blk_count); in via_sdc_preparedata()
1053 mmc->max_blk_count = VIA_CRDR_MAX_BLOCK_COUNT; in via_init_mmc_host()
1055 mmc->max_seg_size = mmc->max_blk_size * mmc->max_blk_count; in via_init_mmc_host()
Dandroid-goldfish.c496 mmc->max_blk_count = 2048; /* MMC_BLOCK_COUNT is 11 bits (+1) */ in goldfish_mmc_probe()
Djz4740_mmc.c1089 mmc->max_blk_count = (1 << 15) - 1; in jz4740_mmc_probe()
1090 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in jz4740_mmc_probe()
Ddw_mmc.c2861 mmc->max_blk_count = mmc->max_req_size / 512; in dw_mci_init_slot()
2865 mmc->max_blk_count = 65535; in dw_mci_init_slot()
2867 mmc->max_blk_size * mmc->max_blk_count; in dw_mci_init_slot()
2873 mmc->max_blk_count = 512; in dw_mci_init_slot()
2875 mmc->max_blk_count; in dw_mci_init_slot()
Dmxcmmc.c1060 mmc->max_blk_count = 65535; in mxcmci_probe()
1061 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in mxcmci_probe()
Dushc.c464 mmc->max_blk_count = 511; in ushc_probe()
Ddavinci_mmc.c1306 mmc->max_blk_count = 65535; /* NBLK is 16 bits */ in davinci_mmcsd_probe()
1307 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in davinci_mmcsd_probe()
Domap.c1262 mmc->max_blk_count = 2048; /* NBLK is 11 bits (+1) */ in mmc_omap_new_slot()
1263 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in mmc_omap_new_slot()
Dmeson-gx-mmc.c1293 mmc->max_blk_count = CMD_CFG_LENGTH_MASK; in meson_mmc_probe()
1294 mmc->max_req_size = mmc->max_blk_count * mmc->max_blk_size; in meson_mmc_probe()
Dmeson-mx-sdio.c563 mmc->max_blk_count = in meson_mx_mmc_add_host()
/Linux-v4.19/drivers/mmc/core/
Dmmc_test.c1079 if (test->card->host->max_blk_count == 1) in mmc_test_multi_write()
1085 size = min(size, test->card->host->max_blk_count * 512); in mmc_test_multi_write()
1100 if (test->card->host->max_blk_count == 1) in mmc_test_multi_read()
1106 size = min(size, test->card->host->max_blk_count * 512); in mmc_test_multi_read()
1224 if (test->card->host->max_blk_count == 1) in mmc_test_align_multi_write()
1230 size = min(size, test->card->host->max_blk_count * 512); in mmc_test_align_multi_write()
1251 if (test->card->host->max_blk_count == 1) in mmc_test_align_multi_read()
1257 size = min(size, test->card->host->max_blk_count * 512); in mmc_test_align_multi_read()
1298 if (test->card->host->max_blk_count == 1) in mmc_test_multi_xfersize_write()
1312 if (test->card->host->max_blk_count == 1) in mmc_test_multi_xfersize_read()
[all …]
Dhost.c408 host->max_blk_count = PAGE_SIZE / 512; in mmc_alloc_host()
Dsdio_io.c319 max_blocks = min(func->card->host->max_blk_count, 511u); in sdio_io_rw_ext_helper()
Dqueue.c369 min(host->max_blk_count, host->max_req_size / 512)); in mmc_setup_queue()
/Linux-v4.19/drivers/s390/cio/
Dscm.c134 unsigned int size, unsigned int max_blk_count) in scmdev_setup() argument
137 scmdev->nr_max_block = max_blk_count; in scmdev_setup()
/Linux-v4.19/include/linux/mfd/
Dtmio.h117 unsigned int max_blk_count; member
/Linux-v4.19/drivers/staging/greybus/
Dsdio.c144 mmc->max_blk_count = le16_to_cpu(response.max_blk_count); in gb_sdio_get_caps()
799 mmc->max_segs = host->mmc->max_blk_count; in gb_sdio_probe()
802 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in gb_sdio_probe()
/Linux-v4.19/include/linux/mmc/
Dhost.h381 unsigned int max_blk_count; /* maximum number of blocks in one req */ member

12