tw_andorb
tw_andorb(TW68_MISC2, 0xe0, 0xe0);
tw_andorb(TW68_MISC2, 0xe0, 0x00);
tw_andorb(TW68_LOOP, 0x30, 0x20);
tw_andorb(TW68_LOOP, 0x30, 0x00);
tw_andorb(TW68_INFORM, 0x03 << 2, dev->input << 2);
tw_andorb(TW68_SDT, 0x07, dev->tvnorm->format);
#define tw_setb(reg, bit) tw_andorb((reg), (bit), (bit))