Home
last modified time | relevance | path

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

12

/openbmc/u-boot/drivers/mmc/
H A Darm_pl180_mmci.c387 if (host->b_max != 0) in arm_pl180_mmci_init()
388 host->cfg.b_max = host->b_max; in arm_pl180_mmci_init()
390 host->cfg.b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in arm_pl180_mmci_init()
449 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in arm_pl180_mmc_probe()
H A Dmmc_write.c213 cur = (blocks_todo > mmc->cfg->b_max) ? in mmc_bwrite()
214 mmc->cfg->b_max : blocks_todo; in mmc_bwrite()
H A Dsandbox_mmc.c121 cfg->b_max = U32_MAX; in sandbox_mmc_bind()
H A Darm_pl180_mmci.h183 unsigned int b_max; member
H A Dmmc_legacy.c170 cfg->f_max == 0 || cfg->b_max == 0) in mmc_create()
H A Djz_mmc.c401 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
466 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in jz_mmc_ofdata_to_platdata()
H A Ddavinci_mmc.c482 host->cfg.b_max = DAVINCI_MAX_BLOCKS;
503 cfg->b_max = DAVINCI_MAX_BLOCKS;
H A Dsh_sdhi.c737 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
748 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
882 plat->cfg.b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in sh_sdhi_dm_probe()
H A Dgen_atmel_mci.c504 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
546 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
H A Dmeson_gx_mmc.c249 cfg->b_max = 511; /* max 512 - 1 blocks */ in meson_mmc_probe()
H A Dsunxi_mmc.c536 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in sunxi_mmc_init()
628 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in sunxi_mmc_probe()
H A Dmmc_spi.c273 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
H A Dsh_mmcif.c608 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
724 plat->cfg.b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in sh_mmcif_dm_probe()
H A Dtmio-common.c787 plat->cfg.b_max = U16_MAX; /* max value of TMIO_SD_SECCNT */ in tmio_sd_probe()
789 plat->cfg.b_max = U32_MAX; /* max value of TMIO_SD_SECCNT */ in tmio_sd_probe()
H A Dmvebu_mmc.c426 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
H A Dpxa_mmc_gen.c381 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
H A Dmxsmmc.c419 priv->cfg.b_max = 0x20; in mxsmmc_initialize()
H A Dmxcmmc.c503 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
H A Dftsdc010_mci.c387 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in ftsdc_setup_cfg()
H A Dtegra_mmc.c618 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in tegra_mmc_probe()
H A Ddw_mmc.c563 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
H A Domap_hsmmc.c1615 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
1622 cfg->b_max = 1;
1933 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
H A Dstm32_sdmmc2.c613 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in stm32_sdmmc2_probe()
/openbmc/u-boot/board/ti/am335x/
H A Dboard.c1065 .cfg.b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
1079 .cfg.b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
/openbmc/u-boot/include/
H A Dmmc.h505 uint b_max; member

12