INS_FROM_REG
#define INS_FROM_REG(n, val) (SCALE(val, 192, adm1026_scaling[n]))
#define INS_FROM_REG(n, val) SCALE((val), 192, lm85_scaling[n])