Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/power/regulator/
H A Dmax77686.c75 int hex_max = 0; in max77686_buck_volt2hex() local
83 hex_max = MAX77686_BUCK234_VOLT_MAX_HEX; in max77686_buck_volt2hex()
94 hex_max = MAX77686_BUCK_VOLT_MAX_HEX; in max77686_buck_volt2hex()
98 if (hex >= 0 && hex <= hex_max) in max77686_buck_volt2hex()
108 int hex_max = 0; in max77686_buck_hex2volt() local
117 hex_max = MAX77686_BUCK234_VOLT_MAX_HEX; in max77686_buck_hex2volt()
118 if (hex > hex_max) in max77686_buck_hex2volt()
125 hex_max = MAX77686_BUCK_VOLT_MAX_HEX; in max77686_buck_hex2volt()
126 if (hex > hex_max) in max77686_buck_hex2volt()