Home
last modified time | relevance | path

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

12

/u-boot/drivers/mmc/
A Darm_pl180_mmci.c390 if (host->b_max != 0) in arm_pl180_mmci_init()
391 host->cfg.b_max = host->b_max; in arm_pl180_mmci_init()
393 host->cfg.b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in arm_pl180_mmci_init()
461 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in arm_pl180_mmc_probe()
A Dmmc_write.c214 cur = (blocks_todo > mmc->cfg->b_max) ? in mmc_bwrite()
215 mmc->cfg->b_max : blocks_todo; in mmc_bwrite()
A Darm_pl180_mmci.h182 unsigned int b_max; member
A Dsandbox_mmc.c156 cfg->b_max = U32_MAX; in sandbox_mmc_bind()
A Dmmc_legacy.c175 cfg->f_max == 0 || cfg->b_max == 0) in mmc_create()
A Djz_mmc.c405 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
470 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in jz_mmc_of_to_plat()
A Dpxa_mmc_gen.c407 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
470 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in pxa_mmc_probe()
A Ddavinci_mmc.c469 host->cfg.b_max = DAVINCI_MAX_BLOCKS;
514 cfg->b_max = DAVINCI_MAX_BLOCKS;
A Dgen_atmel_mci.c506 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
548 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
A Dsh_sdhi.c743 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
754 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
887 plat->cfg.b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in sh_sdhi_dm_probe()
A Dmxsmmc.c206 priv->cfg.b_max = 0x20; in mxsmmc_initialize()
629 plat->cfg.b_max = 0x20;
A Dsunxi_mmc.c529 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in sunxi_mmc_init()
632 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in sunxi_mmc_probe()
A Dmeson_gx_mmc.c283 cfg->b_max = 511; /* max 512 - 1 blocks */ in meson_mmc_probe()
A Dmvebu_mmc.c428 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
A Dsh_mmcif.c613 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
729 plat->cfg.b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in sh_mmcif_dm_probe()
A Dtmio-common.c776 plat->cfg.b_max = U16_MAX; /* max value of TMIO_SD_SECCNT */ in tmio_sd_probe()
778 plat->cfg.b_max = U32_MAX; /* max value of TMIO_SD_SECCNT */ in tmio_sd_probe()
A Dmmc-uclass.c26 return mmc->cfg->b_max; in dm_mmc_get_b_max()
A Dmmc_spi.c473 plat->cfg.b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in mmc_spi_probe()
A Dmxcmmc.c504 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
A Dmmc.c445 return mmc->cfg->b_max; in mmc_get_b_max()
462 uint b_max; in mmc_bread() local
492 b_max = mmc_get_b_max(mmc, dst, blkcnt); in mmc_bread()
495 cur = (blocks_todo > b_max) ? b_max : blocks_todo; in mmc_bread()
A Dftsdc010_mci.c390 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in ftsdc_setup_cfg()
A Domap_hsmmc.c1610 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
1617 cfg->b_max = 1;
1928 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
/u-boot/board/davinci/da8xxevm/
A Domapl138_lcdk.c379 .b_max = DAVINCI_MAX_BLOCKS,
/u-boot/board/ti/am335x/
A Dboard.c973 .cfg.b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
987 .cfg.b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
/u-boot/board/nokia/rx51/
A Drx51.c700 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,

Completed in 39 milliseconds

12