Searched refs:hpm (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/soc/samsung/ |
| H A D | exynos5422-asv.c | 341 int hpm, ids, i; in exynos5422_asv_get_group() local 360 hpm = (auxi_reg >> EXYNOS5422_TMCB_OFFSET) & EXYNOS5422_TMCB_MASK; in exynos5422_asv_get_group() 366 if (hpm <= __asv_limits[i].hpm) in exynos5422_asv_get_group()
|
| H A D | exynos-asv.h | 16 unsigned int hpm; member
|
| /linux/drivers/regulator/ |
| H A D | qcom_rpm-regulator.c | 40 struct request_member hpm; /* switch: control OCP and SS */ member 95 .hpm = { 0, 0x00000300, 8 }, 137 .hpm = { 0, 0x00000C00, 10 },
|
| /linux/drivers/mmc/host/ |
| H A D | sdhci-msm.c | 1444 static void msm_config_vmmc_regulator(struct mmc_host *mmc, bool hpm) in msm_config_vmmc_regulator() argument 1448 if (!hpm) in msm_config_vmmc_regulator() 1462 static void msm_config_vqmmc_regulator(struct mmc_host *mmc, bool hpm) in msm_config_vqmmc_regulator() argument 1466 if (!hpm) in msm_config_vqmmc_regulator() 1479 struct mmc_host *mmc, bool hpm) in sdhci_msm_set_vmmc() argument 1484 msm_config_vmmc_regulator(mmc, hpm); in sdhci_msm_set_vmmc() 1530 struct mmc_host *mmc, bool hpm) in msm_config_vqmmc_mode() argument 1534 load = hpm ? MMC_VQMMC_MAX_LOAD_UA : 0; in msm_config_vqmmc_mode()
|