R_08_SYNC_CNTL
work = saa711x_read(sd, R_08_SYNC_CNTL);
saa711x_write(sd, R_08_SYNC_CNTL, work);
R_08_SYNC_CNTL, 0xc8, /* AUFD=1, FSEL=1, EXFIL=0,
R_08_SYNC_CNTL, 0x88, /* Not datasheet default.
R_08_SYNC_CNTL, 0x98,
R_08_SYNC_CNTL, 0x68, /* 0xBO: auto detection, 0x68 = NTSC */
R_08_SYNC_CNTL, 0x28, /* 0x28 = PAL */
u8 reg = saa711x_read(sd, R_08_SYNC_CNTL);
saa711x_write(sd, R_08_SYNC_CNTL, reg);
u8 reg = saa711x_read(sd, R_08_SYNC_CNTL);
saa711x_write(sd, R_08_SYNC_CNTL, reg);
{R_08_SYNC_CNTL,1,