Home
last modified time | relevance | path

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

123

/linux/drivers/hwmon/
A Dlm80.c108 f_min, enumerator
197 data->fan[f_min][0] = rv; in lm80_update_device()
207 data->fan[f_min][1] = rv; in lm80_update_device()
359 min = FAN_FROM_REG(data->fan[f_min][nr], in fan_div_store()
393 data->fan[f_min][nr] = FAN_TO_REG(min, DIV_FROM_REG(data->fan_div[nr])); in fan_div_store()
395 data->fan[f_min][nr]); in fan_div_store()
471 static SENSOR_DEVICE_ATTR_2_RW(fan1_min, fan, f_min, 0);
472 static SENSOR_DEVICE_ATTR_2_RW(fan2_min, fan, f_min, 1);
611 data->fan[f_min][0] = lm80_read_value(client, LM80_REG_FAN_MIN(1)); in lm80_probe()
612 data->fan[f_min][1] = lm80_read_value(client, LM80_REG_FAN_MIN(2)); in lm80_probe()
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
A Dppevvmath.h79 static fInt fDecodeLinearFuse(uint32_t fuse_value, fInt f_min, fInt f_range, uint32_t bitlength);
81 static fInt fDecodeLeakageID (uint32_t leakageID_fuse, fInt ln_max_div_min, fInt f_min, uint32_t bi…
172 static fInt fDecodeLinearFuse(uint32_t fuse_value, fInt f_min, fInt f_range, uint32_t bitlength) in fDecodeLinearFuse() argument
181 f_decoded_value = fAdd(f_decoded_value, f_min); in fDecodeLinearFuse()
205 static fInt fDecodeLeakageID (uint32_t leakageID_fuse, fInt ln_max_div_min, fInt f_min, uint32_t bi… in fDecodeLeakageID() argument
213 fLeakage = fMultiply(fLeakage, f_min); in fDecodeLeakageID()
/linux/drivers/mmc/host/
A Dsh_mmcif.c997 unsigned int f_max, f_min = 0, f_min_old; in sh_mmcif_clk_setup() local
1001 f_min = clk_round_rate(host->clk, f_min_old / 2); in sh_mmcif_clk_setup()
1002 if (f_min == f_min_old) in sh_mmcif_clk_setup()
1004 f_min_old = f_min; in sh_mmcif_clk_setup()
1013 host->mmc->f_min = f_min / (1 << fls(host->clkdiv_map)); in sh_mmcif_clk_setup()
1018 host->mmc->f_min = clk / 512; in sh_mmcif_clk_setup()
1022 host->mmc->f_max, host->mmc->f_min); in sh_mmcif_clk_setup()
A Dwmt-sdmmc.c176 unsigned int f_min; member
734 .f_min = 390425,
789 mmc->f_min = wmt_caps->f_min; in wmt_mci_probe()
A Dcavium.c909 clock = max(clock, mmc->f_min); in cvm_mmc_set_clock()
924 cvm_mmc_set_clock(slot, slot->mmc->f_min); in cvm_mmc_init_lowlevel()
997 mmc->f_min = 400000; in cvm_mmc_of_parse()
1055 slot->clock = mmc->f_min; in cvm_mmc_of_slot_probe()
A Dtmio_mmc.c165 host->mmc->f_min = pdata->hclk / 512; in tmio_mmc_probe()
A Duniphier-sd.c379 mmc->f_min = priv->clk_rate / 1024; in uniphier_sd_clk_enable()
381 mmc->f_min = priv->clk_rate / 512; in uniphier_sd_clk_enable()
A Dmmci.c2104 mmc->f_min = DIV_ROUND_UP(host->mclk, 257); in mmci_probe()
2106 mmc->f_min = DIV_ROUND_UP(host->mclk, 2046); in mmci_probe()
2108 mmc->f_min = clk_round_rate(host->clk, 100000); in mmci_probe()
2110 mmc->f_min = DIV_ROUND_UP(host->mclk, 512); in mmci_probe()
A Dsdricoh_cs.c430 mmc->f_min = 450000; in sdricoh_init_mmc()
A Dmeson-gx-mmc.c493 host->mmc->f_min = clk_round_rate(host->mmc_clk, 400000); in meson_mmc_clk_init()
494 ret = clk_set_rate(host->mmc_clk, host->mmc->f_min); in meson_mmc_clk_init()
A Dushc.c450 mmc->f_min = 400000; in ushc_probe()
A Dbcm2835.c1274 mmc->f_min = host->max_clk / SDCDIV_MAX_CDIV; in bcm2835_add_host()
1279 mmc->f_max, mmc->f_min, mmc->max_busy_timeout); in bcm2835_add_host()
A Dowl-mmc.c609 mmc->f_min = 100000; in owl_mmc_probe()
A Dtoshsd.c642 mmc->f_min = HCLK / 512; in toshsd_probe()
A Dcb710-mmc.c709 mmc->f_min = val >> cb710_clock_divider_log2[CB710_MAX_DIVIDER_IDX]; in cb710_mmc_init()
A Dmeson-mx-sdio.c562 mmc->f_min = clk_round_rate(host->cfg_div_clk, 1); in meson_mx_mmc_add_host()
A Dmoxart-mmc.c615 mmc->f_min = DIV_ROUND_CLOSEST(host->sysclk, CLK_DIV_MASK * 2); in moxart_probe()
/linux/drivers/media/tuners/
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/drivers/cpufreq/
A Dlonghaul.c411 int f_max, f_min; in guess_fsb() local
416 f_min = f_max - ROUNDING; in guess_fsb()
417 if ((speed <= f_max) && (speed >= f_min)) in guess_fsb()
/linux/drivers/mmc/core/
A Ddebugfs.c213 if (val != 0 && (val > host->f_max || val < host->f_min)) in mmc_clock_opt_set()
A Dcore.c912 WARN_ON(hz && hz < host->f_min); in mmc_set_clock()
2240 if (!mmc_rescan_try_freq(host, max(freq, host->f_min))) in mmc_rescan()
2242 if (freqs[i] <= host->f_min) in mmc_rescan()
2254 host->f_init = max(min(freqs[0], host->f_max), host->f_min); in mmc_start_host()
/linux/drivers/scsi/ufs/
A Dufs-exynos.c424 u32 f_min, f_max; in exynos_ufs_get_clk_info() local
448 f_min = ufs->pclk_avail_min; in exynos_ufs_get_clk_info()
458 } while (pclk_rate >= f_min); in exynos_ufs_get_clk_info()
461 if (unlikely(pclk_rate < f_min || pclk_rate > f_max)) { in exynos_ufs_get_clk_info()
/linux/drivers/staging/greybus/
A Dsdio.c153 mmc->f_min = le32_to_cpu(response.f_min); in gb_sdio_get_caps()
/linux/include/linux/mmc/
A Dhost.h301 unsigned int f_min; member
/linux/Documentation/scheduler/
A Dschedutil.txt144 XXX: deadline tasks (Sporadic Task Model) allows us to calculate a hard f_min

Completed in 55 milliseconds

123