Home
last modified time | relevance | path

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

123

/linux-6.12.1/include/linux/platform_data/
Dtmio.h59 unsigned int max_blk_count; member
/linux-6.12.1/drivers/mmc/core/
Dmmc_test.c1060 if (test->card->host->max_blk_count == 1) in mmc_test_multi_write()
1066 size = min(size, test->card->host->max_blk_count * 512); in mmc_test_multi_write()
1081 if (test->card->host->max_blk_count == 1) in mmc_test_multi_read()
1087 size = min(size, test->card->host->max_blk_count * 512); in mmc_test_multi_read()
1205 if (test->card->host->max_blk_count == 1) in mmc_test_align_multi_write()
1211 size = min(size, test->card->host->max_blk_count * 512); in mmc_test_align_multi_write()
1232 if (test->card->host->max_blk_count == 1) in mmc_test_align_multi_read()
1238 size = min(size, test->card->host->max_blk_count * 512); in mmc_test_align_multi_read()
1279 if (test->card->host->max_blk_count == 1) in mmc_test_multi_xfersize_write()
1293 if (test->card->host->max_blk_count == 1) in mmc_test_multi_xfersize_read()
[all …]
Dsdio_io.c329 max_blocks = min(func->card->host->max_blk_count, 511u); in sdio_io_rw_ext_helper()
Dqueue.c358 lim.max_hw_sectors = min(host->max_blk_count, host->max_req_size / 512); in mmc_alloc_disk()
Dhost.c577 host->max_blk_count = PAGE_SIZE / 512; in mmc_alloc_host()
/linux-6.12.1/drivers/s390/cio/
Dscm.c135 unsigned int size, unsigned int max_blk_count) in scmdev_setup() argument
138 scmdev->nr_max_block = max_blk_count; in scmdev_setup()
/linux-6.12.1/drivers/mmc/host/
Drenesas_sdhi.h36 unsigned int max_blk_count; member
Drenesas_sdhi_internal_dmac.c104 .max_blk_count = UINT_MAX / TMIO_MAX_BLK_SIZE,
119 .max_blk_count = UINT_MAX / TMIO_MAX_BLK_SIZE,
135 .max_blk_count = UINT_MAX / TMIO_MAX_BLK_SIZE,
Dwmt-sdmmc.c795 mmc->max_blk_count = mmc->max_req_size / 512; in wmt_mci_probe()
831 mmc->max_blk_count * 16, in wmt_mci_probe()
868 dma_free_coherent(&pdev->dev, 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()
Drenesas_sdhi_core.c981 mmc_data->max_blk_count = of_data->max_blk_count; in renesas_sdhi_probe()
1058 if (ver < SDHI_VER_GEN2_SDR104 && mmc_data->max_blk_count > U16_MAX) in renesas_sdhi_probe()
1059 mmc_data->max_blk_count = U16_MAX; in renesas_sdhi_probe()
Dtmio_mmc_core.c755 if (host->mmc->max_blk_count >= SZ_64K) in tmio_mmc_start_data()
1173 mmc->max_blk_count = pdata->max_blk_count ? : in tmio_mmc_host_probe()
1176 mmc->max_blk_size * mmc->max_blk_count, in tmio_mmc_host_probe()
Dmvsdio.c742 mmc->max_blk_count = 65535; in mvsd_probe()
745 mmc->max_seg_size = mmc->max_blk_size * mmc->max_blk_count; in mvsd_probe()
746 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in mvsd_probe()
Dtifm_sd.c973 mmc->max_blk_count = 2048; in tifm_sd_probe()
974 mmc->max_segs = mmc->max_blk_count; in tifm_sd_probe()
976 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()
1048 mmc->max_blk_count = VIA_CRDR_MAX_BLOCK_COUNT; in via_init_mmc_host()
1050 mmc->max_seg_size = mmc->max_blk_size * mmc->max_blk_count; in via_init_mmc_host()
Dmeson-gx-mmc.c1234 mmc->max_blk_count = SD_EMMC_SRAM_DATA_BUF_LEN / in meson_mmc_probe()
1237 mmc->max_blk_count = CMD_CFG_LENGTH_MASK; in meson_mmc_probe()
1241 mmc->max_req_size = mmc->max_blk_count * mmc->max_blk_size; in meson_mmc_probe()
Dalcor.c1074 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()
Djz4740_mmc.c1106 mmc->max_blk_count = (1 << 15) - 1; in jz4740_mmc_probe()
1107 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in jz4740_mmc_probe()
Drenesas_sdhi_sys_dmac.c72 .max_blk_count = UINT_MAX / TMIO_MAX_BLK_SIZE,
Dmxcmmc.c1035 mmc->max_blk_count = 65535; in mxcmci_probe()
1036 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in mxcmci_probe()
Ddavinci_mmc.c1285 mmc->max_blk_count = 65535; /* NBLK is 16 bits */ in davinci_mmcsd_probe()
1286 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in davinci_mmcsd_probe()
Dushc.c460 mmc->max_blk_count = 511; in ushc_probe()
Ddw_mmc.c2962 mmc->max_blk_count = mmc->max_req_size / 512; in dw_mci_init_slot()
2966 mmc->max_blk_count = 65535; in dw_mci_init_slot()
2968 mmc->max_blk_size * mmc->max_blk_count; in dw_mci_init_slot()
2974 mmc->max_blk_count = 512; in dw_mci_init_slot()
2976 mmc->max_blk_count; in dw_mci_init_slot()
Duniphier-sd.c706 tmio_data->max_blk_count = U16_MAX; in uniphier_sd_probe()
/linux-6.12.1/drivers/staging/greybus/
Dsdio.c142 mmc->max_blk_count = le16_to_cpu(response.max_blk_count); in gb_sdio_get_caps()
801 mmc->max_segs = host->mmc->max_blk_count; in gb_sdio_probe()
804 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in gb_sdio_probe()
/linux-6.12.1/include/linux/mmc/
Dhost.h418 unsigned int max_blk_count; /* maximum number of blocks in one req */ member

123