Home
last modified time | relevance | path

Searched defs:mV (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/board/avionic-design/common/
H A Dtamonten-ng.c23 #define PMU_REG_LDO_SEL_100(mV) ((((mV - 1000) / 100) + 2) << 2) argument
25 #define PMU_REG_LDO_100(st, mV) (PMU_REG_LDO_##st | PMU_REG_LDO_SEL_100(mV)) argument
27 #define PMU_LDO5(st, mV) PMU_REG_LDO_100(st, mV) argument
/openbmc/linux/drivers/cpufreq/
Dlonghaul.h
/openbmc/linux/include/linux/mfd/arizona/
Dpdata.h
/openbmc/linux/drivers/regulator/
Dtwl-regulator.c
/openbmc/u-boot/drivers/mmc/
H A Domap_hsmmc.c463 static int omap_hsmmc_set_io_regulator(struct mmc *mmc, int mV) in omap_hsmmc_set_io_regulator()