Searched refs:max_blk_count (Results 1 – 21 of 21) sorted by relevance
/linux/include/linux/platform_data/ |
H A D | tmio.h | 59 unsigned int max_blk_count; member
|
/linux/drivers/mmc/core/ |
H A D | mmc_test.c | 1060 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 …]
|
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 | block.c | 1479 if (brq->data.blocks > card->host->max_blk_count) in mmc_blk_data_prep() 1480 brq->data.blocks = card->host->max_blk_count; in mmc_blk_data_prep()
|
H A D | core.c | 313 mrq->data->blocks > host->max_blk_count || in mmc_mrq_prep()
|
/linux/drivers/mmc/host/ |
H A D | renesas_sdhi_internal_dmac.c | 104 .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,
|
H A D | renesas_sdhi.h | 36 unsigned int max_blk_count; member
|
H A D | renesas_sdhi_core.c | 981 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()
|
H A D | mvsdio.c | 742 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()
|
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 | via-sdmmc.c | 489 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()
|
H A D | dw_mmc.c | 2962 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()
|
H A D | ushc.c | 460 mmc->max_blk_count = 511; in ushc_probe()
|
H A D | cavium.c | 1053 mmc->max_blk_count = 32767; in cvm_mmc_of_slot_probe()
|
H A D | vub300.c | 2146 mmc->max_blk_count = 511; in vub300_probe()
|
H A D | mmci.c | 2424 mmc->max_blk_count = mmc->max_req_size >> variant->datactrl_blocksz; in mmci_probe()
|
H A D | mtk-sd.c | 3003 mmc->max_blk_count = mmc->max_req_size / 512; in msdc_drv_probe()
|
/linux/drivers/staging/greybus/ |
H A D | sdio.c | 142 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/drivers/net/wireless/mediatek/mt76/ |
H A D | sdio.c | 667 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()
|