Home
last modified time | relevance | path

Searched refs:menelaus_set_vdcdc (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/mfd/
H A Dmenelaus.h25 extern int menelaus_set_vdcdc(int dcdc, unsigned int mV);
/openbmc/linux/arch/arm/mach-omap2/
H A Dboard-n8x0.c196 return menelaus_set_vdcdc(3, 0); in n8x0_mmc_set_power_menelaus()
227 return menelaus_set_vdcdc(3, mV); in n8x0_mmc_set_power_menelaus()
/openbmc/linux/drivers/mfd/
H A Dmenelaus.c644 int menelaus_set_vdcdc(int dcdc, unsigned int mV) in menelaus_set_vdcdc() function