PRESCALE_SHIFT
value |= prescale << PRESCALE_SHIFT(chan);
#define PRESCALE_MASK(chan) (0x7 << PRESCALE_SHIFT(chan))