Home
last modified time | relevance | path

Searched refs:AS3722_LDO_VOLTAGE (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/power/
H A Das3722.h14 #define AS3722_LDO_VOLTAGE(n) (0x10 + (n)) macro
/openbmc/u-boot/drivers/power/pmic/
H A Das3722.c87 ret = pmic_reg_write(dev, AS3722_LDO_VOLTAGE(ldo), value); in as3722_ldo_set_voltage()