/linux/drivers/mmc/core/ |
H A D | sdio_io.c | 163 if (blksz > func->card->host->max_blk_size) in sdio_set_block_size() 167 blksz = min(func->max_blksize, func->card->host->max_blk_size); in sdio_set_block_size() 191 unsigned mval = func->card->host->max_blk_size; in sdio_max_byte_size()
|
/linux/drivers/mmc/host/ |
H A D | wmt-sdmmc.c | 181 u32 max_blk_size; member 740 .max_blk_size = 2048, 792 mmc->max_blk_size = wmt_caps->max_blk_size; in wmt_mci_probe()
|
H A D | meson-mx-sdio.c | 557 mmc->max_blk_size = FIELD_GET(MESON_MX_SDIO_EXT_DATA_RW_NUMBER_MASK, in meson_mx_mmc_add_host() 559 mmc->max_blk_size -= (4 * MESON_MX_SDIO_RESPONSE_CRC16_BITS); in meson_mx_mmc_add_host() 560 mmc->max_blk_size /= BITS_PER_BYTE; in meson_mx_mmc_add_host()
|
H A D | mvsdio.c | 737 mmc->max_blk_size = 2048; in mvsd_probe() 741 mmc->max_seg_size = mmc->max_blk_size * mmc->max_blk_count; in mvsd_probe() 742 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in mvsd_probe()
|
H A D | tmio_mmc_core.c | 1161 mmc->max_blk_size = TMIO_MAX_BLK_SIZE; in tmio_mmc_host_probe() 1163 (PAGE_SIZE / mmc->max_blk_size) * mmc->max_segs; in tmio_mmc_host_probe() 1165 mmc->max_blk_size * mmc->max_blk_count, in tmio_mmc_host_probe()
|
H A D | via-sdmmc.c | 488 BUG_ON(data->blksz > host->mmc->max_blk_size); in via_sdc_preparedata() 1047 mmc->max_blk_size = VIA_CRDR_MAX_BLOCK_LENGTH; 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 | davinci_mmc.c | 1280 mmc->max_blk_size = 4095; /* BLEN is 12 bits */ in davinci_mmcsd_probe() 1282 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in davinci_mmcsd_probe() 1285 dev_dbg(mmc_dev(host->mmc), "max_blk_size=%d\n", mmc->max_blk_size); in davinci_mmcsd_probe()
|
H A D | sdricoh_cs.c | 428 mmc->max_blk_size = 512; in sdricoh_init_mmc()
|
H A D | loongson2-mmc.c | 944 mmc->max_blk_size = 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 | sdhci.c | 1088 BUG_ON(data->blksz > host->mmc->max_blk_size); in sdhci_initialize_data() 4791 mmc->max_blk_size = 2; in sdhci_setup_host() 4793 mmc->max_blk_size = (host->caps & SDHCI_MAX_BLOCK_MASK) >> in sdhci_setup_host() 4795 if (mmc->max_blk_size >= 3) { in sdhci_setup_host() 4798 mmc->max_blk_size = 0; in sdhci_setup_host() 4802 mmc->max_blk_size = 512 << mmc->max_blk_size; in sdhci_setup_host()
|
H A D | atmel-mci.c | 2291 mmc->max_blk_size = 4095; in atmci_init_slot() 2293 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in atmci_init_slot() 2294 mmc->max_seg_size = mmc->max_blk_size * mmc->max_segs; in atmci_init_slot() 2298 mmc->max_blk_size = 32768; in atmci_init_slot()
|
H A D | ushc.c | 457 mmc->max_blk_size = 512; in ushc_probe()
|
H A D | meson-gx-mmc.c | 1235 mmc->max_blk_size; in meson_mmc_probe() 1241 mmc->max_req_size = mmc->max_blk_count * mmc->max_blk_size; in meson_mmc_probe()
|
H A D | dw_mmc.c | 3043 mmc->max_blk_size = 65535; in dw_mci_init_slot() 3049 mmc->max_blk_size = 65535; in dw_mci_init_slot() 3052 mmc->max_blk_size * mmc->max_blk_count; in dw_mci_init_slot() 3057 mmc->max_blk_size = 65535; /* BLKSIZ is 16 bits */ in dw_mci_init_slot() 3059 mmc->max_req_size = mmc->max_blk_size * in dw_mci_init_slot()
|
H A D | owl-mmc.c | 598 mmc->max_blk_size = 512; in owl_mmc_probe()
|
H A D | mxs-mmc.c | 640 mmc->max_blk_size = 1 << 0xf; in mxs_mmc_probe()
|
H A D | moxart-mmc.c | 605 mmc->max_blk_size = 2048; /* Max. block length in REG_DATA_CONTROL */ in moxart_probe()
|
H A D | sh_mmcif.c | 1476 mmc->max_blk_size = 512; in sh_mmcif_probe() 1478 mmc->max_blk_count = mmc->max_req_size / mmc->max_blk_size; in sh_mmcif_probe()
|
H A D | meson-mx-sdhc-mmc.c | 817 mmc->max_blk_size = MESON_SDHC_MAX_BLK_SIZE; in meson_mx_sdhc_probe()
|
/linux/sound/soc/qcom/qdsp6/ |
H A D | q6asm.h | 44 u16 max_blk_size; member
|
H A D | q6asm.c | 106 u16 max_blk_size; member 1165 fmt->max_blk_size = cfg->max_blk_size; in q6asm_stream_media_format_block_flac()
|
H A D | audioreach.h | 242 uint16_t max_blk_size; member
|
H A D | q6asm-dai.c | 719 flac_cfg.max_blk_size = flac->max_blk_size; in __q6asm_dai_compr_set_codec_params()
|
H A D | audioreach.c | 899 flac_cfg->max_blk_size = mcfg->codec.options.flac_d.max_blk_size; in audioreach_set_compr_media_format()
|
/linux/include/uapi/sound/ |
H A D | compress_params.h | 294 __u16 max_blk_size; member
|