Searched refs:VOLT_LEV0 (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/power/regulator/
H A Dnpcm8xx_regulator.c17 #define VOLT_LEV0 0 macro
72 if (uV == supp->volts[VOLT_LEV0])
73 level = VOLT_LEV0;
105 val ? supp->volts[VOLT_LEV1] : supp->volts[VOLT_LEV0]);
107 return val ? supp->volts[VOLT_LEV1] : supp->volts[VOLT_LEV0];

Completed in 35 milliseconds