Home
last modified time | relevance | path

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

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