REG_WRITE_1
REG_WRITE_1(0x280d, 0); /* select channel 0 */
#define CH_WRITE_1(ch,off,val) REG_WRITE_1(((ch) << 7) + (off), val)