/Linux-v5.4/drivers/mmc/host/ |
D | renesas_sdhi.h | 32 unsigned int max_blk_count; member
|
D | renesas_sdhi_internal_dmac.c | 100 .max_blk_count = UINT_MAX / TMIO_MAX_BLK_SIZE, 115 .max_blk_count = UINT_MAX / TMIO_MAX_BLK_SIZE,
|
D | renesas_sdhi_core.c | 711 mmc_data->max_blk_count = of_data->max_blk_count; in renesas_sdhi_probe() 786 if (ver < SDHI_VER_GEN2_SDR104 && mmc_data->max_blk_count > U16_MAX) in renesas_sdhi_probe() 787 mmc_data->max_blk_count = U16_MAX; in renesas_sdhi_probe()
|
D | mvsdio.c | 744 mmc->max_blk_count = 65535; in mvsd_probe() 747 mmc->max_seg_size = mmc->max_blk_size * mmc->max_blk_count; in mvsd_probe() 748 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in mvsd_probe()
|
D | tmio_mmc_core.c | 707 if (host->mmc->max_blk_count >= SZ_64K) in tmio_mmc_start_data() 1191 mmc->max_blk_count = pdata->max_blk_count ? : in tmio_mmc_host_probe() 1194 mmc->max_blk_size * mmc->max_blk_count, in tmio_mmc_host_probe()
|
D | wmt-sdmmc.c | 799 mmc->max_blk_count = mmc->max_req_size / 512; in wmt_mci_probe() 837 mmc->max_blk_count * 16, in wmt_mci_probe() 900 dma_free_coherent(&pdev->dev, priv->mmc->max_blk_count * 16, in wmt_mci_remove()
|
D | tifm_sd.c | 974 mmc->max_blk_count = 2048; in tifm_sd_probe() 975 mmc->max_segs = mmc->max_blk_count; in tifm_sd_probe() 977 mmc->max_seg_size = mmc->max_blk_count * mmc->max_blk_size; in tifm_sd_probe()
|
D | via-sdmmc.c | 486 BUG_ON(data->blocks > host->mmc->max_blk_count); in via_sdc_preparedata() 1041 mmc->max_blk_count = VIA_CRDR_MAX_BLOCK_COUNT; in via_init_mmc_host() 1043 mmc->max_seg_size = mmc->max_blk_size * mmc->max_blk_count; in via_init_mmc_host()
|
D | meson-gx-mmc.c | 1156 mmc->max_blk_count = mmc->max_segs; in meson_mmc_probe() 1158 mmc->max_blk_count = CMD_CFG_LENGTH_MASK; in meson_mmc_probe() 1162 mmc->max_req_size = mmc->max_blk_count * mmc->max_blk_size; in meson_mmc_probe()
|
D | android-goldfish.c | 492 mmc->max_blk_count = 2048; /* MMC_BLOCK_COUNT is 11 bits (+1) */ in goldfish_mmc_probe()
|
D | alcor.c | 1074 mmc->max_blk_count = 240; in alcor_init_mmc() 1075 mmc->max_req_size = mmc->max_blk_count * mmc->max_blk_size; in alcor_init_mmc()
|
D | jz4740_mmc.c | 993 mmc->max_blk_count = (1 << 15) - 1; in jz4740_mmc_probe() 994 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in jz4740_mmc_probe()
|
D | renesas_sdhi_sys_dmac.c | 68 .max_blk_count = UINT_MAX / TMIO_MAX_BLK_SIZE,
|
D | dw_mmc.c | 2834 mmc->max_blk_count = mmc->max_req_size / 512; in dw_mci_init_slot() 2838 mmc->max_blk_count = 65535; in dw_mci_init_slot() 2840 mmc->max_blk_size * mmc->max_blk_count; in dw_mci_init_slot() 2846 mmc->max_blk_count = 512; in dw_mci_init_slot() 2848 mmc->max_blk_count; in dw_mci_init_slot()
|
D | mxcmmc.c | 1043 mmc->max_blk_count = 65535; in mxcmci_probe() 1044 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in mxcmci_probe()
|
D | ushc.c | 460 mmc->max_blk_count = 511; in ushc_probe()
|
D | davinci_mmc.c | 1293 mmc->max_blk_count = 65535; /* NBLK is 16 bits */ in davinci_mmcsd_probe() 1294 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in davinci_mmcsd_probe()
|
/Linux-v5.4/drivers/mmc/core/ |
D | mmc_test.c | 1075 if (test->card->host->max_blk_count == 1) in mmc_test_multi_write() 1081 size = min(size, test->card->host->max_blk_count * 512); in mmc_test_multi_write() 1096 if (test->card->host->max_blk_count == 1) in mmc_test_multi_read() 1102 size = min(size, test->card->host->max_blk_count * 512); in mmc_test_multi_read() 1220 if (test->card->host->max_blk_count == 1) in mmc_test_align_multi_write() 1226 size = min(size, test->card->host->max_blk_count * 512); in mmc_test_align_multi_write() 1247 if (test->card->host->max_blk_count == 1) in mmc_test_align_multi_read() 1253 size = min(size, test->card->host->max_blk_count * 512); in mmc_test_align_multi_read() 1294 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 …]
|
D | host.c | 447 host->max_blk_count = PAGE_SIZE / 512; in mmc_alloc_host()
|
D | sdio_io.c | 329 max_blocks = min(func->card->host->max_blk_count, 511u); in sdio_io_rw_ext_helper()
|
D | queue.c | 372 min(host->max_blk_count, host->max_req_size / 512)); in mmc_setup_queue()
|
/Linux-v5.4/drivers/s390/cio/ |
D | scm.c | 134 unsigned int size, unsigned int max_blk_count) in scmdev_setup() argument 137 scmdev->nr_max_block = max_blk_count; in scmdev_setup()
|
/Linux-v5.4/include/linux/mfd/ |
D | tmio.h | 105 unsigned int max_blk_count; member
|
/Linux-v5.4/drivers/staging/greybus/ |
D | sdio.c | 144 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-v5.4/include/linux/mmc/ |
D | host.h | 383 unsigned int max_blk_count; /* maximum number of blocks in one req */ member
|