Searched refs:b_max (Results 1 - 25 of 35) sorted by relevance

12

/u-boot/drivers/mmc/
H A Dmmc_write.c225 cur = (blocks_todo > mmc->cfg->b_max) ?
226 mmc->cfg->b_max : blocks_todo;
H A Darm_pl180_mmci.h184 unsigned int b_max; member in struct:pl180_mmc_host
H A Dpiton_mmc.c140 cfg->b_max = MMC_MAX_BLOCK_LEN;
H A Dmmc_legacy.c174 cfg->f_max == 0 || cfg->b_max == 0)
H A Djz_mmc.c404 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
469 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
H A Ddavinci_mmc.c468 host->cfg.b_max = DAVINCI_MAX_BLOCKS;
513 cfg->b_max = DAVINCI_MAX_BLOCKS;
H A Dsandbox_mmc.c219 cfg->b_max = U32_MAX;
H A Drockchip_sdhci.c450 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
452 cfg->b_max = 4;
H A Dmxsmmc.c205 priv->cfg.b_max = 0x20;
628 plat->cfg.b_max = 0x20;
H A Dsh_mmcif.c612 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
728 plat->cfg.b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
H A Dgen_atmel_mci.c507 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
549 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
H A Dsunxi_mmc.c541 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
648 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
H A Dtmio-common.c784 plat->cfg.b_max = U16_MAX; /* max value of TMIO_SD_SECCNT */
786 plat->cfg.b_max = U32_MAX; /* max value of TMIO_SD_SECCNT */
H A Dmeson_gx_mmc.c282 cfg->b_max = 511; /* max 512 - 1 blocks */
H A Dmmc_spi.c472 plat->cfg.b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
H A Dowl_mmc.c353 cfg->b_max = 512;
H A Dmxcmmc.c503 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
H A Dmvebu_mmc.c457 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
H A Dftsdc010_mci.c387 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
H A Dmmc-uclass.c28 return mmc->cfg->b_max;
H A Dmmc.c467 return mmc->cfg->b_max;
484 uint b_max; local
514 b_max = mmc_get_b_max(mmc, dst, blkcnt);
517 cur = (blocks_todo > b_max) ? b_max : blocks_todo;
H A Domap_hsmmc.c1609 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
1616 cfg->b_max = 1;
1927 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
H A Dstm32_sdmmc2.c683 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
/u-boot/board/davinci/da8xxevm/
H A Domapl138_lcdk.c336 .b_max = DAVINCI_MAX_BLOCKS,
/u-boot/board/ti/am335x/
H A Dboard.c992 .cfg.b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
1006 .cfg.b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,

Completed in 116 milliseconds

12