Home
last modified time | relevance | path

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

123

/linux/drivers/mmc/core/
A Dmmc_test.c1065 if (test->card->host->max_blk_count == 1) in mmc_test_multi_write()
1071 size = min(size, test->card->host->max_blk_count * 512); in mmc_test_multi_write()
1086 if (test->card->host->max_blk_count == 1) in mmc_test_multi_read()
1210 if (test->card->host->max_blk_count == 1) in mmc_test_align_multi_write()
1237 if (test->card->host->max_blk_count == 1) in mmc_test_align_multi_read()
1284 if (test->card->host->max_blk_count == 1) in mmc_test_multi_xfersize_write()
1298 if (test->card->host->max_blk_count == 1) in mmc_test_multi_xfersize_read()
1335 if (test->card->host->max_blk_count == 1) in mmc_test_multi_write_high()
1357 if (test->card->host->max_blk_count == 1) in mmc_test_multi_read_high()
1569 if (t->max_tfr >> 9 > test->card->host->max_blk_count) in mmc_test_area_init()
[all …]
A Dsdio_io.c329 max_blocks = min(func->card->host->max_blk_count, 511u); in sdio_io_rw_ext_helper()
A Dqueue.c360 min(host->max_blk_count, host->max_req_size / 512)); in mmc_setup_queue()
A Dhost.c580 host->max_blk_count = PAGE_SIZE / 512; in mmc_alloc_host()
/linux/drivers/s390/cio/
A 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/drivers/mmc/host/
A Drenesas_sdhi.h32 unsigned int max_blk_count; member
A Drenesas_sdhi_internal_dmac.c107 .max_blk_count = UINT_MAX / TMIO_MAX_BLK_SIZE,
126 .max_blk_count = UINT_MAX / TMIO_MAX_BLK_SIZE,
A Drenesas_sdhi_core.c946 mmc_data->max_blk_count = of_data->max_blk_count; in renesas_sdhi_probe()
1022 if (ver < SDHI_VER_GEN2_SDR104 && mmc_data->max_blk_count > U16_MAX) in renesas_sdhi_probe()
1023 mmc_data->max_blk_count = U16_MAX; in renesas_sdhi_probe()
A Dtmio_mmc_core.c734 if (host->mmc->max_blk_count >= SZ_64K) in tmio_mmc_start_data()
1165 mmc->max_blk_count = pdata->max_blk_count ? : in tmio_mmc_host_probe()
1168 mmc->max_blk_size * mmc->max_blk_count, in tmio_mmc_host_probe()
A 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()
A Dwmt-sdmmc.c799 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()
A Dtifm_sd.c980 mmc->max_blk_count = 2048; in tifm_sd_probe()
981 mmc->max_segs = mmc->max_blk_count; in tifm_sd_probe()
983 mmc->max_seg_size = mmc->max_blk_count * mmc->max_blk_size; in tifm_sd_probe()
A Dmeson-gx-mmc.c1242 mmc->max_blk_count = SD_EMMC_SRAM_DATA_BUF_LEN / in meson_mmc_probe()
1245 mmc->max_blk_count = CMD_CFG_LENGTH_MASK; in meson_mmc_probe()
1249 mmc->max_req_size = mmc->max_blk_count * mmc->max_blk_size; in meson_mmc_probe()
A Dvia-sdmmc.c488 BUG_ON(data->blocks > host->mmc->max_blk_count); in via_sdc_preparedata()
1047 mmc->max_blk_count = VIA_CRDR_MAX_BLOCK_COUNT; in via_init_mmc_host()
1049 mmc->max_seg_size = mmc->max_blk_size * mmc->max_blk_count; in via_init_mmc_host()
A Djz4740_mmc.c1031 mmc->max_blk_count = (1 << 15) - 1; in jz4740_mmc_probe()
1032 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in jz4740_mmc_probe()
A 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()
A Drenesas_sdhi_sys_dmac.c70 .max_blk_count = UINT_MAX / TMIO_MAX_BLK_SIZE,
A Ddw_mmc.c2903 mmc->max_blk_count = mmc->max_req_size / 512; in dw_mci_init_slot()
2907 mmc->max_blk_count = 65535; in dw_mci_init_slot()
2909 mmc->max_blk_size * mmc->max_blk_count; in dw_mci_init_slot()
2915 mmc->max_blk_count = 512; in dw_mci_init_slot()
2917 mmc->max_blk_count; in dw_mci_init_slot()
A Dmxcmmc.c1024 mmc->max_blk_count = 65535; in mxcmci_probe()
1025 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in mxcmci_probe()
A Ddavinci_mmc.c1292 mmc->max_blk_count = 65535; /* NBLK is 16 bits */ in davinci_mmcsd_probe()
1293 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in davinci_mmcsd_probe()
A Dushc.c460 mmc->max_blk_count = 511; in ushc_probe()
A Duniphier-sd.c634 tmio_data->max_blk_count = U16_MAX; in uniphier_sd_probe()
/linux/drivers/staging/greybus/
A 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/include/linux/mfd/
A Dtmio.h107 unsigned int max_blk_count; member
/linux/include/linux/mmc/
A Dhost.h416 unsigned int max_blk_count; /* maximum number of blocks in one req */ member

Completed in 83 milliseconds

123