Home
last modified time | relevance | path

Searched refs:b_max (Results 1 – 25 of 32) 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 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 Dmmc_legacy.c170 cfg->f_max == 0 || cfg->b_max == 0) in mmc_create()
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 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 Dmeson_gx_mmc.c249 cfg->b_max = 511; /* max 512 - 1 blocks */ in meson_mmc_probe()
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 Dmmc_spi.c273 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
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 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 Dtegra_mmc.c618 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in tegra_mmc_probe()
/openbmc/linux/sound/soc/codecs/
H A Drt715-sdca.c103 unsigned int b_max, unsigned int b_gain_sft) in rt715_sdca_boost_gain() argument
105 if (u_ctrl_val > b_max) in rt715_sdca_boost_gain()
106 u_ctrl_val = b_max; in rt715_sdca_boost_gain()
/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/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c1754 u8 k, s_max = 0, b_max = 0, n_used_bssid_entries; in iwl_mvm_umac_scan_cfg_channels_v7_6g() local
1851 b_max++; in iwl_mvm_umac_scan_cfg_channels_v7_6g()
1886 force_passive = (s_max > 3 || b_max > 9); in iwl_mvm_umac_scan_cfg_channels_v7_6g()
1888 (s_max > 2 || b_max > 6)); in iwl_mvm_umac_scan_cfg_channels_v7_6g()
1890 force_passive = (s_max > 2 || b_max > 6); in iwl_mvm_umac_scan_cfg_channels_v7_6g()
1893 force_passive = (s_max > 1 || b_max > 3); in iwl_mvm_umac_scan_cfg_channels_v7_6g()
1895 force_passive = (s_max > 2 || b_max > 6); in iwl_mvm_umac_scan_cfg_channels_v7_6g()
1897 (s_max > 1 || b_max > 3)); in iwl_mvm_umac_scan_cfg_channels_v7_6g()
/openbmc/u-boot/include/
H A Dmmc.h505 uint b_max; member

12