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

/u-boot/drivers/power/regulator/
H A Dmax77686.c72 int hex_max = 0; local
80 hex_max = MAX77686_BUCK234_VOLT_MAX_HEX;
91 hex_max = MAX77686_BUCK_VOLT_MAX_HEX;
95 if (hex >= 0 && hex <= hex_max)
105 int hex_max = 0; local
114 hex_max = MAX77686_BUCK234_VOLT_MAX_HEX;
115 if (hex > hex_max)
122 hex_max = MAX77686_BUCK_VOLT_MAX_HEX;
123 if (hex > hex_max)

Completed in 45 milliseconds