Home
last modified time | relevance | path

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

/external/u-boot/drivers/power/regulator/
Dlp873x_regulator.c20 static const char lp873x_ldo_ctrl[LP873X_LDO_NUM] = {0x8, 0x9};
21 static const char lp873x_ldo_volt[LP873X_LDO_NUM] = {0xA, 0xB};
228 if (idx >= LP873X_LDO_NUM) { in lp873x_ldo_probe()
/external/u-boot/include/power/
Dlp873x.h4 #define LP873X_LDO_NUM 2 macro