Home
last modified time | relevance | path

Searched refs:max_blk_size (Results 1 – 20 of 20) sorted by relevance

/linux/sound/soc/qcom/qdsp6/
H A Dq6asm.h44 u16 max_blk_size; member
H A Dq6asm.c107 u16 max_blk_size; member
1146 fmt->max_blk_size = cfg->max_blk_size; in q6asm_stream_media_format_block_flac()
H A Dq6asm-dai.c734 flac_cfg.max_blk_size = flac->max_blk_size; in __q6asm_dai_compr_set_codec_params()
H A Daudioreach.c914 flac_cfg->max_blk_size = mcfg->codec.options.flac_d.max_blk_size; in audioreach_set_compr_media_format()
/linux/drivers/mmc/host/
H A Dsdricoh_cs.c428 mmc->max_blk_size = 512; in sdricoh_init_mmc()
H A Dsdhci.c1088 BUG_ON(data->blksz > host->mmc->max_blk_size); in sdhci_initialize_data()
4805 mmc->max_blk_size = 2; in sdhci_setup_host()
4807 mmc->max_blk_size = (host->caps & SDHCI_MAX_BLOCK_MASK) >> in sdhci_setup_host()
4809 if (mmc->max_blk_size >= 3) { in sdhci_setup_host()
4812 mmc->max_blk_size = 0; in sdhci_setup_host()
4816 mmc->max_blk_size = 512 << mmc->max_blk_size; in sdhci_setup_host()
H A Dmxcmmc.c1032 mmc->max_blk_size = 2048; in mxcmci_probe()
1034 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; in mxcmci_probe()
H A Dushc.c457 mmc->max_blk_size = 512; in ushc_probe()
H A Dowl-mmc.c598 mmc->max_blk_size = 512; in owl_mmc_probe()
H A Dmoxart-mmc.c605 mmc->max_blk_size = 2048; /* Max. block length in REG_DATA_CONTROL */ in moxart_probe()
H A Dpxamci.c638 mmc->max_blk_size = cpu_is_pxa25x() ? 1023 : 2048; in pxamci_probe()
H A Dmeson-mx-sdhc-mmc.c817 mmc->max_blk_size = MESON_SDHC_MAX_BLK_SIZE; in meson_mx_sdhc_probe()
H A Dusdhi6rol0.c1847 mmc->max_blk_size = 512; in usdhi6_probe()
1849 mmc->max_blk_count = mmc->max_req_size / mmc->max_blk_size; in usdhi6_probe()
H A Dmmc_spi.c1193 mmc->max_blk_size = MMC_SPI_BLOCKSIZE; in mmc_spi_probe()
H A Dsunplus-mmc.c919 mmc->max_blk_size = 512; in spmmc_drv_probe()
H A Dwbsd.c1239 mmc->max_blk_size = 4087; in wbsd_alloc_mmc()
H A Dbcm2835.c1310 mmc->max_blk_size = 1024; in bcm2835_add_host()
H A Dvub300.c2148 mmc->max_blk_size = 512; in vub300_probe()
/linux/include/linux/mmc/
H A Dhost.h480 unsigned int max_blk_size; /* maximum size of one mmc block */ member
/linux/include/linux/greybus/
H A Dgreybus_protocols.h1429 __le16 max_blk_size; member