Home
last modified time | relevance | path

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

/external/u-boot/drivers/power/regulator/
Dtps65941_regulator.c18 static const char tps65941_buck_ctrl[TPS65941_BUCK_NUM] = {0x4, 0x6, 0x8, 0xA,
20 static const char tps65941_buck_vout[TPS65941_BUCK_NUM] = {0xE, 0x10, 0x12,
22 static const char tps65941_ldo_ctrl[TPS65941_BUCK_NUM] = {0x1D, 0x1E, 0x1F,
24 static const char tps65941_ldo_vout[TPS65941_BUCK_NUM] = {0x23, 0x24, 0x25,
/external/u-boot/include/power/
Dtps65941.h9 #define TPS65941_BUCK_NUM 5 macro