Searched refs:b_max (Results 1 – 25 of 32) sorted by relevance
12
371 if (host->b_max != 0) in arm_pl180_mmci_init()372 host->cfg.b_max = host->b_max; in arm_pl180_mmci_init()374 host->cfg.b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in arm_pl180_mmci_init()
247 cur = (blocks_todo > mmc->cfg->b_max) ? in mmc_bwrite()248 mmc->cfg->b_max : blocks_todo; in mmc_bwrite()
121 cfg->b_max = U32_MAX; in sandbox_mmc_bind()
181 unsigned int b_max; member
784 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;791 cfg->b_max = 1;836 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
738 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,749 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,883 plat->cfg.b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in sh_sdhi_dm_probe()
150 cfg->f_max == 0 || cfg->b_max == 0) in mmc_create()
509 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;551 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
497 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in sunxi_mmc_init()579 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in sunxi_mmc_probe()
247 cfg->b_max = 511; /* max 512 - 1 blocks */ in meson_mmc_probe()
273 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
366 chip->cfg.b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in ftsdc010_mmc_init()
387 host->cfg.b_max = DAVINCI_MAX_BLOCKS; in davinci_mmc_init()
427 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
382 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
420 priv->cfg.b_max = 0x20; in mxsmmc_initialize()
503 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
621 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in tegra_mmc_probe()
556 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in stm32_sdmmc2_probe()
582 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
741 plat->cfg.b_max = U32_MAX; /* max value of UNIPHIER_SD_SECCNT */ in uniphier_sd_probe()
803 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
925 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
959 .cfg.b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,973 .cfg.b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
518 uint b_max; member