Home
last modified time | relevance | path

Searched refs:f_min (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/mmc/host/
H A Dsh_mmcif.c1036 unsigned int f_max, f_min = 0, f_min_old; in sh_mmcif_clk_setup() local
1040 f_min = clk_round_rate(host->clk, f_min_old / 2); in sh_mmcif_clk_setup()
1041 if (f_min == f_min_old) in sh_mmcif_clk_setup()
1043 f_min_old = f_min; in sh_mmcif_clk_setup()
1052 host->mmc->f_min = f_min >> fls(host->clkdiv_map); in sh_mmcif_clk_setup()
1057 host->mmc->f_min = clk / 512; in sh_mmcif_clk_setup()
1061 host->mmc->f_max, host->mmc->f_min); in sh_mmcif_clk_setup()
H A Dsunplus-mmc.c234 int f_min = host->mmc->f_min; in spmmc_set_bus_clk() local
238 if (clk < f_min) in spmmc_set_bus_clk()
239 clk = f_min; in spmmc_set_bus_clk()
906 mmc->f_min = SPMMC_MIN_CLK; in spmmc_drv_probe()
H A Duniphier-sd.c388 mmc->f_min = priv->clk_rate / 1024; in uniphier_sd_clk_enable()
390 mmc->f_min = priv->clk_rate / 512; in uniphier_sd_clk_enable()
H A Dsdricoh_cs.c422 mmc->f_min = 450000; in sdricoh_init_mmc()
H A Dushc.c448 mmc->f_min = 400000; in ushc_probe()
H A Dlitex_mmc.c540 mmc->f_min = 12.5e6; in litex_mmc_probe()
H A Dowl-mmc.c602 mmc->f_min = 100000; in owl_mmc_probe()
H A Dmeson-mx-sdhc-mmc.c819 mmc->f_min = clk_round_rate(host->sd_clk, 1); in meson_mx_sdhc_probe()
H A Dmmc_spi.c1211 mmc->f_min = max(spi->controller->min_speed_hz, 400000); in mmc_spi_probe()
H A Dmxcmmc.c1096 mmc->f_min = clk_get_rate(host->clk_per) >> 16; in mxcmci_probe()
H A Dsunxi-mmc.c1423 mmc->f_min = 400000; in sunxi_mmc_probe()
H A Dusdhi6rol0.c1861 mmc->f_min = host->imclk / 512; in usdhi6_probe()
H A Dvub300.c2154 mmc->f_min = 200000; in vub300_probe()
/linux/Documentation/translations/zh_CN/scheduler/
H A Dschedutil.rst144 工作负荷所需的硬f_min值。
/linux/drivers/media/tuners/
H A Dmt2063.c426 u32 f_min, u32 f_max) in MT2063_AddExclZone() argument
436 && (f_min < (pAS_Info->f_if1_Center + (pAS_Info->f_if1_bw / 2))) in MT2063_AddExclZone()
437 && (f_min < f_max)) { in MT2063_AddExclZone()
447 while ((pNode != NULL) && (pNode->max_ < f_min)) { in MT2063_AddExclZone()
454 if (f_min < pNode->min_) in MT2063_AddExclZone()
455 pNode->min_ = f_min; in MT2063_AddExclZone()
460 pNode->min_ = f_min; in MT2063_AddExclZone()
/linux/include/linux/mmc/
H A Dhost.h361 unsigned int f_min; member
/linux/Documentation/scheduler/
H A Dschedutil.rst147 XXX: deadline tasks (Sporadic Task Model) allows us to calculate a hard f_min
/linux/include/linux/greybus/
H A Dgreybus_protocols.h1426 __le32 f_min; member
/linux/drivers/net/wireless/rsi/
H A Drsi_91x_sdio.c199 host->ios.clock = host->f_min; in rsi_reset_card()