Searched refs:max_blk_count (Results 1 – 25 of 28) sorted by relevance
12
| /linux/drivers/mmc/core/ |
| H A D | mmc_test.c | 1051 if (test->card->host->max_blk_count == 1) in mmc_test_multi_write() 1057 size = min(size, test->card->host->max_blk_count * 512); in mmc_test_multi_write() 1072 if (test->card->host->max_blk_count == 1) in mmc_test_multi_read() 1078 size = min(size, test->card->host->max_blk_count * 512); in mmc_test_multi_read() 1196 if (test->card->host->max_blk_count == 1) in mmc_test_align_multi_write() 1202 size = min(size, test->card->host->max_blk_count * 512); in mmc_test_align_multi_write() 1223 if (test->card->host->max_blk_count == 1) in mmc_test_align_multi_read() 1229 size = min(size, test->card->host->max_blk_count * 512); in mmc_test_align_multi_read() 1270 if (test->card->host->max_blk_count == 1) in mmc_test_multi_xfersize_write() 1284 if (test->card->host->max_blk_count == 1) in mmc_test_multi_xfersize_read() [all …]
|
| H A D | sdio_io.c | 329 max_blocks = min(func->card->host->max_blk_count, 511u); in sdio_io_rw_ext_helper()
|
| H A D | queue.c | 358 lim.max_hw_sectors = min(host->max_blk_count, host->max_req_size / 512); in mmc_alloc_disk()
|
| H A D | block.c | 1438 if (brq->data.blocks > card->host->max_blk_count) in mmc_blk_data_prep() 1439 brq->data.blocks = card->host->max_blk_count; in mmc_blk_data_prep()
|
| /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 | tifm_sd.c | 973 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()
|
| H A D | loongson2-mmc.c | 943 mmc->max_blk_count = 4095; in loongson2_mmc_probe() 945 mmc->max_req_size = mmc->max_blk_count * mmc->max_blk_size; in loongson2_mmc_probe()
|
| H A D | jz4740_mmc.c | 1100 mmc->max_blk_count = (1 << 15) - 1; in jz4740_mmc_probe() 1101 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in jz4740_mmc_probe()
|
| 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 | dw_mmc.c | 3046 mmc->max_blk_count = mmc->max_req_size / 512; in dw_mci_init_slot() 3050 mmc->max_blk_count = 65535; in dw_mci_init_slot() 3052 mmc->max_blk_size * mmc->max_blk_count; in dw_mci_init_slot() 3058 mmc->max_blk_count = 512; in dw_mci_init_slot() 3060 mmc->max_blk_count; in dw_mci_init_slot()
|
| H A D | ushc.c | 458 mmc->max_blk_count = 511; in ushc_probe()
|
| H A D | owl-mmc.c | 597 mmc->max_blk_count = 512; in owl_mmc_probe()
|
| H A D | uniphier-sd.c | 705 tmio_data->max_blk_count = U16_MAX; in uniphier_sd_probe()
|
| H A D | moxart-mmc.c | 607 mmc->max_blk_count = mmc->max_req_size / 512; in moxart_probe()
|
| H A D | pxamci.c | 643 mmc->max_blk_count = 65535; in pxamci_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 | cavium.c | 1053 mmc->max_blk_count = 32767; in cvm_mmc_of_slot_probe()
|
| H A D | sunplus-mmc.c | 920 mmc->max_blk_count = SPMMC_MAX_BLK_COUNT; in spmmc_drv_probe()
|
| H A D | wbsd.c | 1245 mmc->max_blk_count = mmc->max_req_size; in wbsd_alloc_mmc()
|
| H A D | bcm2835.c | 1311 mmc->max_blk_count = 65535; in bcm2835_add_host()
|
| H A D | rtsx_pci_sdmmc.c | 1513 mmc->max_blk_count = 65535; in realtek_init_host()
|
| /linux/include/linux/mmc/ |
| H A D | host.h | 481 unsigned int max_blk_count; /* maximum number of blocks in one req */ member
|
| /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()
|
12