Searched refs:hex_max (Results 1 – 1 of 1) sorted by relevance
75 int hex_max = 0; in max77686_buck_volt2hex() local83 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() local117 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()