Searched refs:max_blk_count (Results 1 – 19 of 19) sorted by relevance
| /linux/drivers/mmc/core/ |
| H A D | mmc_test.c | 1056 if (test->card->host->max_blk_count == 1) in mmc_test_multi_write() 1062 size = min(size, test->card->host->max_blk_count * 512); in mmc_test_multi_write() 1077 if (test->card->host->max_blk_count == 1) in mmc_test_multi_read() 1083 size = min(size, test->card->host->max_blk_count * 512); in mmc_test_multi_read() 1201 if (test->card->host->max_blk_count == 1) in mmc_test_align_multi_write() 1207 size = min(size, test->card->host->max_blk_count * 512); in mmc_test_align_multi_write() 1228 if (test->card->host->max_blk_count == 1) in mmc_test_align_multi_read() 1234 size = min(size, test->card->host->max_blk_count * 512); in mmc_test_align_multi_read() 1275 if (test->card->host->max_blk_count == 1) in mmc_test_multi_xfersize_write() 1289 if (test->card->host->max_blk_count == 1) in mmc_test_multi_xfersize_read() [all …]
|
| /linux/drivers/s390/cio/ |
| H A D | scm.c | 136 unsigned int size, unsigned int max_blk_count) in scmdev_setup() argument 139 scmdev->nr_max_block = max_blk_count; in scmdev_setup()
|
| /linux/drivers/mmc/host/ |
| H A D | renesas_sdhi_internal_dmac.c | 102 .max_blk_count = UINT_MAX / TMIO_MAX_BLK_SIZE, 118 .max_blk_count = UINT_MAX / TMIO_MAX_BLK_SIZE, 135 .max_blk_count = UINT_MAX / TMIO_MAX_BLK_SIZE,
|
| H A D | renesas_sdhi_sys_dmac.c | 72 .max_blk_count = UINT_MAX / TMIO_MAX_BLK_SIZE,
|
| H A D | mxcmmc.c | 1033 mmc->max_blk_count = 65535; in mxcmci_probe() 1034 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in mxcmci_probe()
|
| H A D | ushc.c | 458 mmc->max_blk_count = 511; in ushc_probe()
|
| H A D | uniphier-sd.c | 705 tmio_data->max_blk_count = U16_MAX; in uniphier_sd_probe()
|
| H A D | owl-mmc.c | 596 mmc->max_blk_count = 512; in owl_mmc_probe()
|
| H A D | meson-mx-sdhc-mmc.c | 816 mmc->max_blk_count = FIELD_GET(MESON_SDHC_SEND_TOTAL_PACK, ~0); in meson_mx_sdhc_probe()
|
| H A D | mmc_spi.c | 1196 mmc->max_blk_count = MMC_SPI_BLOCKSATONCE; in mmc_spi_probe()
|
| H A D | sunplus-mmc.c | 920 mmc->max_blk_count = SPMMC_MAX_BLK_COUNT; in spmmc_drv_probe()
|
| H A D | sunxi-mmc.c | 1417 mmc->max_blk_count = 8192; in sunxi_mmc_probe()
|
| H A D | sh_mmcif.c | 1477 mmc->max_blk_count = mmc->max_req_size / mmc->max_blk_size; in sh_mmcif_probe()
|
| H A D | usdhi6rol0.c | 1849 mmc->max_blk_count = mmc->max_req_size / mmc->max_blk_size; in usdhi6_probe()
|
| H A D | vub300.c | 2155 mmc->max_blk_count = 511; in vub300_probe()
|
| /linux/include/linux/mmc/ |
| H A D | host.h | 481 unsigned int max_blk_count; /* maximum number of blocks in one req */ member
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | sdio.c | 676 func->card->host->max_blk_count); in mt76s_init()
|
| /linux/include/linux/greybus/ |
| H A D | greybus_protocols.h | 1428 __le16 max_blk_count; member
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | bcmsdh.c | 766 max_blocks = min_t(uint, host->max_blk_count, 511u); in brcmf_sdiod_sgtable_alloc()
|