Home
last modified time | relevance | path

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

/external/u-boot/drivers/power/regulator/
Dlp873x_regulator.c18 static const char lp873x_buck_ctrl[LP873X_BUCK_NUM] = {0x2, 0x4};
19 static const char lp873x_buck_volt[LP873X_BUCK_NUM] = {0x6, 0x7};
282 if (idx >= LP873X_BUCK_NUM) { in lp873x_buck_probe()
/external/u-boot/include/power/
Dlp873x.h5 #define LP873X_BUCK_NUM 2 macro