Home
last modified time | relevance | path

Searched refs:MIN_FREQ (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/papr_attributes/
H A Dattr_test.c24 MIN_FREQ = 3, enumerator
45 case MIN_FREQ: in value_type()
/openbmc/u-boot/drivers/mmc/
H A Dbcm2835_sdhci.c50 #define MIN_FREQ 400000 macro
206 priv->twoticks_delay = ((2 * 1000000) / MIN_FREQ) + 1; in bcm2835_sdhci_probe()
217 ret = sdhci_setup_cfg(&plat->cfg, host, emmc_freq, MIN_FREQ); in bcm2835_sdhci_probe()
/openbmc/linux/drivers/cpufreq/
H A Dpowernow-k8.h109 #define MIN_FREQ 800 /* Min and max freqs, per spec */ macro
H A Dpowernow-k8.c828 if ((freq > (MAX_FREQ * 1000)) || (freq < (MIN_FREQ * 1000))) { in fill_powernow_table_fidvid()