VOLT_FROM_REG
#define VOLT_FROM_REG(val) ((val) * 8)
#define VOLT_FROM_REG(val) DIV_ROUND_CLOSEST((val), 1 << 9)